Skip to content

Commit a6a64f4

Browse files
committed
docs: call out kubelet ref is manual
1 parent b6b9de2 commit a6a64f4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/en/docs/contribute/generate-ref-docs/quickstart.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
5360
The `update-imported-docs.py` script generates the Kubernetes reference documentation
5461
from the Kubernetes source code. The script creates a temporary directory
5562
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.
190197
### Generated component tool files
191198

192199
```
193-
content/en/docs/reference/command-line-tools-reference/cloud-controller-manager.md
194200
content/en/docs/reference/command-line-tools-reference/kube-apiserver.md
195201
content/en/docs/reference/command-line-tools-reference/kube-controller-manager.md
196202
content/en/docs/reference/command-line-tools-reference/kube-proxy.md

0 commit comments

Comments
 (0)