Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

✨ adding additional waits to prevent e2e cert-manager failures#441

Merged
grokspawn merged 1 commit into
operator-framework:mainfrom
grokspawn:install-wait
Oct 21, 2024
Merged

✨ adding additional waits to prevent e2e cert-manager failures#441
grokspawn merged 1 commit into
operator-framework:mainfrom
grokspawn:install-wait

Conversation

@grokspawn

Copy link
Copy Markdown
Contributor

We've encountered cert-manager failures in e2e, installing from release, and running the demo updates. This introduces some additional waits on cert-manager resources to attempt to reduce these.

Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
@grokspawn grokspawn requested a review from a team as a code owner October 21, 2024 20:10
@grokspawn grokspawn changed the title adding additional waits to prevent e2e cert-manager failures ✨ adding additional waits to prevent e2e cert-manager failures Oct 21, 2024
@codecov

codecov Bot commented Oct 21, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.83%. Comparing base (67d3a34) to head (1837fe8).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #441   +/-   ##
=======================================
  Coverage   37.83%   37.83%           
=======================================
  Files          15       15           
  Lines        1208     1208           
=======================================
  Hits          457      457           
  Misses        701      701           
  Partials       50       50           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment thread scripts/install.tpl.sh
kubectl_wait "cert-manager" "deployment/cert-manager" "60s"
kubectl wait mutatingwebhookconfigurations/cert-manager-webhook --for=jsonpath='{.webhooks[0].clientConfig.caBundle}' --timeout=60s
kubectl wait validatingwebhookconfigurations/cert-manager-webhook --for=jsonpath='{.webhooks[0].clientConfig.caBundle}' --timeout=60s
kubectl apply -f "${catalogd_manifest}"

@tmshort tmshort Oct 21, 2024

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit, loss of a blank line here...

@grokspawn

Copy link
Copy Markdown
Contributor Author

upgrade-e2e script cannot pass until #440 merges.

@grokspawn grokspawn added this pull request to the merge queue Oct 21, 2024
@grokspawn grokspawn removed this pull request from the merge queue due to a manual request Oct 21, 2024
github-merge-queue Bot pushed a commit that referenced this pull request Oct 21, 2024
Signed-off-by: Jordan Keister <jordan@nimblewidget.com>
@grokspawn grokspawn added this pull request to the merge queue Oct 21, 2024
Merged via the queue into operator-framework:main with commit d8dc9e7 Oct 21, 2024
@grokspawn grokspawn deleted the install-wait branch October 21, 2024 20:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants