-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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
Removed alpha kubeconfig command #74628
Conversation
Hi @hpandeycodeit. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
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.
thank you for this PR @hpandeycodeit !
/priority important-longterm
before running CI tests please call ./hack/update-bazel.sh
and include the changes in the same single commit. (git push -f
works for that).
also see my note about .gitignore
.
thanks.
@kubernetes/sig-cluster-lifecycle-pr-reviews
.gitignore
Outdated
@@ -130,3 +130,4 @@ zz_generated_*_test.go | |||
|
|||
# generated by verify-godeps.sh | |||
vendordiff.patch | |||
/.metadata/ |
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.
we shouldn't touch the .gitignore file as part of this PR.
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.
I have reverted it.
02cd588
to
94b5945
Compare
@neolit123 Thanks! I have updated the commit with the |
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.
thanks for the update.
/ok-to-test
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hpandeycodeit, neolit123 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 |
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.
Thanks @hpandeycodeit
/lgtm
@hpandeycodeit I found a minor typo on release note |
@yagonobre Thanks for pointing it out. I have updated the release note. |
/hold cancel |
Thank you @yagonobre @neolit123 !! :) |
@hpandeycodeit can you please change the release note to instead of:
thanks! |
@neolit123 done. So that means this will remain for a while or we are completely reverting it back? |
thanks. |
Revert "Merge pull request kubernetes#74628 from hpandeycodeit/alpha_kubeconf"
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This removes the
alpha kubeconfig
command as discussed in #1381Which issue(s) this PR fixes:
Fixes # 1381