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 7df7e9d commit 1d7e34fCopy full SHA for 1d7e34f
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.28.0
+ image: kindest/node:v1.28.0@sha256:9f3ff58f19dcf1a0611d11e8ac989fdb30a28f40f236f59f0bea31fb956ccf5c
486
kubeadmConfigPatches:
487
- |
488
kind: JoinConfiguration
489
nodeRegistration:
490
kubeletExtraArgs:
491
seccomp-default: "true"
492
- role: worker
493
494
495
496
0 commit comments