-
Notifications
You must be signed in to change notification settings - Fork 431
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
Create and add InternalILB as a CAPZ feature flag #5304
Create and add InternalILB as a CAPZ feature flag #5304
Conversation
Skipping CI for Draft Pull Request. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5304 +/- ##
=======================================
Coverage 52.53% 52.53%
=======================================
Files 272 272
Lines 29372 29372
=======================================
Hits 15432 15432
Misses 13143 13143
Partials 797 797 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
912a1e2
to
75cb634
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.
Just wondering: Is this PR only adding the feature flag, and the actual functionality of the flag added in a later PR?
fdd4292
to
c5bfdd2
Compare
You are right. This PR is merely adding the feature flag and the functionality will be rolled out in subsequent PRs. |
/lgtm |
LGTM label has been added. Git tree hash: 4d022c24870cad7d6d9dd57c9bcff204ebbaba59
|
9f8ee8c
to
41d2847
Compare
Makefile
Outdated
@@ -746,7 +747,7 @@ kind-create: $(KUBECTL) ## Create capz kind cluster if needed. | |||
aks-create: $(KUBECTL) ## Create aks cluster as mgmt cluster. | |||
./scripts/aks-as-mgmt.sh | |||
|
|||
.PHONY: tilt-up | |||
.PHONY: tilt-up ## TODO: EXP_APISERVER_ILB should be set to "true" either at the template level or via the env as being done here. |
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.
I would just go ahead and add this new config to L755 below
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.
added via 8fe5817
8fe5817
to
4b1901d
Compare
4b1901d
to
e25ff06
Compare
/test pull-cluster-api-provider-azure-e2e |
- update development.md - update manager patch policy with the feature flags.
e25ff06
to
f7d70c4
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
LGTM label has been added. Git tree hash: a89aaeec7ac6664d63160696ac7bfe8b55f934d9
|
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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #5296
Special notes for your reviewer:
TODOs:
Release note:
^ Will add a proper release note once the Internal ILB solution is minimally working.