As part of week 5 exercise I am trying to create a single node cluster in my laptop. Everything seems working till the point of pulling the image and starting the container. However, it is not completing and I am getting the below messages with the command. Can you please help here?
Thanks,
Ravi
> kubectl -n cass-operator describe pods Warning Unhealthy 54s kubelet, kind-cassandra-worker Readiness probe failed: Get http://10.244.1.5:8080/api/v0/probes/readiness: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Warning Unhealthy 37s (x2 over 48s) kubelet, kind-cassandra-worker Liveness probe failed: Get http://10.244.1.5:8080/api/v0/probes/liveness: net/http: request canceled (Client.Timeout exceeded while awaiting headers) Normal Killing 35s kubelet, kind-cassandra-worker Container cassandra failed liveness probe, will be restarted Warning Unhealthy 12s (x5 over 47s) kubelet, kind-cassandra-worker Readiness probe failed: Get http://10.244.1.5:8080/api/v0/probes/readiness: net/http: request canceled (Client.Timeout exceeded while awaiting headers) Warning Unhealthy 3s kubelet, kind-cassandra-worker Readiness probe failed: Get http://10.244.1.5:8080/api/v0/probes/readiness: dial tcp 10.244.1.5:8080: connect: connection refused