-
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
Anomaly with YAML anchors in RNode.YNode.Decode #3271
Comments
Hoping this goes away after we delete all the translation layers after #2506 closes. |
The implementations in WNode are supposed to be thin, as it will be removed once kubernetes-sigs#2506 closes. The change also makes some addjustments for the upcoming flip of the enable_kyaml flag, pointing to issue kubernetes-sigs#3271.
Don't think this blocks closing #3304 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
kustomize still has regression processing YAML anchors:
|
/remove-lifecycle stale |
I'm consolidating all the issues related to YAML anchors on this one: #3675. Though they don't all fail with the same error message, they seem to all be related to the switch to kyaml. If you're encountering this issue and YAML anchor support is important to you, please chime in over there. /close |
@KnVerey: Closing this issue. 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/test-infra repository. |
Trouble when YAML anchors in use.
See listWithAnchors test in these two test sets
https://github.com/kubernetes-sigs/kustomize/blob/master/api/resource/factory_test.go
https://github.com/kubernetes-sigs/kustomize/blob/master/api/internal/wrappy/factory_test.go
The text was updated successfully, but these errors were encountered: