GoogleCloudPlatform / GoogleCloudPlatform/k8s-node-tools
Mount command does not work to enable smt
Open
- Dominant language
- Shell
- Stars
- 59
- Forks
- 43
- Avg merge
- 8d 16h
- Merged PRs (30d)
- 1
Description
The `bash` image used in the DaemonSet is based on Alpine and is not able to mount as in the step linked below:
https://github.com/GoogleCloudPlatform/k8s-node-tools/blob/84ba7304667a0f02ad616081b1ec0c190c25ded1/disable-smt/gke/enable-smt.yaml#L82
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.
Contributor guide
Assessment
This issue has not been assessed yet.