Closed alvaroaleman closed 5 years ago
@alvaroaleman There is upstream issue for this problem. clusterctl doesn't work very well with Minikube > 0.28.
I created a PR #82 to add hostNetwork: true
and to add a note in README that Minikube < 0.28 is recommended.
Relevant upstream issue: https://github.com/kubernetes-sigs/cluster-api/issues/475
/lifecycle active /assign
Hello,
Trying out the getting started part of the README,
clusterctl
got stuck on theCreating master in namespace "kube-system"
step, the underlying problem was this:I worked around this by setting
hostNetwork: true
inclusterapi-controllers
deployment, because otherwiselocalhost
is the lo interface in the pods net namespace and not in the root net namespace where the minikube apiserver runs.