how to use master node #3582
-
Hi, because I just have k8s with only 1 master and 2 workers, so I want to ask whether is there a way I can use master node to setup cStor, right now it just use 2 workers I installed openebs using helm by this command:
I tried to search the anwser on google also github but no lucky Thank you for helping |
Beta Was this translation helpful? Give feedback.
Answered by
minhhungit
Oct 13, 2022
Replies: 1 comment
-
remove taint on master node can resolve problem kubectl describe node master | grep Taints
kubectl taint node master node-role.kubernetes.io/control-plane:NoSchedule- |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
niladrih
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remove taint on master node can resolve problem