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 for checking CRD existance on the cluster when installing CRDs through Makefile #871

Merged
merged 2 commits into from
Oct 6, 2022

Conversation

bartam1
Copy link
Contributor

@bartam1 bartam1 commented Oct 5, 2022

Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets fixes the #790
License Apache 2.0

What's in this PR?

It fixes the Kubernetes CRD installation through Makefile in case when there are no Koperator CRDs on the cluster

Why?

When "make install" (or deploy) is used the current check for CRD existence does not work.

Checklist

  • Implementation tested

@bartam1 bartam1 requested a review from a team as a code owner October 5, 2022 12:01
@bartam1 bartam1 changed the title Fix for checking CRD existance on the cluster when installing CRDs Fix for checking CRD existance on the cluster when installing CRDs in the Makefile Oct 5, 2022
@bartam1 bartam1 changed the title Fix for checking CRD existance on the cluster when installing CRDs in the Makefile Fix for checking CRD existance on the cluster when installing CRDs through Makefile Oct 5, 2022
@panyuenlau
Copy link
Member

panyuenlau commented Oct 5, 2022

Do you think the changes would fix #790?

@bartam1
Copy link
Contributor Author

bartam1 commented Oct 6, 2022

Do you think the changes would fix #790?

Yes, this one is fix it. It is the same. Thanks!

@bartam1 bartam1 merged commit b0d2336 into master Oct 6, 2022
@bartam1 bartam1 deleted the fix_makefile branch October 6, 2022 15:19
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.

4 participants