-
Notifications
You must be signed in to change notification settings - Fork 334
Align kubectl images with available tags #4801
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
base: develop
Are you sure you want to change the base?
Conversation
reaper now uses registry.k8s.io/kubectl:v1.32.9 (with the registry’s required v prefix) restund falls back to docker.io/bitnamilegacy/kubectl:1.24.12 since registry.k8s.io no longer ships that version
initContainers: | ||
- name: get-external-ip | ||
image: registry.k8s.io/kubectl:1.24.12 | ||
image: bitnamilegacy/kubectl:1.24.12 |
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.
let's use the exact same image as in reaper
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.
I would say so, we need some test before we go for a new registry!
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.
Updated!
- use registry.k8s.io for kubectl image with version v1.32.9
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.
The change for reaper unfortunately does not work, as the registry.k8s.io kubectl image does not contain bash, so the pod crashloops.
I had created #4806 which is tested to actually work.
Alright, then will update the kubectl for reaper |
@jschaul can you please re-review the changes. |
kubectl image explorer: https://explore.ggcr.dev/?repo=registry.k8s.io%2Fkubectl
Checklist
changelog.d