Add missing condition in amphora controller when octavia-api is not ready#426
Add missing condition in amphora controller when octavia-api is not ready#426gthiemonge wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gthiemonge The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…eady When the octavia-api service is not ready or not available, the flavor creation fails, it triggers a RequeueAfter 60 sec without any explanations (condition or logs) Add a condition error to indicate the cause of the wait/failure.
e20f786 to
391ed39
Compare
|
/lgtm |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@gthiemonge: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Is it time to close this PR ? :) |
When the octavia-api service is not ready or not available, the flavor creation fails, it triggers a RequeueAfter 60 sec without any explanations (condition or logs)
Add a condition error to indicate the cause of the wait/failure.