본문 바로가기

Development/Kubernetes3

[Kubernetes]외부 접근이 힘든 서버에서 kubernetes 설치 외부 접근이 힘든 서버에서 kubernetes 설치 밑의 link에서 패키지 매니저를 사용하지 않는 경우 선택 후 설치하면 되는데 기본적으로 몇 가지 필요한 파일들을 미리 받아서 옮겨야 된다. docker images cni-plugin crictl kubeadm, kubelet, kubectl kubelet.service 10-kubeadm.conf weave-daemonset-k8s-.yaml nvidia-device-plugin.yaml https://kubernetes.io/ko/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ kubeadm 설치하기 이 페이지에서는 kubeadm 툴박스 설치 방법을 보여준다. 이 설치 프로세스를 .. 2022. 11. 1.
[Kubernetes] node had taint, that th pod didn't tolerate node had taint, that th pod didn't tolerate problem kubernetes에서 밑에의 명령어로 pod를 올리고 log를 확인했더니 status가 ready가 아닌 pending으로 되어 있다. kubectl apply -f kubectl get all -o wide describe로 확인해 봤더니 'node.kubernetes.io/not-ready'라는 에러가 발생했다. tolerate problem 해결 방법 해당 오류는 master node에 대해 taint 해주면 해결이 됐다. 우선, node에 대한 이름을 확인한다. kubectl get nodes Name status roles ... master NotReady control-plane,master ..... 2022. 10. 7.
[Kubernetes] Kubernetes unable to connect to the server kubernetes에서 server에 연결할 수 없는 문제 발생 kubernetes를 설치하면서 'sudo kubeadm init'에서 successfully까지 됐는데 kubectl을 사용하니까 아래와 같은 문제가 발생했다. Problem Unable to connect to the server: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "kubernetes") Solution 아래의 방법이 무조건 해결이 될지는 모르겠지만 내 경우에는 해결이 됐다. mkdir -p $H.. 2022. 10. 5.
728x90