The connection to the server localhost:8080 was refused - did you specify the right host or port?
The connection to the server localhost:8080 was refused - did you specify the right host or port? 쿠버네티스 설치 메뉴얼에 보면 일반 계정에서 클러스터를 사용하려거든 아래 명령어를 실행하라고 한다. mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config : 언뜻 보면 방화벽 관련 에러 같기도 한데?
container
2018. 5. 26. 11:59
공지사항