We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d00be9 commit 7df7e9dCopy full SHA for 7df7e9d
content/en/docs/tutorials/security/seccomp.md
@@ -482,15 +482,15 @@ kind: Cluster
482
apiVersion: kind.x-k8s.io/v1alpha4
483
nodes:
484
- role: control-plane
485
- image: kindest/node:v1.23.0@sha256:49824ab1727c04e56a21a5d8372a402fcd32ea51ac96a2706a12af38934f81ac
+ image: kindest/node:v1.28.0
486
kubeadmConfigPatches:
487
- |
488
kind: JoinConfiguration
489
nodeRegistration:
490
kubeletExtraArgs:
491
seccomp-default: "true"
492
- role: worker
493
494
495
496
0 commit comments