카테고리 없음
Kuber_error#5_The connection to the server localhost:8080 was refused - did you specify the right host or port?
soo_wim
2023. 4. 14. 10:24
반응형
mkdir -p $HOME/.kube;sudo cp -i /etc/kubernetes/kubelet.conf $HOME/.kube/config;sudo chown $(id -u):$(id -g) $HOME7/.kube/config;
반응형