Skip to content

Commit

Permalink
Problems with noting the kind node image version
Browse files Browse the repository at this point in the history
Signed-off-by: LiZhenCheng9527 <[email protected]>
  • Loading branch information
LiZhenCheng9527 committed Nov 18, 2023
1 parent c69f98e commit 0b6d656
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/content/en/boilerplates/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ Deploy a kubernetes cluster using kurator's scripts.
$ hack/local-dev-setup.sh
reparing kind config in path: /tmp/tmp.xxxxx
...
Local clusters is running.
Local clusters is running. Note that the kind version and node image version need to be matched.
Now that kurator's local_dev_setup.sh is using the 1.25.3 node image.
You can refer to kind's release info(https://github.com/kubernetes-sigs/kind/releases).


To start using your host cluster, run:
export KUBECONFIG=/root/.kube/kurator-host.config
Expand Down

0 comments on commit 0b6d656

Please sign in to comment.