Using both rancher and cluster autoscaler #569
Unanswered
v-petukhov
asked this question in
Q&A
Replies: 1 comment 6 replies
-
You can use rancher v2.7.1 on kubernetes 1.25, which is what I do. Does the enable_rancher flag not use the latest rancher version yet? (I install rancher separately, outside of the kube.tf module.) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
Is there any option to use both rancher and cluster autoscaler? As I can see in
kube.tf
file notes, there are:Cluster Autoscaler
Providing at least one map for the array enables the cluster autoscaler feature, default is disabled
Please note that the autoscaler should not be used with initial_k3s_channel < "v1.25". So ideally lock it to "v1.25".
And Rancher can not running using k3s v1.25, as I can understand, or I'm wrong with it?
So, is there any option to use them both at one time?
Thanks for answers!
Beta Was this translation helpful? Give feedback.
All reactions