Re: [kubernetes-users] gcloud --node-taints issue

2017-11-02 Thread
Hi Randal, Yes, --node-taints flag should add taint to your nodes and you don't need to run kubectl taint nodes. Node taint is a beta feature and you need to set a flag before running gcloud create [1]. Please run following before creating a node-pool/cluster export CLOUDSDK_CONTAINER_USE_V1

Re: [kubernetes-users] gcloud --node-taints issue

2017-11-02 Thread
+Ajit (who introduced taint support in GKE) On Thu, Nov 2, 2017 at 1:56 PM, wrote: > I am trying to taint nodes in a gke node pool similar to this: > > gcloud beta container node-pools create pool-node --cluster cgs > --machine-type n1-standard-16 --node-labels 'capability=impute' --tags >