You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo" -r Automatically reboot the node if changing the MIG mode fails for any reason"
39
-
echo" -d Automatically shutdown/restart any required host GPU clients across a MIG configuration"
40
-
echo" -n <node> The kubernetes node to change the MIG configuration on"
41
-
echo" -f <config-file> The mig-parted configuration file"
42
-
echo" -c <selected-config> The selected mig-parted configuration to apply to the node"
43
-
echo" -m <host-root-mount> Container path where host root directory is mounted"
44
-
echo" -i <host-nvidia-dir> Host path of the directory where NVIDIA managed software directory is typically located"
45
-
echo" -o <host-mig-manager-state-file> Host path where the systemd mig-manager state file is located"
46
-
echo" -g <host-gpu-client-services> Comma separated list of host systemd services to shutdown/restart across a MIG reconfiguration"
47
-
echo" -k <host-kubelet-service> Name of the host's 'kubelet' systemd service which may need to be shutdown/restarted across a MIG mode reconfiguration"
48
-
echo" -p <operator-namespace> Name of the Kubernetes namespace in which the GPU Operator operands are installed in"
37
+
echo" -h Display this help message"
38
+
echo" -r Automatically reboot the node if changing the MIG mode fails for any reason"
39
+
echo" -d Automatically shutdown/restart any required host GPU clients across a MIG configuration"
40
+
echo" -n <node> The kubernetes node to change the MIG configuration on"
41
+
echo" -f <config-file> The mig-parted configuration file"
42
+
echo" -c <selected-config> The selected mig-parted configuration to apply to the node"
43
+
echo" -m <host-root-mount> Container path where host root directory is mounted"
44
+
echo" -i <host-nvidia-dir> Host path of the directory where NVIDIA managed software directory is typically located"
45
+
echo" -o <host-mig-manager-state-file> Host path where the systemd mig-manager state file is located"
46
+
echo" -g <host-gpu-client-services> Comma separated list of host systemd services to shutdown/restart across a MIG reconfiguration"
47
+
echo" -k <host-kubelet-service> Name of the host's 'kubelet' systemd service which may need to be shutdown/restarted across a MIG mode reconfiguration"
48
+
echo" -p <default-gpu-clients-namespace> Default name of the Kubernetes Namespace in which the GPU client Pods are installed in"
49
49
}
50
50
51
51
whilegetopts"hrdn:f:c:m:i:o:g:k:p:" opt;do
@@ -84,9 +84,9 @@ while getopts "hrdn:f:c:m:i:o:g:k:p:" opt; do
0 commit comments