-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Creating clusters in non-default namespace using clusterctl fails at the pivot #735
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
sflxn
pushed a commit
to sflxn/cluster-api
that referenced
this issue
Feb 7, 2019
There was a bug that prevented pivoting because a desired namespace was specified in the cluster.yaml file. It needs to ensure the the namespace on the target cluster before pivoting. Fixes kubernetes-sigs#735
sflxn
pushed a commit
to sflxn/cluster-api
that referenced
this issue
Feb 7, 2019
There was a bug that prevented pivoting because a desired namespace was specified in the cluster.yaml file. It needs to ensure the the namespace on the target cluster before pivoting. Also, ensuring namespace after getting the target cluster kubeconfig requires a loop with exp backoff in some environments. Fixes kubernetes-sigs#735
sflxn
pushed a commit
to sflxn/cluster-api
that referenced
this issue
Feb 8, 2019
There was a bug that prevented pivoting because a desired namespace was specified in the cluster.yaml file. It needs to ensure the the namespace on the target cluster before pivoting. Also, ensuring namespace after getting the target cluster kubeconfig requires a loop with exp backoff in some environments. Fixes kubernetes-sigs#735
sflxn
pushed a commit
to sflxn/cluster-api
that referenced
this issue
Feb 8, 2019
There was a bug that prevented pivoting because a desired namespace was specified in the cluster.yaml file. It needs to ensure the the namespace on the target cluster before pivoting. Also, ensuring namespace after getting the target cluster kubeconfig requires a loop with exp backoff in some environments. Fixes kubernetes-sigs#735
k8s-ci-robot
pushed a commit
that referenced
this issue
Feb 8, 2019
There was a bug that prevented pivoting because a desired namespace was specified in the cluster.yaml file. It needs to ensure the the namespace on the target cluster before pivoting. Also, ensuring namespace after getting the target cluster kubeconfig requires a loop with exp backoff in some environments. Fixes #735
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/kind bug
What steps did you take and what happened:
What did you expect to happen:
New cluster would get created on the target cloud infrastructure and have machines and cluster objects created on the target cluster and scoped to the new namespace.
Anything else you would like to add:
Last two lines of the run,
Environment:
vSphere but should also fail in other providers, based on the code in clusterdeployer.go.
kubectl version
): 1.11.3/etc/os-release
):The text was updated successfully, but these errors were encountered: