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:
84
84
* ` kubectl ` 命令参考文档
85
85
* Kubernetes API 参考文档
86
86
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
+
87
99
<!--
88
100
The `update-imported-docs.py` script generates the Kubernetes reference documentation
89
101
from the Kubernetes source code. The script creates a temporary directory
@@ -320,7 +332,6 @@ depending upon changes made to the upstream source code.
320
332
# ## 生成的 Kubernetes 组件文档
321
333
322
334
```
323
- content/en/docs/reference/command-line-tools-reference/cloud-controller-manager.md
324
335
content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
325
336
content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
326
337
content/en/docs/reference/command-line-tools-reference/kube-proxy.md
You can’t perform that action at this time.
0 commit comments