From 3e39c583dd4186079ac3031551053a87643e1e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Tue, 22 Dec 2020 13:47:25 +0100 Subject: [PATCH] removed commented-out commands that have been externalized earlier --- k8s-ubuntu-update-master | 2 -- k8s-ubuntu-update-worker | 1 - 2 files changed, 3 deletions(-) diff --git a/k8s-ubuntu-update-master b/k8s-ubuntu-update-master index f304fdb..20f8f62 100644 --- a/k8s-ubuntu-update-master +++ b/k8s-ubuntu-update-master @@ -10,5 +10,3 @@ sudo apt install -y kube{let,ctl}=${K8S_VERSION_LATEST#v}-00 sudo apt autoremove -y sudo apt autoclean sudo journalctl --vacuum-time=3d -#sudo docker image prune -af - diff --git a/k8s-ubuntu-update-worker b/k8s-ubuntu-update-worker index 68e6654..7bb5982 100644 --- a/k8s-ubuntu-update-worker +++ b/k8s-ubuntu-update-worker @@ -10,4 +10,3 @@ sudo apt install -y kube{let,ctl}=${K8S_VERSION_LATEST#v}-00 sudo apt autoremove -y sudo apt autoclean sudo journalctl --vacuum-time=3d -#sudo docker image prune -af