Updated kindest/node to resolve error

Updated kindest/node to resolve the following error on Mac OS.
failed to create cluster: could not find a log line that matches "Reached target .*Multi-User System.*|detected cgroup v1"
This commit is contained in:
Andreas Loizou (LACK3R) 2023-03-02 11:47:51 +02:00 committed by GitHub
parent 7ef03d3865
commit ade7bc2ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
Lets create a Kubernetes cluster to play with using [kind](https://kind.sigs.k8s.io/docs/user/quick-start/)
```
kind create cluster --name helm --image kindest/node:v1.19.1
kind create cluster --name helm --image kindest/node:v1.26.0
```
# Getting Started with Helm
@ -32,7 +32,7 @@ export KUBE_EDITOR="nano"
# test cluster access:
/work # kubectl get nodes
NAME STATUS ROLES AGE VERSION
helm-control-plane Ready master 26m v1.19.1
helm-control-plane Ready master 26m v1.26.0
```
@ -204,4 +204,4 @@ This may help you keep the `values.yaml` file small <br/>
# rollout the change
helm upgrade example-app example-app --values ./example-app/example-app-01.values.yaml
```
```