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

fix(crd): add missing generated crd fields #23

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

starbops
Copy link
Member

@starbops starbops commented Feb 16, 2024

IMPORTANT: Please do not create a Pull Request without creating an issue first.

Problem:

Some generated CRD fields are missing or stale and we changed the CRD loading path from Wrangler-based to bindata-based due to #18. The result is that when users upgrade from v0.1.0 to v0.2.0, agent Pods will be endlessly deleted and re-created because the CRDs are still the old ones.

Solution:

Update the generated CRDs

Related Issue:

Test plan:

Signed-off-by: Zespre Chang <zespre.chang@suse.com>
@starbops starbops marked this pull request as ready for review February 16, 2024 05:03
Copy link

@mingshuoqiu mingshuoqiu left a comment

Choose a reason for hiding this comment

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

Trivial and no risk of regression. Approved.

Copy link
Contributor

@ibrokethecloud ibrokethecloud left a comment

Choose a reason for hiding this comment

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

lgtm. thanks.

@starbops starbops merged commit 8141583 into harvester:main Feb 19, 2024
5 checks passed
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.

3 participants