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

Policy for keeping k8s clusters updated to somewhat a similar version #1271

Closed
consideRatio opened this issue May 4, 2022 · 3 comments
Closed
Assignees

Comments

@consideRatio
Copy link
Contributor

@GeorgianaElena just ran into failures because the k8s client (kubectl) used in the github virtual environment was bumped to 1.24.0, and since the version skew policy they have declares that it should be compatible with one minor above and two minor below, we can expect errors if kubectl interacts with a k8s cluster versioned <=1.21.

The resolution for now is probably is to pin the kubectl version to 1.23, which is compatible with 1.24 that is the recently released version of k8s, but also lower versions all the way down to 1.21 at least.

I'm not sure if there is a policy on upgrading the k8s clusters, but we should probably have one so that we don't fall behind too far where some clusters have very old versions and others have very new.

@consideRatio
Copy link
Contributor Author

Closing as duplicate of #1271 with more concrete ideas

@github-project-automation github-project-automation bot moved this from Needs Shaping / Refinement to Complete in DEPRECATED Engineering and Product Backlog Jan 3, 2023
@sgibson91
Copy link
Member

Closing as duplicate of #1271 with more concrete ideas

But... this is issue 1271? What was the duplicated issue?

@consideRatio
Copy link
Contributor Author

Woops thanks @sgibson91, I meant #412!

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

No branches or pull requests

2 participants