Skip to content

Commit

Permalink
Update kind version
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Sep 14, 2021
1 parent 3effb9c commit 4522a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cli/docs/capact_environment_create_kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ capact environment create kind [flags]
```
--cluster-config string path to a kind config file
-h, --help help for kind
--image string node docker image to use for booting the cluster (default "kindest/node:v1.19.1")
--image string node docker image to use for booting the cluster (default "kindest/node:v1.20.7")
--kubeconfig string sets kubeconfig path instead of $KUBECONFIG or $HOME/.kube/config
--name string cluster name, overrides config (default "dev-capact")
--retain retain nodes for debugging when cluster creation fails
Expand Down
2 changes: 1 addition & 1 deletion internal/cli/environment/create/kind_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nodeRegistration:

const (
// KindDefaultNodeImage defines default Kubernetes image for a new kind cluster.
KindDefaultNodeImage = "kindest/node:v1.19.1"
KindDefaultNodeImage = "kindest/node:v1.20.7"
)

// KindDefaultConfig holds kind cluster configuration suitable for Capact installation.
Expand Down

0 comments on commit 4522a3d

Please sign in to comment.