-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
API reference for 1.13 #11341
API reference for 1.13 #11341
Conversation
* Update outdated l10n(ko) contents (kubernetes#10689) fixes kubernetes#10686 * Translate concepts/overview/what-is-kubernetes in Korean (kubernetes#10690) * Translate concepts/overview/what-is-kubernetes in Korean * Feedback from ClaudiaJKang * Translate concepts/overview/components in Korean (kubernetes#10882) * Translate concepts/overview/components in Korean kubernetes#10717 * Translate concepts/overview/components in Korean * Translate concepts/overview/components in Korean * Apply Korean glossary: 서비스 어카운트 * Translate concepts/overview/kubernetes-api in Korean (kubernetes#10773) * Translate concepts/overview/kubernetes-api in Korean * Applied feedback from ianychoi
…tes#11031) * ADD content/zh/docs/reference/setup-tools/kubeadm/kubeadm.md * ADD content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init.md * Update content/zh/docs/reference/setup-tools/kubeadm/kubeadm.md Accepted Co-Authored-By: YouthLab <tsui@highyouth.com> * do not change 'master' or 'worker' nodes to '主从'
* Doc updates for volume scheduling GA * Make trivial change to kick build
EncryptionConfig was renamed to EncryptedConfiguration and added to the `apiserver.config.k8s.io` API group in Kubernetes 1.13. The feature was previously in alpha and was not handling versions properly, which lead to an originally unnoticed `v1` in the docs.
* trsanlate create-cluster-kubeadm.md to chinese * Update create-cluster-kubeadm.md
content/zh/docs/reference/setup-tools/kubeadm/kubeadm-init.md
Adding this now because there are PRs which wants to reference the API resources added or changed.
Deploy preview for kubernetes-io-vnext-staging processing. Built with commit e1c3e22 https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/5bfcbb5de5cd164a691fc249 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing 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 |
@steveperry-53 do you have time to look at this one for a sanity check? Qiming rocks the generated docs, but one more pair of eyes is always good in this obscure corner of the docs world. |
@tengqm Fantastic thanks! |
@@ -20,6 +20,7 @@ This section of the Kubernetes documentation contains references. | |||
|
|||
* [Kubernetes API Overview](/docs/reference/using-api/api-overview/) - Overview of the API for Kubernetes. | |||
* Kubernetes API Versions | |||
* [1.13](/docs/reference/generated/kubernetes-api/v1.13/) | |||
* [1.12](/docs/reference/generated/kubernetes-api/v1.12/) |
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.
@tengqm, will this page eventually have the recent updates to all pages, such as the feedback section?
Perhaps this happens once this branch is merged to dev-1.13 and then master?
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.
yes, @kbhawkey, when new changes made to 1.13 api, the docs should be updated as well. The sad thing is that we don't have an auto-triggering mechanism for this. The best workaround I can think of is to have the upstream code changes mention sig-docs.
@tfogo: Closed this PR. In response to this:
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. |
Adding this now because there are PRs which wants to reference the API resources added or changed, e.g. #9947.