Skip to content
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

Update CRDs to v1 apiversion #1424

Merged
merged 2 commits into from
May 10, 2021

Conversation

matthchr
Copy link
Member

@matthchr matthchr commented May 7, 2021

Closes #1270.

What this PR does / why we need it:

  • Update CRDs to use v1 of the CRD API.
  • Forces preserveUnknownFields to false.

  - Force preserveUnknownFields to false.
@matthchr
Copy link
Member Author

matthchr commented May 7, 2021

I tested upgrade on a simple cluster that already had the old CRDs deployed into it. New CRD application went fine. I don't think we need to worry about having existing resources doing things in the cluster (mine didn't have much).

Copy link
Member

@babbageclunk babbageclunk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! It sounds like there are still a number of problems with switching the webhook configurations to v1 as well. ☹️

@matthchr matthchr force-pushed the feature/updated-crd-versions branch from f46d41f to 652a32e Compare May 10, 2021 18:13
@matthchr matthchr force-pushed the feature/updated-crd-versions branch from 652a32e to 1ac5e01 Compare May 10, 2021 18:25
@matthchr matthchr merged commit a7ecb6b into Azure:master May 10, 2021
@matthchr matthchr deleted the feature/updated-crd-versions branch May 10, 2021 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CRDs should be updated to v1 from v1beta1
2 participants