Master Node에서 coredns Unknown 상태로 되는 이슈 발생.
systemctl status containerd
Runtime Containerd 상태에서 plugin type=\”calico\” failed (delete): error getting ClusterInformation: connection is unauthorized: Unauthorized” 에러 발생
Calico 인식이 안되는 것으로 확인.
Calico 제거 후 재 설치 진행하기로 결정
Calico 제거
kubectl delete -f https://docs.projectcalico.org/manifests/calico.yaml
Calico 설치
kubectl apply -f https://docs.projectcalico.org/manifests/calico.yaml