Skip to content
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

Update k8s-kubectl image #279

Closed
wants to merge 1 commit into from

Conversation

mikery
Copy link
Contributor

@mikery mikery commented Feb 5, 2024

The arm64 image for k8s-kubectl:v1.21.3 is broken:

$ docker run --entrypoint=/bin/sh --rm -ti lachlanevenson/k8s-kubectl:v1.21.3 
~ # cat `which kubectl`
<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: kubernetes-release/release/v1.21.3/bin/linux/aarch64/kubectl</Details></Error>~ # 

The issue is fixed in v1.25.4:

$ docker run --entrypoint=/bin/sh --rm -ti lachlanevenson/k8s-kubectl:v1.25.4
~ # kubectl version
WARNING: This version information is deprecated and will be replaced with the output from kubectl version --short.  Use --output=yaml|json to get the full version.
Client Version: version.Info{Major:"1", Minor:"25", GitVersion:"v1.25.4", GitCommit:"872a965c6c6526caa949f0c6ac028ef7aff3fb78", GitTreeState:"clean", BuildDate:"2022-11-09T13:36:36Z", GoVersion:"go1.19.3", Compiler:"gc", Platform:"linux/arm64"}
Kustomize Version: v4.5.7

This PR sets v1.25.4 as the default in all values.yaml files.

@mikery mikery requested a review from skylenet as a code owner February 5, 2024 10:53
@barnabasbusa
Copy link
Collaborator

Closing in favor of #301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants