Gabriele Fedi
Gabriele Fedi
Hey @armru, I didn't get to check the E2E tests logs before the retention period. Any chances to run them again?
Thanks @armru. Looks like e2e are not passing for the `Online Upgrade` and `Declarative Volume Snapshot` features. I haven't investigated the second one yet, but the first one is failing...
I'm facing the same issue trying to login with MSI from a AKS pod container. Running: ``` az login --verbose --identity -u /subscriptions//resourcegroups/myRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myID ``` returns ``` Failed to connect to...
This can be tied to the same issue I've opened #25. @tusharahuja you can probably workaround the problem adding the `--profile=""` to your `crypt` invocation, but I think the proper...
Thanks! The log can be redirected somehow through the `stderr`. However, I don't think I can run the server process in background through this tool. I was wondering if it...
Do we need to update the documentation for this patch? The [Backup Hooks documentation section](https://velero.io/docs/main/backup-hooks/#backup-hooks) currently refers to _containers_ in a general manner. Should we explicitly distinguish between _main_ and...
I'm open to contribute and propose a PR to fix the issue
> First, I'd like to understand your specific use cases for hooks on sidecar containers. There hasn't been extensive prior discussion on sidecar containers, so understanding your usage and the...
When a cluster is hibernated its phase doesn't get updated by the operator. This might be okay if the current phase is `Cluster in healthy state` and we can assume...