init

    에러, kubernetes kubeadm init error If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`

    에러, kubernetes kubeadm init error If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`

    문제 kubeadm init시 에러가 발생했습니다. 에러 메시지 중에 아무래도 /var/lib/etcd is not empty가 가장 눈에 보이는군요 [preflight] Running pre-flight checks error execution phase preflight: [preflight] Some fatal errors occurred: [ERROR DirAvailable--var-lib-etcd]: /var/lib/etcd is not empty [preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...` To see the stack trace of th..

    에러, kubernetes cni flannel CrashLoopBackOff

    에러, kubernetes cni flannel CrashLoopBackOff

    문제 쿠버네티스에서 flannel cni를 설치했는데 pod가 생성되지 않는 것을 확인했습니다. https://github.com/flannel-io/flannel#deploying-flannel-manually kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml 무엇 때문에 문제인지 파악하려고 다음 명령어를 사용했습니다. kubectl get pods --all-namespaces -o wide 이런... flannel 0/1 이고, CrashLoopBackOff 에러가 발생했습니다. 해결방법 문제는 이러했습니다. 원래 flannel로 설치하는 것이 아닌, wea..