Home Explore Blog CI



kubernetes

1st chunk of `update-imported-docs/README.md`
a0ca3b35cbcee187f30e79ede6a55100813941e8f91c9afb0000000100000227
### 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
```

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.