Hoping this is the secret to finally getting usable Openstack deployment in my lab.
I added 3 more nodes to my Kubernetes cluster and plan to give it a shot
The instructions look pretty easy at first glance:
First we need two nodes tagged in the cluster:
At least two nodes must be labelled for Stackanetes' usage:
kubectl label node minion1 openstack-control-plane=enabled
kubectl label node minion2 openstack-compute-node=enabled
No comments:
Post a Comment