-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Fix some typos in docs/concepts/ #7251
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 5e60598 https://deploy-preview-7251--kubernetes-io-master-staging.netlify.com |
@@ -40,7 +40,7 @@ When creating a new API, consider whether to [aggregate your API with the Kubern | |||
| Your API is [Declarative](#declarative-apis). | Your API does not fit the [Declarative](#declarative-apis) model. | | |||
| You want your new types to be readable and writable using `kubectl`.| `kubectl` support is not required | | |||
| You want to view your new types in a Kubernetes UI, such as dashboard, alongside built-in types. | Kubernetes UI support is not required. | | |||
| You are developing a new API. | You already have program that serves your API and works well. | | |||
| You are developing a new API. | You already have programed that serves your API and works well. | |
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.
a program
@@ -216,7 +216,7 @@ form `http://foo.bar/volume` while a port based endpoint is of the form | |||
`http://foo.bar:xxx`. | |||
|
|||
In environments that use path based endpoints and Kubernetes is using the older | |||
auto-detection logic a `BS API version autodetection failed.` error will be | |||
auto-detection logic a `BS API version autodetection failed.` Error will be |
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.
sorry, this change is invalid as well. didn't notice it last time.
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bradamant3, lijianfeng1993, xiangpengzhao 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 |
* 'master' of https://github.com/kubernetes/website: (379 commits) fix some typos in keps.md (#7266) Typo fix: recommend -> recommended (#7271) Update nodes.md (#7288) Fix patch image command in rolling update section (#7124) fix edx link (#7276) Update OWNERS_ALIASES for sig-openstack (#7280) Update ISSUE_TEMPLATE.md (#7284) Add Brad Topol to owner aliases. (#7246) modify the default update strategy of statefulset (#7270) Fix tags of workloads-related glossary (#7102) kubectl 1.9+ updated registry secret type and datakey: .dockercfg is now .dockerconfigjson, and datakey now wrapped in 'auths' element (#7248) Remove CentOS guide that was already deprecated a while ago (#7242) fix typo (#7260) fix typo envrionment -> [environment] (#7262) fix a typo in kubernetes api (#7261) fix some typos (#7251) Update notes.md (#7259) Update notes.md (#7257) Fix file extension and remove not necessary sudo. (#7143) Update Azure Container Service to managed clusters (#6955) ...
This change is