Home Explore Blog CI



kubernetes

update-imported-docs/README.md
d2c33cc2ba1d48b8d53e38013fb0ea630f47cea58fcc78a50000000300000227
### Update Kubernetes reference docs

The `update-imported-docs` script generates the Kubernetes reference docs (component and tool pages, kubectl-command
reference, and Kubernetes API reference).

For detailed information about the generation process, view the
[Generating Reference Documentation Quickstart Guide](https://kubernetes.io/docs/contribute/generate-ref-docs/quickstart/).

### General Usage

```shell
./update-imported-docs <configuration-file.yml> <k8s_release>
```

For example:

```shell
./update-imported-docs reference.yml 1.17
```

Chunks
a0ca3b35 (1st chunk of `update-imported-docs/README.md`)
Title: Updating Kubernetes Reference Documentation
Summary
The `update-imported-docs` script is used to generate Kubernetes reference documentation, including component and tool pages, kubectl command reference, and the Kubernetes API reference. The script requires a configuration file and the Kubernetes release version as input, as shown in the example.