> --seccomp-default RuntimeDefault > Enable the use of RuntimeDefault as the default seccomp profile for all workloads. It is not clear from the description that the value is boolean until you check it: - ``` curl -s http://127.0.0.1:8001/api/v1/nodes/$( hostname )/proxy/configz | jq .kubeletconfig.seccompDefault false ``` - https://github.com/search?q=repo%3Akubernetes%2Fkubernetes%20seccompDefault&type=code Would be nice to reflect in the description at least a default value.
It is not clear from the description that the value is boolean until you check it:
Would be nice to reflect in the description at least a default value.