-
Notifications
You must be signed in to change notification settings - Fork 40.5k
fix broken cloud provider info urls #53071
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
Conversation
Hi @tpepper. 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 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. I understand the commands that are listed here. |
Seems like the cla check might have hung? |
/lgtm |
kubernetes/community repo's commit 3034683c5997474d9f59ef722c8ee9c1f1e58f07 started a re-org of the design-proposals directory to have hierarchical structure and subdirectories. This in turn broke the urls in the kubernetes/kubernetes/pkg/cloud-provider/README.md file. This patch adds the appropriate subdirectories into the urls in the readme. While the kubernetes/kubernetes/pkg/cloud-provider/cloud-provider directory represents an area that's deprecated now, this patch isn't introducing anything new, but rather fixes the broken links to information on the deprecation and info on the evolving forward path for the cloud providers. Signed-off-by: Tim Pepper <[email protected]>
Rebased branch to upstream master. |
/ok-to-test |
/test pull-kubernetes-bazel-test |
/assign @mikedanese Is there anything else needed to get a trivial 2-liner docu update like this one merged? |
/approve no-issue |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mikedanese, roberthbailey, tpepper, xiangpengzhao Associated issue requirement bypassed by: mikedanese The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
kubernetes/community repo's commit 3034683c5997474d9f59ef722c8ee9c1f1e58f07
started a re-org of the design-proposals directory to have hierarchical
structure and subdirectories. This in turn broke the urls in the
kubernetes/kubernetes/pkg/cloud-provider/README.md file. This patch adds
the appropriate subdirectories into the urls in the readme.
Signed-off-by: Tim Pepper [email protected]