Skip to content
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

Wait for deploy/gateway-api-admission-server to make sure webhook is ready #573

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Wait for deploy/gateway-api-admission-server to make sure webhook is ready #573

merged 2 commits into from
Oct 20, 2023

Conversation

nak3
Copy link
Contributor

@nak3 nak3 commented Oct 19, 2023

As per title, this patch adds to wait deploy/gateway-api-admission-server until it becomes Ready.
Ideally, we want to verify validatingwebhookconfigurations.admissionregistration.k8s.io but it does not have the status so we wait for deployment (pod) becomes Ready.

/kind cleanup

Release Note

NONE

Fix #570

@knative-prow knative-prow bot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 19, 2023
@knative-prow knative-prow bot requested review from cardil and krsna-m October 19, 2023 07:42
@knative-prow knative-prow bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 19, 2023
@nak3 nak3 added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 19, 2023
@codecov
Copy link

codecov bot commented Oct 19, 2023

Codecov Report

Merging #573 (45cede7) into main (0e28e43) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #573   +/-   ##
=======================================
  Coverage   73.08%   73.08%           
=======================================
  Files           9        9           
  Lines         691      691           
=======================================
  Hits          505      505           
  Misses        157      157           
  Partials       29       29           

test/e2e-common.sh Outdated Show resolved Hide resolved
@knative-prow knative-prow bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 20, 2023
@nak3 nak3 removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 20, 2023
@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Oct 20, 2023
@knative-prow
Copy link

knative-prow bot commented Oct 20, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gabo1208, nak3

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

@knative-prow knative-prow bot merged commit a198125 into knative-extensions:main Oct 20, 2023
26 checks passed
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. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Gateway API Kind Tests need to wait for the Gateway Webhook to Be Ready
3 participants