-
Notifications
You must be signed in to change notification settings - Fork 127
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
[problem] unsturctured field is dropped when using v1 API #50
Comments
I could not reproduce your issue in Kubernetes 1.20 Would you mind give more information about your cluster version and the error output? |
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. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Maybe you have to add |
I used to add it. |
So it doesn't work? If it doesn't, can you please open an issue in kubernetes/kubernetes instead? I don't think people pay much attention to issues here. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: 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. |
Hi, I am trying to use unstructured in the CRD like this:
But we got errors when we use v1:
BTW, it works well when we use v1beta1. I was diving into the code base but I did not found the reason.
There is the diff between v1 CRD and v2 CRD. Seems that there are some more managed fields in v1beta1.
I'd appreciate it if anyone could help me.
Thanks 🥂 🍻
The text was updated successfully, but these errors were encountered: