This website works better with JavaScript.
Home
Help
Sign In
tgerczei
/
k8s-ubuntu-lab-scripts
mirror of
https://github.com/tgerczei/k8s-ubuntu-lab-scripts
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
removed commented-out commands that have been externalized earlier
main
Tamás Gérczei
3 weeks ago
parent
0b7c1653bf
commit
3e39c583dd
Signed by:
tgerczei
GPG Key ID:
5B59A7760597B1A1
2 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
k8s-ubuntu-update-master
+0
-1
k8s-ubuntu-update-worker
+ 0
- 2
k8s-ubuntu-update-master
View File
@ -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
+ 0
- 1
k8s-ubuntu-update-worker
View File
@ -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
Write
Preview
Loading…
Cancel
Save