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

Feature Request: Document the installed kubectl version of the image somewhere #52

Open
sadamczyk-eos opened this issue Mar 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sadamczyk-eos
Copy link

As the k8s docs and the Dockerfile.template state:
# You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.23 client can communicate with v1.22, v1.23, and v1.24 control planes.

Because of this it's really important to know which kubectl version is actually installed in each image version, otherwise the client can't communicate with the control plane.
I couldn't find anywhere where this is documented, so the only option currently seems to be to download and check each image manually to find a matching kubectl version for each of our clusters, which is obviously quite tedious.

It would already help a ton if the installed kubectl version was listed under the Image Tags section at https://circleci.com/developer/images/image/cimg/deploy in the INSTALLED SOFTWARE column.
That way I can look through them and have a quick overview of which image to use where.

But I'm also open to other ideas where this could be documented.

@sadamczyk-eos sadamczyk-eos added the enhancement New feature or request label Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant