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

Old version of kubectl 1.15, latest stable is 1.19.1 #3996

Closed
ricochet opened this issue Sep 10, 2020 · 1 comment
Closed

Old version of kubectl 1.15, latest stable is 1.19.1 #3996

ricochet opened this issue Sep 10, 2020 · 1 comment
Labels
type/feature Feature request

Comments

@ricochet
Copy link
Contributor

Summary

The Dockerfile for argo is pulling in 1.15 of kubectl. Given the comment in the Dockerfile, I expected this to be 1.19.1 or at least 1.18.8.

The Kubernetes project maintains release branches for the most recent three minor releases (1.19, 1.18, 1.17).
Kubernetes 1.19 and newer receive approximately 1 year of patch support.
Kubernetes 1.18 and older received approximately 9 months of patch support.
kubectl is supported within one minor version (older or newer) of kube-apiserver.

Example: kube-apiserver is at 1.18, then kubectl is supported at 1.19, 1.18, and 1.17

Given the above, argo should likely remain on one minor less (1.18) than the current stable (1.19). This allows support for all three active releases of k8s.

Diagnostics

I reviewed the master branch and latest release branch of argo.


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

@alexec
Copy link
Contributor

alexec commented Sep 10, 2020

It would be good to upgrade this dependency. Would you like to submit a PR with the fix?

@alexec alexec added type/feature Feature request and removed type/bug labels Sep 10, 2020
ricochet pushed a commit to ricochet/argo that referenced this issue Sep 15, 2020
…rgoproj#3999)

- Using stable - 1 minor for kubectl.
- Added SAS to the users list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Feature request
Projects
None yet
Development

No branches or pull requests

2 participants