Skip to content

Commit

Permalink
Merge pull request #2693 from jpmcb/docs/per-node-images
Browse files Browse the repository at this point in the history
Moves the documentation of setting node images to Per-Node Options
  • Loading branch information
k8s-ci-robot authored Mar 30, 2022
2 parents 412a2ad + 93cafd3 commit 8cc0c0b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions site/content/docs/user/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,15 @@ nodes:
- role: worker
{{< /codeFromInline >}}

You can also set a specific Kubernetes version by setting the `node`'s container image. You can find available image tags on the [releases page](https://github.com/kubernetes-sigs/kind/releases). Please include the `@sha256:` [image digest](https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier) from the image in the release notes, as seen in this example:
## Per-Node Options

The following options are available for setting on each entry in `nodes`.

NOTE: not all options are documented yet! We will fix this with time, PRs welcome!

### Kubernetes Version

You can set a specific Kubernetes version by setting the `node`'s container image. You can find available image tags on the [releases page](https://github.com/kubernetes-sigs/kind/releases). Please include the `@sha256:` [image digest](https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier) from the image in the release notes, as seen in this example:

{{< codeFromInline lang="yaml" >}}
kind: Cluster
Expand All @@ -268,13 +276,6 @@ nodes:
image: kindest/node:v1.16.4@sha256:b91a2c2317a000f3a783489dfb755064177dbc3a0b2f4147d50f04825d016f55
{{< /codeFromInline >}}


## Per-Node Options

The following options are available for setting on each entry in `nodes`.

NOTE: not all options are documented yet! We will fix this with time, PRs welcome!

### Extra Mounts

Extra mounts can be used to pass through storage on the host to a kind node
Expand Down

0 comments on commit 8cc0c0b

Please sign in to comment.