-
Notifications
You must be signed in to change notification settings - Fork 284
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
Automated cherry pick of #1676: Wait for webhooks server using probes #1682
Automated cherry pick of #1676: Wait for webhooks server using probes #1682
Conversation
* Wait for webhooks server using probes * Delete KueueReadyForTesting * revert the setting of healthz * Add a comment about the readyz proberevert the setting of healthz
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/assign @tenzen-y @alculquicondor |
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.
Thank you!
/lgtm
/approve
LGTM label has been added. Git tree hash: 8edebad5ddbd5d23a9e186b8b8bacbecf24c56e3
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mimowo, tenzen-y 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 |
/release-note-edit
|
/kind bug |
Cherry pick of #1676 on release-0.5.
#1676: Wait for webhooks server using probes
For details on the cherry pick process, see the cherry pick requests page.
I needed to resolve simple conflicts, because due to the test code being in different places in release-0.5 and main. On main we now have e2e-common.sh, and we have singlecluster and multicluster subfolders for tests.