Velero Upgrade Crds Container Back-off #7626
-
Hello, Then I inspected the Velero pod while installing it says below the error, kubectl logs -n velero velero-upgrade-crds-lf5j9 Defaulted container "velero" out of: velero, kubectl (init) Would anyone be able to help with this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After discovering that setting the following in my values.yaml allowed me to overcome the issue,
|
Beta Was this translation helpful? Give feedback.
After discovering that setting the following in my values.yaml allowed me to overcome the issue,
I realized that I was using Debian 11, but the default latest kubectl image OS was Debian 12.
This caused an error, but I managed to fix it.