-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Migrate away from deprecated kustomize features #3091
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
base: main
Are you sure you want to change the base?
Migrate away from deprecated kustomize features #3091
Conversation
|
Welcome @james-callahan! |
|
Hi @james-callahan. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
8b01cd3 to
89b1563
Compare
4cb32d3 to
cedf571
Compare
cedf571 to
1297391
Compare
|
Rebased on v2.5.0. |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
1297391 to
75c68d2
Compare
75c68d2 to
8150880
Compare
|
Rebased on top of main post-v2.6.1 |
|
This will solve warnings in our CI system. Can someone take a look? |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
|
/remove-lifecycle rotten |
8150880 to
cf0b99f
Compare
|
rebased on v2.7.1 |
cf0b99f to
00e7897
Compare
And rebased again on main |
448dd6c to
6891bb9
Compare
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
/remove-lifecycle stale |
6891bb9 to
5f83354
Compare
|
Rebased on 2.14.1 release |
5f83354 to
0623360
Compare
0623360 to
6cb5de9
Compare
|
Just rebased on top of v2.16.0 release |
6cb5de9 to
ee696df
Compare
|
And now rebased on main to solve the merge conflict |
- Always include apiVersion+kind of kustomization files - `patchesStrategicMerge` was deprecated, use `patches` instead - `bases` was deprecated, use `resources` instead - Order `configurations` first
kustomize also requires that we specify a namespace here, or else it won't add one
And it causes the resource to show up in e.g. ArgoCD as Out-of-Sync
kustomize will fill these in for us
- the CRD itself was duplicated - the makefile rule copied the file twice and then moved it to helm directory; do it in one shot
- the CRD itself was duplicated - the makefile rule copied the file twice and then moved it to helm directory; do it in one shot - update docs to use kustomize invocation
168f2ba to
b7b9c73
Compare
|
PR needs rebase. DetailsInstructions 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. |
Issue
#3090
Description
This PR cleans up various things in the kustomize manifests. See individual commits for descriptions of the modifications.
In particular:
kustomize build config/defaultwith kustomize v5.0.0.Checklist
README.md, or thedocsdirectory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯