Skip to content

Conversation

sghosh23
Copy link
Contributor

@sghosh23 sghosh23 commented Oct 1, 2025

  • reaper now uses registry.k8s.io/kubectl:v1.32.9 (with the registry’s required v prefix)
  • restund also using the the same image as reaper

kubectl image explorer: https://explore.ggcr.dev/?repo=registry.k8s.io%2Fkubectl

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

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
@sghosh23 sghosh23 requested review from a team as code owners October 1, 2025 07:54
@zebot zebot added the ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist label Oct 1, 2025
initContainers:
- name: get-external-ip
image: registry.k8s.io/kubectl:1.24.12
image: bitnamilegacy/kubectl:1.24.12
Copy link
Contributor

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

Copy link
Contributor Author

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!

Copy link
Contributor Author

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
@smatting smatting mentioned this pull request Oct 2, 2025
2 tasks
Copy link
Member

@jschaul jschaul left a 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.

@sghosh23
Copy link
Contributor Author

sghosh23 commented Oct 2, 2025

Alright, then will update the kubectl for reaper

@sghosh23
Copy link
Contributor Author

sghosh23 commented Oct 6, 2025

@jschaul can you please re-review the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants