카테고리 없음
Kuber_error#2_The connection to the server localhost:8080 was refused - did you specify the right host or port
soo_wim
2023. 4. 14. 04:06
반응형
포트로 핑을 쏴본다...
잘 나가는데..
변수 설정으로 해결 해씀다
echo "export KUBECONFIG=/etc/kubernetes/admin.conf" >> /etc/bash.bashrc;
systemctl restart kubelet
kubectl get pods --all-namespaces
반응형