-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[1.20] config: pre-create pinns directories #4538
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
[1.20] config: pre-create pinns directories #4538
Conversation
as well as remove any file that exists in that spot as well as create nsmgr package to mirror release-1.21 structure (only holding the NSType right now) Signed-off-by: Peter Hunt <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
@@ Coverage Diff @@
## release-1.20 #4538 +/- ##
================================================
- Coverage 40.63% 40.60% -0.03%
================================================
Files 117 117
Lines 9436 9446 +10
================================================
+ Hits 3834 3836 +2
- Misses 5172 5177 +5
- Partials 430 433 +3 |
|
/lgtm |
|
/cherry-pick master |
|
@haircommander: #4538 failed to apply on top of branch "master": DetailsIn 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/test-infra repository. |
|
haha I already made one anyway #4532 |
as well as remove any file that exists in that spot
as well as create nsmgr package to mirror release-1.21 structure (only holding the NSType right now)
Signed-off-by: Peter Hunt [email protected]
What type of PR is this?
What this PR does / why we need it:
as well as remove any file that exists in that spot
and introduce a skeleton of nsmgr package. We'd have to introduce a new package regardless (if we wanted to keep NSType and SupportedNamespacsForPinning() together) as we get a cyclical import importing sandbox from the config
Which issue(s) this PR fixes:
Special notes for your reviewer:
pick of #4532
Does this PR introduce a user-facing change?