cloudfoundry-incubator/quarks-operator

Waiting forever for CSR to be issued (no warn/errors)

Closed this issue · 1 comments

Relevant conversation in Quarks-Dev Slack: https://cloudfoundry.slack.com/archives/C1BQKKNP4/p1581521618063200

The long and short of the issue is that CF-Operator will submit the CSR, wait for the approval, log that it has been approved, and then hangs (without warning/error/logs that say checking/etc) in the case where the CSR is not issued by the k8s api

This leads to a situation where it appears that the operator has finished reconciling the secret (as noted in the logs) however it is stuck and not apparent where. This could be improved by adding some better logging regarding waiting for the CSR issue process in addition to the existing messaging.

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/171264203

The labels on this github issue will be updated when the story is started.