-
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
Fixed creating clusters in different namespaces when pivoting #736
Fixed creating clusters in different namespaces when pivoting #736
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some minor comments, otherwise looks good!
/approve
/assign @detiber
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sflxn, vincepri The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
db673d8
to
0ead594
Compare
lgtm pending outstanding comments. |
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
0ead594
to
02260e1
Compare
/lgtm |
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