-
Notifications
You must be signed in to change notification settings - Fork 15k
Remove inconsistent use of addons #3327
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
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://github.com/kubernetes/kubernetes/wiki/CLA-FAQ to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. |
592d458
to
2d761f8
Compare
This is the only place in all of the documentation where addon(s) is used instead of addons. Even though with brackets it can be read as one or more addons, it looks strange and inconsistent with the rest of the documentation. Signed-off-by: Brad Topol <btopol@us.ibm.com>
I signed it! |
ping to retrigger bot - maybe |
…hub.io into migration-concepts-container-lifecycle-hooks * 'master' of https://github.com/kubernetes/kubernetes.github.io: (47 commits) Remove inconsistent use of addons (#3327) Fix broken link Fix broken links fix link Fix outdated links on kubeadm.md (#3341) Fix broken links Fix broken link:admission-controllers Update /docs/samples to v1.6 `failure-domain` is no longer used in command line arg. comment TODO in service account page Fix path. (#3364) Move Support topics. (#3363) Move FAQs. (#3362) tools: list minikube as a Native Tool Added solution Madcore.Ai (#3336) Fix broken link (#3343) docs/admin: add docs on impersonation headers Remove file from TOC. (#3361) Deprecation phase 2: debugging-pods-and-rep ... (#3337) Fix broken link (#3335) ...
This is the only place in all of the documentation where addon(s) is used instead of addons. Even though with brackets it can be read as one or more addons, it looks strange and inconsistent with the rest of the documentation. Signed-off-by: Brad Topol <btopol@us.ibm.com>
This is the only place in all of the documentation where addon(s) is used
instead of addons. Even though with brackets it can be read as one or more
addons, it looks strange and inconsistent with the rest of the documentation.
This change is