added K8s v1.22 tip for kind cluster,bug-report (#7437)
This commit is contained in:
parent
390bd257e7
commit
5c98c93f0f
2 changed files with 26 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ Start a local Kubernetes cluster using [kind](https://kind.sigs.k8s.io/), build
|
|||
```console
|
||||
make dev-env
|
||||
```
|
||||
- If you are working on the v1.x.x version of this controler, and you want to create a cluster with kubernetes version 1.22, then please visit the [documentation for kind](https://kind.sigs.k8s.io/docs/user/configuration/#a-note-on-cli-parameters-and-configuration-files), and look for how to set a custom image for the kind node (image: kindest/node...), in the kind config file.
|
||||
|
||||
### Testing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue