분류 전체보기
- VSCode Remote Debugging 2020.11.20
- Folder Share between VirtualBox and Ubuntu 2020.11.20
- Kubernetes Troubleshooting: "/var/lib/etcd is not empty" 2020.11.12
- Uninstall Kubernetes Completely in Ubuntu 16.04 2020.11.12
- Ubuntu에서 apt repository 변경 2020.11.11
- Kubernetes Installation Guide 2020.11.10
- Kubernetes (Kubeadm) Installation Shell Script 2020.11.10
- Completely Reset Kubernetes (kubeadm) 2020.11.10
- Install Kubernetes via K3S on VirtualBox 2020.11.10
- MiniKube vs. Kubeadm vs. Kind vs. K3S 2020.11.10
VSCode Remote Debugging
2020. 11. 20. 14:16
Folder Share between VirtualBox and Ubuntu
2020. 11. 20. 13:25
Kubernetes Troubleshooting: "/var/lib/etcd is not empty"
2020. 11. 12. 16:53
If you see "/var/lib/etcd is not empty" message while initiating Kubernetes, then remove /var/lib/etcd directory.
References
'가상 머신 > Kubernetes' 카테고리의 다른 글
K8S with Keycloak: 127.0.0.1:8443 connection refused (0) | 2020.12.14 |
---|---|
Kubernetes Ingress in On-Premise (0) | 2020.12.01 |
Uninstall Kubernetes Completely in Ubuntu 16.04 (0) | 2020.11.12 |
Kubernetes Installation Guide (0) | 2020.11.10 |
Kubernetes (Kubeadm) Installation Shell Script (0) | 2020.11.10 |
Uninstall Kubernetes Completely in Ubuntu 16.04
2020. 11. 12. 15:40
# kubeadm reset
# sudo apt-get purge kubeadm kubectl kubelet kubernetes-cni kube*
# sudo apt-get autoremove
# sudo rm -rf ~/.kube
References
https://stackoverflow.com/questions/44698283/how-to-completely-uninstall-kubernetes
'가상 머신 > Kubernetes' 카테고리의 다른 글
Kubernetes Ingress in On-Premise (0) | 2020.12.01 |
---|---|
Kubernetes Troubleshooting: "/var/lib/etcd is not empty" (0) | 2020.11.12 |
Kubernetes Installation Guide (0) | 2020.11.10 |
Kubernetes (Kubeadm) Installation Shell Script (0) | 2020.11.10 |
Completely Reset Kubernetes (kubeadm) (0) | 2020.11.10 |
Ubuntu에서 apt repository 변경
2020. 11. 11. 11:09
sudo cp /etc/apt/sources.list /etc/apt/sources.list.old && sudo sed -i 's/kr.archive.ubuntu.com/ftp.daumkakao.com/g' /etc/apt/sources.list
'운영체제 > Linux' 카테고리의 다른 글
CURL 인증서(CA Certificate) 추가하기 (0) | 2021.01.12 |
---|---|
Ubuntu 16.04 Server에 Desktop GUI 설치 (0) | 2020.12.30 |
Port-forwarding via iptables in Linux (0) | 2020.11.10 |
Enable/Disable CPU Cores (0) | 2019.05.02 |
동시에 여러 서버에게 ping 요청하기 (Broadcast ping) (0) | 2019.04.14 |
Kubernetes Installation Guide
2020. 11. 10. 20:58
(Recommended) https://medium.com/finda-tech/overview-8d169b2a54ff
https://hiseon.me/linux/ubuntu/ubuntu-kubernetes-install/
https://ssup2.github.io/record/Kubernetes_%EC%84%A4%EC%B9%98_kubeadm_Ubuntu_16.04/
'가상 머신 > Kubernetes' 카테고리의 다른 글
Kubernetes Troubleshooting: "/var/lib/etcd is not empty" (0) | 2020.11.12 |
---|---|
Uninstall Kubernetes Completely in Ubuntu 16.04 (0) | 2020.11.12 |
Kubernetes (Kubeadm) Installation Shell Script (0) | 2020.11.10 |
Completely Reset Kubernetes (kubeadm) (0) | 2020.11.10 |
Install Kubernetes via K3S on VirtualBox (0) | 2020.11.10 |
Kubernetes (Kubeadm) Installation Shell Script
2020. 11. 10. 20:56
'가상 머신 > Kubernetes' 카테고리의 다른 글
Uninstall Kubernetes Completely in Ubuntu 16.04 (0) | 2020.11.12 |
---|---|
Kubernetes Installation Guide (0) | 2020.11.10 |
Completely Reset Kubernetes (kubeadm) (0) | 2020.11.10 |
Install Kubernetes via K3S on VirtualBox (0) | 2020.11.10 |
MiniKube vs. Kubeadm vs. Kind vs. K3S (0) | 2020.11.10 |
Completely Reset Kubernetes (kubeadm)
2020. 11. 10. 20:54
'가상 머신 > Kubernetes' 카테고리의 다른 글
Kubernetes Installation Guide (0) | 2020.11.10 |
---|---|
Kubernetes (Kubeadm) Installation Shell Script (0) | 2020.11.10 |
Install Kubernetes via K3S on VirtualBox (0) | 2020.11.10 |
MiniKube vs. Kubeadm vs. Kind vs. K3S (0) | 2020.11.10 |
Uninstall K3S (0) | 2020.11.10 |
Install Kubernetes via K3S on VirtualBox
2020. 11. 10. 20:52
'가상 머신 > Kubernetes' 카테고리의 다른 글
Kubernetes (Kubeadm) Installation Shell Script (0) | 2020.11.10 |
---|---|
Completely Reset Kubernetes (kubeadm) (0) | 2020.11.10 |
MiniKube vs. Kubeadm vs. Kind vs. K3S (0) | 2020.11.10 |
Uninstall K3S (0) | 2020.11.10 |
Install Specific Version of Kubernetes? (0) | 2020.11.10 |
MiniKube vs. Kubeadm vs. Kind vs. K3S
2020. 11. 10. 20:51
'가상 머신 > Kubernetes' 카테고리의 다른 글
Kubernetes (Kubeadm) Installation Shell Script (0) | 2020.11.10 |
---|---|
Completely Reset Kubernetes (kubeadm) (0) | 2020.11.10 |
Install Kubernetes via K3S on VirtualBox (0) | 2020.11.10 |
Uninstall K3S (0) | 2020.11.10 |
Install Specific Version of Kubernetes? (0) | 2020.11.10 |