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

Upgrade our k8s clusters to k8s 1.27+ #3412

Closed
consideRatio opened this issue Nov 13, 2023 · 1 comment
Closed

Upgrade our k8s clusters to k8s 1.27+ #3412

consideRatio opened this issue Nov 13, 2023 · 1 comment
Assignees

Comments

@consideRatio
Copy link
Contributor

Current status

# collect clusters current versions by running a `kubectl version` command
ls config/clusters | xargs -I {} deployer use-cluster-credentials {} 'echo {} $(kubectl version -o json | jq -r .serverVersion.gitVersion) >> k8s-versions.txt'

This issue only needs to get a single cluster from 1.26 to 1.27 (assumes #3224 and #3249 upgrades clusters straight to 1.27 or later).

# 1.26 - AKS
utoronto v1.26.3

Related

@consideRatio
Copy link
Contributor Author

Closed by #3596

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