File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
content/zh-cn/docs/contribute/generate-ref-docs Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,18 @@ The script builds the following references:
8484* ` kubectl ` 命令参考文档
8585* Kubernetes API 参考文档
8686
87+ {{< note >}}
88+ <!--
89+ The [`kubelet` reference page](/docs/reference/command-line-tools-reference/kubelet/) is not generated by this script and is maintained manually.
90+ To update the kubelet reference, follow the standard contribution process described in
91+ [Opening a pull request](/docs/contribute/new-content/open-a-pr/).
92+ -->
93+ [ ` kubelet ` 参考页面] ( /zh-cn/docs/reference/command-line-tools-reference/kubelet/ ) 不是由此脚本生成的,
94+ 而是手动维护的。要更新 kubelet 参考,
95+ 可以参考[ 提 PR] ( /zh-cn/docs/contribute/generate-ref-docs/contribute-upstream )
96+ 所述的标准贡献流程。
97+ {{< /note >}}
98+
8799<!--
88100The `update-imported-docs.py` script generates the Kubernetes reference documentation
89101from the Kubernetes source code. The script creates a temporary directory
@@ -320,7 +332,6 @@ depending upon changes made to the upstream source code.
320332# ## 生成的 Kubernetes 组件文档
321333
322334```
323- content/en/docs/reference/command-line-tools-reference/cloud-controller-manager.md
324335content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
325336content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
326337content/en/docs/reference/command-line-tools-reference/kube-proxy.md
You can’t perform that action at this time.
0 commit comments