Update KUBE_VERSION_UPGRADE_README.md

This commit is contained in:
jinho0928
2021-04-05 13:29:57 +09:00
committed by GitHub
parent dbdc931535
commit b5de8acde7

View File

@@ -15,7 +15,7 @@
## 폐쇄망 가이드
1. **폐쇄망에서 설치하는 경우** 아래 가이드를 참고 하여 image registry를 먼저 구축한다.
* https://github.com/tmax-cloud/hypercloud-install-guide/tree/master/Image_Registry
* https://github.com/tmax-cloud/install-registry/tree/5.0
2. 사용하는 image repository에 k8s 설치 시 필요한 이미지를 push한다.
* 작업 디렉토리 생성 및 환경 설정
```bash
@@ -337,7 +337,7 @@
sudo systemctl restart kubelet
```
* 업그레이드시 runtime 변경을 하는 경우 (docker -> cri-o)
* crio 설치는 https://github.com/tmax-cloud/hypercloud-install-guide/tree/master/K8S_Master#step-1-cri-o-%EC%84%A4%EC%B9%98를 참조한다.
* crio 설치는 https://github.com/tmax-cloud/install-k8s/tree/5.0를 참조한다.
```bash
systemctl stop kubelet