From b5de8acde7fb28748e48bd6806c78c51991ae80d Mon Sep 17 00:00:00 2001 From: jinho0928 Date: Mon, 5 Apr 2021 13:29:57 +0900 Subject: [PATCH] Update KUBE_VERSION_UPGRADE_README.md --- KUBE_VERSION_UPGRADE_README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KUBE_VERSION_UPGRADE_README.md b/KUBE_VERSION_UPGRADE_README.md index 53d6135..82ddbf4 100644 --- a/KUBE_VERSION_UPGRADE_README.md +++ b/KUBE_VERSION_UPGRADE_README.md @@ -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