...
Code Block |
---|
clusterctl init --infrastructure=openstack:v0.10.45 --kubeconfig=$CLUSTER_NAME.kubeconfig clusterctl move --to-kubeconfig $CLUSTER_NAME.kubeconfig -n clusters |
...
Code Block |
---|
curl -L https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.7.4/clusterctl-linux-amd64 -o clusterctl chmod +x ./clusterctl sudo mv ./clusterctl /usr/local/bin/clusterctl clusterctl init --infrastructure=openstack:v0.10.45 |
If you run into GitHub rate limiting you will have to generate a personal API token as described here. This only requires the Repo scope, and is set on the CLI as follows
...