How to specify kubernetes version? #8982
Answered
by
steverfrancis
Spaghetto392
asked this question in
Q&A
-
Hi, I'm trying to setup a cluster on Talos 1.7, however, a deployment I want to run needs Kubernetes to be running on version 1.28 or lower. How do I specify which version of Kubernetes I have installed on Talos? |
Beta Was this translation helpful? Give feedback.
Answered by
steverfrancis
Jul 5, 2024
Replies: 1 comment 1 reply
-
You can define this when generating your machine configs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Spaghetto392
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can define this when generating your machine configs.
see https://www.talos.dev/v1.7/introduction/prodnotes/#customizing-machine-configuration
for example
talosctl gen config --kubernetes-version 1.28.2