-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Buil fails when using components and strategic merge patch and null node #5554
Comments
This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The 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. |
This feels related to #5050 note in our case we have e.g. |
* Add component to easily add `oss` tag for services running 3rd party software, and used these for the Kafka clusters * Add required description, tier labels Note: patches are made as inline JSON6902 patches because of[1] [1] kubernetes-sigs/kustomize#5554 Ticket: DENA-480
* Add component to easily add `oss` tag for services running 3rd party software, and used these for the Kafka clusters * Add required description, tier labels Note: patches are made as inline JSON6902 patches because of[1] [1] kubernetes-sigs/kustomize#5554 Ticket: DENA-480
* Add component to easily add `oss` tag for services running 3rd party software, and used these for the Kafka clusters * Add required description, tier labels Note: patches are made as inline JSON6902 patches because of[1] [1] kubernetes-sigs/kustomize#5554 Ticket: DENA-480
* Add component to easily add `oss` tag for services running 3rd party software, and used these for the Kafka clusters * Add required description, tier labels Note: patches are made as inline JSON6902 patches because of[1] [1] kubernetes-sigs/kustomize#5554 Ticket: DENA-480
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". 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. |
What happened?
Given the following setup:
With contents:
Then running
kustomize build
fails with:What did you expect to happen?
kustomize build
would succeedHow can we reproduce it (as minimally and precisely as possible)?
See details above
Expected output
Actual output
The error
Note: things work as expected if the patches are provided as inline JSON6902 patches, i.e. update
kustomization.yaml
to:Kustomize version
v5.3.0
Operating system
Linux
The text was updated successfully, but these errors were encountered: