OpenStack Kubernetes uninitialized taint on minion nodes
Pawel Konczalski
pawel.konczalski at everyware.ch
Mon May 6 12:01:31 UTC 2019
Hi,
i try to deploy a Kubernetes cluster with OpenStack Magnum. So far the
deployment works fine except for the uninitialized taints attribute on
the worker / minion nodes.
This has to be removed manually, only after that is it possible to
deploy containers in the cluster. Any idea how to fix / automate this
that Magnum automaticaly deploy functional cluster?
openstack coe cluster template create kubernetes-cluster-template \
--image Fedora-AtomicHost-29-20190429.0.x86_64 \
--external-network public \
--dns-nameserver 8.8.8.8 \
--master-flavor m1.kubernetes \
--flavor m1.kubernetes \
--coe kubernetes \
--volume-driver cinder \
--network-driver flannel \
--docker-volume-size 25
openstack coe cluster create kubernetes-cluster \
--cluster-template kubernetes-cluster-template \
--master-count 1 \
--node-count 2 \
--keypair mykey
kubectl describe nodes | grep Taints
[fedora at kubernetes-cluster9-efikj2wr5lsi-master-0 ~]$ kubectl describe
nodes | grep Taints
Taints: CriticalAddonsOnly=True:NoSchedule
Taints: node.cloudprovider.kubernetes.io/uninitialized=true:NoSchedule
Taints: node.cloudprovider.kubernetes.io/uninitialized=true:NoSchedule
kubectl taint nodes --all node.cloudprovider.kubernetes.io/uninitialized-
[root at kubernetes-cluster31-vrmbz6yjvuvd-master-0 /]# kubectl describe
nodes | grep Taints
Taints: dedicated=master:NoSchedule
Taints: <none>
Taints: <none>
BR
Pawel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5227 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20190506/63262e72/attachment.bin>
More information about the openstack-discuss
mailing list