-
Notifications
You must be signed in to change notification settings - Fork 452
Add prow apiserver ilb template that supports custom k8s images #5797
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
Add prow apiserver ilb template that supports custom k8s images #5797
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5797 +/- ##
==========================================
+ Coverage 52.94% 53.06% +0.12%
==========================================
Files 279 279
Lines 29666 29677 +11
==========================================
+ Hits 15706 15749 +43
+ Misses 13147 13112 -35
- Partials 813 816 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b173fa1
to
d2da35e
Compare
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jackfrancis 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 |
LGTM label has been added. Git tree hash: db3e1f051a9400953367fab62e7a5ddbc4af450e
|
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR adds a prow template that supports apiserver-ilb and allows for testing custom k8s images by setting the following env variables:
KUBE_APISERVER_IMAGE
,KUBE_CONTROLLER_MANAGER_IMAGE
,KUBE_SCHEDULER_IMAGE
, andKUBE_PROXY_IMAGE
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 #
Special notes for your reviewer:
TODOs:
Release note: