To ensure the Kubernetes ConfigMap is mounted into the sdn daemonset pods with the
correct permissions, make sure that the sdn-config
ConfigMap is mounted using
restrictive permissions. Check that the config
VolumeMount mounts the
sdn-config
configMap with permissions set to 420:
{
"configMap": {
"defaultMode": 420,
"name": "sdn-config"
},
"name": "config"
}