반응형
https://kubetm.github.io/k8s/02-beginner/cluster-install-case2/
1. kubernetes 설치명령어 실행시 "repodata/repomd.xml from kubernetes: [Errno 256] No more mirrors to try." 에러 발생
kubernetes.repo 파일에서 아래 두라인 삭제하니 잘 설치됨.
gpgcheck=1
repo_gpgcheck=1
2. workernode의 ip변경 후 systemctl restart network할때 에러 발생
[Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.]
shutdown now로 끄고 재시작 하니 systemctl restart network가 정상처리됨.
3. dashboard 설치
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml
반응형
'Software Architecture > kubernetes' 카테고리의 다른 글
[ Kubernetes ] VMware 및 Centos를 이용해 Kubernetes 구성하기 (0) | 2023.02.28 |
---|