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

Better support for several k8s versions #97

Merged
merged 10 commits into from
May 28, 2020

Conversation

jimdickinson
Copy link
Collaborator

When we upgraded Operator SDK in #78, we bumped all of our code generation and client code to k8s 1.17. This brings back good support for installing to k8s 1.13 through 1.17. We're using single node KIND control planes to validate when we call helm template and build up our yaml manifests. No more grep hacks needed!

Copy link
Collaborator

@johntrimble johntrimble left a comment

Choose a reason for hiding this comment

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

The only thing remaining here, from what I can see, is getting the CRD check to pass. We discussed solutions over slack, and I'm okay with all of them.

Copy link
Collaborator

@sandoichi sandoichi left a comment

Choose a reason for hiding this comment

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

👍 this was much needed

@jimdickinson jimdickinson merged commit 9d76ad8 into master May 28, 2020
@jimdickinson jimdickinson deleted the better-multi-k8s-version-support branch May 28, 2020 20:13
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