File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
content/en/docs/contribute/generate-ref-docs Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,13 @@ The script builds the following references:
50
50
* The ` kubectl ` command reference
51
51
* The Kubernetes API reference
52
52
53
+ {{< note >}}
54
+ The [ ` kubelet ` reference page] ( /docs/reference/command-line-tools-reference/kubelet/ ) is not generated by this script and is maintained manually.
55
+ To update the kubelet reference, follow the standard contribution process described in
56
+ [ Opening a pull request] ( /docs/contribute/new-content/open-a-pr/ ) .
57
+ {{< /note >}}
58
+
59
+
53
60
The ` update-imported-docs.py ` script generates the Kubernetes reference documentation
54
61
from the Kubernetes source code. The script creates a temporary directory
55
62
under ` /tmp ` on your machine and clones the required repositories: ` kubernetes/kubernetes ` and
@@ -190,7 +197,6 @@ depending upon changes made to the upstream source code.
190
197
# ## Generated component tool files
191
198
192
199
```
193
- content/en/docs/reference/command-line-tools-reference/cloud-controller-manager.md
194
200
content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
195
201
content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
196
202
content/en/docs/reference/command-line-tools-reference/kube-proxy.md
You can’t perform that action at this time.
0 commit comments