-
Notifications
You must be signed in to change notification settings - Fork 71
OCPBUGS-672: Catalog Pod Startup Probe Timeout #446
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
OCPBUGS-672: Catalog Pod Startup Probe Timeout #446
Conversation
Updates the Startup Probe timeoutSeconds for catalog pods to be consistent with the timeouts in the readiness and liveness probes. Also adjusted the failure threshold in order to maintain the ~150s startup time failure as originally designed. Upstream-repository: operator-lifecycle-manager Upstream-commit: 401bfff4df20c97bef08db2dc9fc75bc1879be7a Signed-off-by: dtfranz <[email protected]>
@dtfranz: This pull request references Jira Issue OCPBUGS-672, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions 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/test-infra repository. |
/lgtm Timeout was added as expected oc exec catalog-operator-7c9f79f889-xskvj -n openshift-operator-lifecycle-manager -- olm --version
oc get pods redhat-operators-xvl8m -o yaml -n openshift-marketplace
|
Hey @bandrade , thank you for taking a look at this! I didn't see the startupProbe in the yaml you posted, could you please also verify that the |
/jira refresh |
@dtfranz: This pull request references Jira Issue OCPBUGS-672, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. In response to this:
Instructions 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/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene, dtfranz 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 |
/retest |
@dtfranz: all tests passed! Full PR test history. Your PR dashboard. Instructions 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/test-infra repository. I understand the commands that are listed here. |
@dtfranz: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-672 has been moved to the MODIFIED state. In response to this:
Instructions 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/test-infra repository. |
/cherry-pick release-4.12 |
@dtfranz: new pull request created: #450 In response to this:
Instructions 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/test-infra repository. |
Updates the Startup Probe timeoutSeconds for catalog pods to be consistent with the timeouts in the readiness and liveness probes. Also adjusted the failure threshold in order to maintain the ~150s startup time failure as originally designed.
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 401bfff4df20c97bef08db2dc9fc75bc1879be7a
OCPBUGS-672