-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
velero: bugfix: BackOffLimitExceeded GLIBC not found #117
Conversation
Fixes BackfOffLimit Exceeded due to libc.so.6: version `GLIBC_2.33' not found, as mentioned upstream at vmware-tanzu/helm-charts#550
velero: bugfix: BackOffLimitExceeded GLIBC not found Velero
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and thanks for the PR @jdaln. Is that possible to make the helm-docs job green?
... by bumping up versions in README to 0.2.2?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Please consider opening an issue to document this version pindown.
@baixiac is the opened issue fine? |
Yes @jdaln, and feel free to resolve it when the upstream gets fixed. |
Hi @Bdegraaf1234 @keyvaann @blootsvoets . |
Description of the change
Fixes BackfOffLimit Exceeded due to libc.so.6: version `GLIBC_2.33' not found, as mentioned upstream at vmware-tanzu/helm-charts#550
Benefits
One will be able to deploy RADAR with Velero because it is currently not possible. This was an unnoticed regression.
Possible drawbacks
Uses a specific version of Debian but, because this is in an init container, it does not involve security issues in the long term.
Applicable issues
Additional information
Checklist
Chart.yaml
according to semver.