-
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
[zh] Resync kubeadm files (3) #27723
Conversation
Deploy preview for kubernetes-io-master-staging ready! Built with commit 9ba6ac6 https://deploy-preview-27723--kubernetes-io-master-staging.netlify.app |
* [kubeadm reset](/zh/docs/reference/setup-tools/kubeadm/kubeadm-reset) | ||
用于恢复通过 `kubeadm init` 或者 `kubeadm join` 命令对节点进行的任何变更 | ||
* [kubeadm certs](/docs/reference/setup-tools/kubeadm/kubeadm-certs) | ||
用来管理 Kubernetes 证书 |
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.
用于管理
你也可以在使用 `kubeadm init` 命令时配置若干 kubelet 配置选项。 | ||
这些选项对于集群中所有节点而言都是相同的。 | ||
参阅[使用 kubeadm 来配置集群中的各个 kubelet](/zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration/) | ||
了解细节信息。 |
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.
了解详细信息
## 启用已签名的 kubelet 服务证书 {#kubelet-serving-certs} | ||
|
||
默认情况下,kubeadm 所部署的 kubelet 服务证书是自签名(Self-Signed)。) |
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.
句末右括号
and restart the kubelet with `systemctl restart kubelet` | ||
--> | ||
如果你已经创建の集群,你必须通过执行下面的操作来完成适配: |
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.
Japanese??? 😲
的 ConfigMap 并编辑之。 | ||
在该 ConfigMap 中,`config` 键下面有一个 | ||
[KubeletConfiguration](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration) |
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.
zh link
57936dc
to
b1bf2bc
Compare
/lgtm |
LGTM label has been added. Git tree hash: 677a51fcf7bb9109cc06cd6b4e1d95e62506c34d
|
@tengqm plz deal with the conflicts. |
@tanjunchen rebased. |
/lgtm |
LGTM label has been added. Git tree hash: a1eae046cc757b01828d0abc61454803781cb8e9
|
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tanjunchen 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 |
Related: #27670