kubeadm init

    에러, 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?

    문제 다음과 같이 에러가 발생합니다. The connection to the server localhost:8080 was refused - did you specify the right host or port? 위 에러는 이전에도 나왔는데, 분명히 설정해줬던 것 같은데 또 나오네요 ? 계속해서? 일시적이 아닌 반영구적인 해결법이 필요할것 같은데... 우선 해결 방법은 다음과 같습니다. 해결방법 (아래 글을 보세요 추가 작성 했습니다) kubeadm init 을 할 경우 아래 명령을 적용시킬 수 있도록 나오는데요 이 명령들을 적용시켜 주면 해결되겠습니다. mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo c..

    에러, kubernetes - kudeadm init error "http://localhost:10248/healthz"

    에러, kubernetes - kudeadm init error "http://localhost:10248/healthz"

    문제 The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp 127.0.0.1:10248: connect: connection refused. # 다음 명령을 사용해서 설치도중 에러 확인 journalctl -xeu kubelet kubernetes 설치를 위해 kudeadm을 이용해 init을 할 경우 에러가 발생합니다. 위 에러는kudeadm 1.22 버전 미만에서는 에러가 발생하지 않을 것입니다. kudeadm 1.22 버전 이상에서 새로운 추가사항이 생겼습니다. docker가 cgroup으로 관리하게 되어 있는데, 이를..