mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
Merge pull request #187 from lack3r/master
Updated kindest/node to resolve error
This commit is contained in:
commit
1935a34ead
@ -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
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user