The bash image used in the DaemonSet is based on Alpine and is not able to mount as in the step linked below:
|
mount /dev/sda12 "${dir}" |
It results in
mount: mounting /dev/sda12 on $"dir" failed: invalid argument
The image requires cifs-utils to properly mount and continue the next steps.
The
bashimage used in the DaemonSet is based on Alpine and is not able to mount as in the step linked below:k8s-node-tools/disable-smt/gke/enable-smt.yaml
Line 82 in 84ba730
It results in
The image requires
cifs-utilsto properly mount and continue the next steps.