-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pivot failing following Getting Started guide in docs #809
Comments
Couple updates:
|
I think I found the root cause -- a race condition in This fix is in cluster-api master branch, but CAPA is using the release-0.1 branch. |
I'm working on backporting the fix (and other recent fixes) to the release-0.1 branch now. /assign |
Backport PR is here: kubernetes-sigs/cluster-api#986 After that merges, a PR to this repo will need to be done to update the vendored dependency. |
I'm waiting to create the PR to update the dependency until kubernetes-sigs/cluster-api#989 merges as well. |
/kind bug
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
Using v0.3.0 templates, trying to spin up a cluster following the getting started guide.
Output on the command line from
clusterctl
Last few lines of the logs from the CAPA controller on the KIND cluster
What did you expect to happen:
Cluster to come up correctly.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
I am not using released
clusterctl
binaries. I built from source on the master branch.snippet from git log
Environment:
kubectl version
): v1.14.2 (on KIND)/etc/os-release
):The text was updated successfully, but these errors were encountered: