-
Notifications
You must be signed in to change notification settings - Fork 562
Remove kubeconfig flag #2524
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
Remove kubeconfig flag #2524
Conversation
de83f00
to
dab66b4
Compare
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.
Looking good.
/lgtm
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.
/approve
/retest |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
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.
/lgtm
/retest |
1 similar comment
/retest |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
dab66b4
to
a30e2de
Compare
/lgtm |
/retest |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
778b136
to
9c77995
Compare
33b225b
to
b3076eb
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anik120, dinhxuanvu, joelanford, perdasilva 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 |
44213db
to
831d437
Compare
Signed-off-by: Per G. da Silva <[email protected]>
831d437
to
cb0e653
Compare
/lgtm |
/hold cancel |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
6 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
Need to figure out how to get passed e2e in order to merge this PR. In the meantime, I'm putting a hold on it to avoid spamming test runs and notifications. |
@perdasilva: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
obsolete given #2362 |
Description of the change:
While developing the system/cluster runtime constraints story, I discovered that if
controller-runtime
is in the import path, the go flag library panics due to thekubeconfig
flag getting redefined. Thecontroller-runtime
library defines it hereThis PR refactors the
catalog
cmd to remove the kubeconfig flagReviewer Checklist
/doc