File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ spec:
401401 protectKernelDefaults :
402402 description : |-
403403 ProtectKernelDefaults ensures that the kernel tunables are equal to the kubelet defaults.
404- Defaults to true for Kubernetes v1.26 or later .
404+ Defaults to true.
405405 type : boolean
406406 registryBurst :
407407 description : |-
@@ -419,10 +419,8 @@ spec:
419419 format : int32
420420 type : integer
421421 seccompDefault :
422- description : |-
423- SeccompDefault enables the use of `RuntimeDefault` as the default seccomp profile for all workloads.
424- This requires the corresponding SeccompDefault feature gate to be enabled as well.
425- This field is only available for Kubernetes v1.25 or later.
422+ description : SeccompDefault enables the use of `RuntimeDefault`
423+ as the default seccomp profile for all workloads.
426424 type : boolean
427425 serializeImagePulls :
428426 description : |-
@@ -433,9 +431,7 @@ spec:
433431 description : |-
434432 StreamingConnectionIdleTimeout is the maximum time a streaming connection can be idle before the connection is automatically closed.
435433 This field cannot be set lower than "30s" or greater than "4h".
436- Default:
437- "4h" for Kubernetes < v1.26.
438- "5m" for Kubernetes >= v1.26.
434+ Default: "5m".
439435 type : string
440436 systemReserved :
441437 description : |-
You can’t perform that action at this time.
0 commit comments