-
Notifications
You must be signed in to change notification settings - Fork 456
[Tilt] Drop SUBSCRIPTION_TYPE, do not peer vnets for all flavors and update vnet peering logic #5587
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
Skipping CI for Draft Pull Request. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5587 +/- ##
=======================================
Coverage 53.27% 53.27%
=======================================
Files 272 272
Lines 29533 29533
=======================================
Hits 15735 15735
Misses 12983 12983
Partials 815 815 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- update resource deletion commands - update docs
flavors_needing_vnet_peering = [ | ||
"apiserver-ilb", | ||
"windows-apiserver-ilb", | ||
] |
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.
We probably want to get this exported or updated so that 1P users can add their own flavors that need vnet peerings.
I will open up a good-first-issue to add this.
/label tide/merge-method-squash |
/assign @willie-yao @alimaazamat |
@nawazkh: GitHub didn't allow me to assign the following users: alimaazamat. Note that only kubernetes-sigs members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/lgtm works locally for me |
@alimaazamat Thank you for checking this Alima! Just to confirm, did you also try clicking "delete-all-workload-clusters" tab ? Did that work as expected too ? |
Yes works beautifully! |
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
LGTM label has been added. Git tree hash: eef44b235220e91149db7d5cd3afca1b491beecf
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: willie-yao 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 |
…update vnet peering logic (kubernetes-sigs#5587) * remove setting SUBSCRIPTION_TYPE - update resource deletion commands - update docs * update docs
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
SUBSCRIPTION_TYPE
for 1P CAPZ users.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 #5586
Special notes for your reviewer:
TODOs:
Release note: