Skip to content

Commit

Permalink
Comment out protokube
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Mar 19, 2020
1 parent 72b2240 commit 183808e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tesla-440.31/files/02-nvidia-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions tesla-440.33.01/files/02-nvidia-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions tesla-440.64.00/files/02-nvidia-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 183808e

Please sign in to comment.