mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
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:
parent
7ef03d3865
commit
ade7bc2ef4
@ -7,7 +7,7 @@
|
|||||||
Lets create a Kubernetes cluster to play with using [kind](https://kind.sigs.k8s.io/docs/user/quick-start/)
|
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
|
# Getting Started with Helm
|
||||||
@ -32,7 +32,7 @@ export KUBE_EDITOR="nano"
|
|||||||
# test cluster access:
|
# test cluster access:
|
||||||
/work # kubectl get nodes
|
/work # kubectl get nodes
|
||||||
NAME STATUS ROLES AGE VERSION
|
NAME STATUS ROLES AGE VERSION
|
||||||
helm-control-plane Ready master 26m v1.19.1
|
helm-control-plane Ready master 26m v1.26.0
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user