Comment 2 for bug 1893908

Revision history for this message
Austin Sun (sunausti) wrote :

nova-cell-setup-bkkcr 0/1 Init:0/2 0 12m
nova-compute-compute-0-5621f953-gt6cq 1/2 Running 0 12m
nova-compute-compute-1-532206f8-fvhhp 1/2 Running 0 12m

compute readness probe will fail.

 Warning Unhealthy 117s kubelet, compute-0 Readiness probe failed: Health probe timed out. Agent is down or response timed out

[sysadmin@controller-0 ~(keystone_admin)]$ kubectl exec -it -n openstack nova-compute-compute-0-5621f953-gt6cq -- bash
Defaulting container name to nova-compute.
Use 'kubectl describe pod/nova-compute-compute-0-5621f953-gt6cq -n openstack' to see all of the containers in this pod.
[root@compute-0 /]# hostname -A
192-188-204-33.centos.kube-system.svc.cluster.local compute-0-cluster-host compute-0 compute-0
[root@compute-0 /]#

The FQDN of po will be the daemon fqdn as deploy before. not compute-0, which will cause /tmp/health-probe.py failure.