-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase TLS kuttl timeout #1121
Conversation
After deleting TLS cert secrets, the ctlplane can take longer to become ready again. The timeout is increased to prevent false failures. Signed-off-by: Veronika Fisarova <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Deydra71, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
timeout seen e.g. in #1104 timeout reported on nova, but from must-gather that is ok. but the latest cr state shows that ceilometer telemetry cert secret is missing,
but from the cert request at https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/opensta[…]tificaterequests/ceilometer-internal-svc-2.yaml it seems it was successful about 20s later
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1471fff7e522451999d99f31f6643393 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 28m 11s |
so the issue seems to be different. telemetry-operator is not reconciling ceilometer when the cert secret is there. the ceilometer cert secret was created at
as the last message in https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/opensta[…]roller-manager-b67d96f56-qbhmg/logs/manager.log . but no further log message that it really reconciled. |
/test openstack-operator-build-deploy-kuttl |
Closing as the root cause of failures was not in too short timeout, but in telemetry-operator, which is fixed now. |
After deleting TLS cert secrets, the ctlplane can take longer to become ready again. The timeout is increased to prevent false failures.