Merge pull request #2992 from VibhorChinda/#2792

Make changes in documentation
This commit is contained in:
Benjamin Elder
2023-04-17 22:53:45 -07:00
committed by GitHub

View File

@@ -276,10 +276,15 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.16.4@sha256:b91a2c2317a000f3a783489dfb755064177dbc3a0b2f4147d50f04825d016f55
- role: worker
image: kindest/node:v1.16.4@sha256:b91a2c2317a000f3a783489dfb755064177dbc3a0b2f4147d50f04825d016f55
{{< /codeFromInline >}}
[Reference](https://kind.sigs.k8s.io/docs/user/quick-start/#creating-a-cluster)
**Note**: Kubernetes versions are expressed as x.y.z, where x is the major version, y is the minor version, and z is the patch version, following [Semantic Versioning](https://semver.org/) terminology. For more information, see [Kubernetes Release Versioning.](https://github.com/kubernetes/sig-release/blob/master/release-engineering/versioning.md#kubernetes-release-versioning)
### Extra Mounts
Extra mounts can be used to pass through storage on the host to a kind node