diff --git a/how-to/features/caas.rst b/how-to/features/caas.rst index c704ef7..8515547 100644 --- a/how-to/features/caas.rst +++ b/how-to/features/caas.rst @@ -259,7 +259,7 @@ As a workaround, get the kubeconfig using clusterctl :: - curl -L https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.10.5/clusterctl-linux-amd64 -o clusterctl + curl -L https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.12.4/clusterctl-linux-amd64 -o clusterctl sudo install -o root -g root -m 0755 clusterctl /usr/local/bin/clusterctl sudo k8s config > kubeconfig KUBECONFIG=kubeconfig clusterctl get kubeconfig --namespace magnum- > config-dir/config