We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa650a commit c985522Copy full SHA for c985522
hack/kubelet-plugin-prestart.sh
@@ -16,8 +16,8 @@ _driver_root_path="/driver-root-parent/$(basename "${NVIDIA_DRIVER_ROOT%/}")"
16
17
# Create in-container path /driver-root as a symlink. Expectation: link may be
18
# broken initially (e.g., if the GPU operator isn't deployed yet. The link heals
19
-# the driver becomes mounted (e.g., once GPU operator provides the driver on the
20
-# host at /run/nvidia/driver).
+# once the driver becomes mounted (e.g., once GPU operator provides the driver
+# on the host at /run/nvidia/driver).
21
echo "create symlink: /driver-root -> ${_driver_root_path}"
22
ln -s "${_driver_root_path}" /driver-root
23
0 commit comments