-
Notifications
You must be signed in to change notification settings - Fork 177
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
Do we want a stable tag? #367
Comments
This was discussed in K8s NPWG network & resource mgmt meeting on 08.10.2021. this enhancement proposal is approved. documentation should be added as well, explaining the nature of the stable tag. while updating documentation it would also be great to document the images we are creating as depicted in this issue. |
@martinkennelly @adrianchiris do we know anyone who is working on this proposal? |
No. |
@martinkennelly Sorry, I was out of office for over 2 weeks. After checking with @Eoghan1232 it seems that we don't have anyone working on this. |
Now that #348 is merged..
What would you like to be added?
Add
stable-${major version}-${arch}
where arch is amd64, arm64 and ppc64le.How?
We need to change deployments
imagePullPolicy
to make this work. I don't know if that's appealing..We can extract major version number from docker meta to create the image tag.
What is the use case for this feature / enhancement?
Allow consumers to consume latest major version updates without updating their yamls. May aid automated testing infra.
Images we produce today
The text was updated successfully, but these errors were encountered: