File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tutorials/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -482,15 +482,15 @@ kind: Cluster
482
482
apiVersion : kind.x-k8s.io/v1alpha4
483
483
nodes :
484
484
- role : control-plane
485
- image : kindest/node:v1.23 .0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac
485
+ image : kindest/node:v1.28 .0@sha256:9f3ff58f19dcf1a0611d11e8ac989fdb30a28f40f236f59f0bea31fb956ccf5c
486
486
kubeadmConfigPatches :
487
487
- |
488
488
kind: JoinConfiguration
489
489
nodeRegistration:
490
490
kubeletExtraArgs:
491
491
seccomp-default: "true"
492
492
- role : worker
493
- image : kindest/node:v1.23 .0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac
493
+ image : kindest/node:v1.28 .0@sha256:9f3ff58f19dcf1a0611d11e8ac989fdb30a28f40f236f59f0bea31fb956ccf5c
494
494
kubeadmConfigPatches :
495
495
- |
496
496
kind: JoinConfiguration
You can’t perform that action at this time.
0 commit comments