Skip to content

🏃 integration test: better cert-manager wait #1836

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

Conversation

ncdc
Copy link
Contributor

@ncdc ncdc commented Dec 4, 2019

What this PR does / why we need it:
Wait for the apiservice for cert-manager to be available, which means
the aggregated apiserver (pod) is online and functional.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #1835

Wait for the apiservice for cert-manager to be available, which means
the aggregated apiserver (pod) is online and functional.

Signed-off-by: Andy Goldstein <[email protected]>
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 4, 2019
@ncdc ncdc added this to the v0.3.0 milestone Dec 4, 2019
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Dec 4, 2019
@ncdc ncdc added kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. kind/flake Categorizes issue or PR as related to a flaky test. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Dec 4, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ncdc

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 4, 2019
@ncdc
Copy link
Contributor Author

ncdc commented Dec 4, 2019

The PR integration test passed, waiting for the cert-manager apiservice before proceeding to deploy CAPI.

@ncdc ncdc requested review from detiber and vincepri and removed request for chuckha and justinsb December 4, 2019 22:56
@wfernandes
Copy link
Contributor

This matches what we are doing in the e2e test suite

framework.WaitForAPIServiceAvailable(ctx, mgmt, "v1beta1.webhook.cert-manager.io")

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 4, 2019
@k8s-ci-robot k8s-ci-robot merged commit ca630c3 into kubernetes-sigs:master Dec 4, 2019
@ncdc ncdc deleted the integration/better-cert-manager-wait branch December 10, 2019 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. kind/flake Categorizes issue or PR as related to a flaky test. lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test flake: integration
3 participants