Allow scheduling of pods on Kubernetes master?

前端 未结 8 809
逝去的感伤
逝去的感伤 2020-12-03 06:54

I set up Kubernetes on CoreOS on bare metal using the generic install scripts. It\'s running the current stable release, 1298.6.0, with Kubernetes version 1.5.4.

We\

8条回答
  •  失恋的感觉
    2020-12-03 07:40

    Use the below command to untaint all masters

    kubectl taint nodes --all node-role.kubernetes.io/master-
    

提交回复
热议问题