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:
5050* The ` kubectl ` command reference
5151* The Kubernetes API reference
5252
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+
5360The ` update-imported-docs.py ` script generates the Kubernetes reference documentation
5461from the Kubernetes source code. The script creates a temporary directory
5562under ` /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.
190197# ## Generated component tool files
191198
192199```
193- content/en/docs/reference/command-line-tools-reference/cloud-controller-manager.md
194200content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
195201content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
196202content/en/docs/reference/command-line-tools-reference/kube-proxy.md
You can’t perform that action at this time.
0 commit comments