Viktor

Results 77 comments of Viktor

After some experimentation dependabot seems to be the better solution than renovate. 1. It can run custom scripts after dependabot’s own running of `go mod tidy && go mod vendor`....

After a discussion with @ialidzhikov and @rfranzke 3 approaches were proposed 1. Remove MR secret finalizer - Pros: - simplest solution - biggest utility of finalizers is when a given...

The source `extension.BackupEntry` should clean up the backup directory and the problem comes from the `source-` prefix in `path` ``` {...,"msg":"Deleting directory","controller":"backupentry", "object":{"name":"source-shoot--local--local--fdbf251c-edf7-4cd9-89ac-b796d17401a7"},"namespace":"", ... "path":"/dev/local-backupbuckets/ebf7cc21-174b-4d96-94a5-252dfa9e38af/source-shoot--local--local--fdbf251c-edf7-4cd9-89ac-b796d17401a7"} ```

The following provider extensions need to be fixed as well: - [x] https://github.com/gardener/gardener-extension-provider-aws/pull/892 - [x] https://github.com/gardener/gardener-extension-provider-gcp/pull/710 - [x] https://github.com/gardener/gardener-extension-provider-azure/pull/805 - [x] https://github.com/gardener/gardener-extension-provider-openstack/pull/726 - [x] https://github.com/gardener/gardener-extension-provider-alicloud/pull/698 - [x] provider-equinix-metal: No backupentry...

What do you think about changing the genericactuator instead like this? ``` go // Delete deletes the BackupEntry. func (a *actuator) Delete(ctx context.Context, log logr.Logger, be *extensionsv1alpha1.BackupEntry) error { if...