Open jicowan opened 5 years ago
@jicowan same here. Did you find a solution? Thanks.
@brunowego Not, yet.
I've got the same issue
After change from flannel network to calico, this not happen more. Try switch network.
please investigate events in kubectl cluster, especially from etcd pods, there should be an info why pod is still in initializing
state. Usually it's related to insufficient resources (too high cpu/memory requests per pod), or incorrectly configured storage (for example pod in in zone A while PV was created in zone B, thus you should create new storageclass with volumeBindingMode: WaitForFirstConsumer
).
After applying the manifest for the example cluster [a 3 node etcd cluster] the init container hangs indefinitely. The last message
skip reconciliation: running ([]), pending ([example-etcd-cluster-vnjpsbdfmn])" cluster-name=example-etcd-cluster cluster-namespace=default pkg=cluster
keeps repeating. When I look at the logs for theexample-etcd-cluster-vnjpsbdfmn
pod it says,Error from server (BadRequest): container "etcd" in pod "example-etcd-cluster-vnjpsbdfmn" is waiting to start: PodInitializing
. I see no other logs that indicate what the issue might be.