From 183808e6782130fcaec258ef230475563aa722ff Mon Sep 17 00:00:00 2001 From: Mauricio Scheffer Date: Thu, 19 Mar 2020 17:36:23 +0000 Subject: [PATCH] Comment out protokube https://github.com/cicdteam/nvidia-device-plugin/issues/1 --- tesla-440.31/files/02-nvidia-docker.sh | 4 ++-- tesla-440.33.01/files/02-nvidia-docker.sh | 4 ++-- tesla-440.64.00/files/02-nvidia-docker.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tesla-440.31/files/02-nvidia-docker.sh b/tesla-440.31/files/02-nvidia-docker.sh index dc17cfc..df91269 100755 --- a/tesla-440.31/files/02-nvidia-docker.sh +++ b/tesla-440.31/files/02-nvidia-docker.sh @@ -20,7 +20,7 @@ cat << 'EOF' > /etc/docker/daemon.json EOF # Stop protokube to ensure not bring kubelet up again -systemctl stop protokube +# systemctl stop protokube # Stop kubelet to ensure not bring stopped containers up again and leak # them as orphan containers systemctl stop kubelet @@ -38,5 +38,5 @@ systemctl mask cloud-init.service systemctl mask kops-configuration.service # Restore protokube and protokube will bring up kubelet -systemctl start protokube +# systemctl start protokube systemctl start kubelet diff --git a/tesla-440.33.01/files/02-nvidia-docker.sh b/tesla-440.33.01/files/02-nvidia-docker.sh index dc17cfc..df91269 100755 --- a/tesla-440.33.01/files/02-nvidia-docker.sh +++ b/tesla-440.33.01/files/02-nvidia-docker.sh @@ -20,7 +20,7 @@ cat << 'EOF' > /etc/docker/daemon.json EOF # Stop protokube to ensure not bring kubelet up again -systemctl stop protokube +# systemctl stop protokube # Stop kubelet to ensure not bring stopped containers up again and leak # them as orphan containers systemctl stop kubelet @@ -38,5 +38,5 @@ systemctl mask cloud-init.service systemctl mask kops-configuration.service # Restore protokube and protokube will bring up kubelet -systemctl start protokube +# systemctl start protokube systemctl start kubelet diff --git a/tesla-440.64.00/files/02-nvidia-docker.sh b/tesla-440.64.00/files/02-nvidia-docker.sh index dc17cfc..df91269 100755 --- a/tesla-440.64.00/files/02-nvidia-docker.sh +++ b/tesla-440.64.00/files/02-nvidia-docker.sh @@ -20,7 +20,7 @@ cat << 'EOF' > /etc/docker/daemon.json EOF # Stop protokube to ensure not bring kubelet up again -systemctl stop protokube +# systemctl stop protokube # Stop kubelet to ensure not bring stopped containers up again and leak # them as orphan containers systemctl stop kubelet @@ -38,5 +38,5 @@ systemctl mask cloud-init.service systemctl mask kops-configuration.service # Restore protokube and protokube will bring up kubelet -systemctl start protokube +# systemctl start protokube systemctl start kubelet