Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provisioning server ready probe longe init delay
Increase the PeriodSeconds to 10 and InitialDelaySeconds to 60 for the openstakcprovisioningservers readinessProbe. I am experiencing an issue where the pod never starts because the readiness probe is restarting the pod before the certificate generation process has completed. ``` Normal Killing 4m44s kubelet Container osp-httpd failed liveness probe, will be restarted ``` ``` $ oc logs -n openstack pod/openstack-edpm-ipam-provisionserver-openstackprovisionserv6vcjp Defaulted container "osp-httpd" out of: osp-httpd, osp-provision-ip-discovery-agent, init (init) => sourcing 10-set-mpm.sh ... => sourcing 20-copy-config.sh ... => sourcing 40-ssl-certs.sh ... ---> Generating SSL key pair for httpd... ``` Signed-off-by: Harald Jensås <[email protected]>
- Loading branch information