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

README.md: update kubernetes prereq to 1.11.3+ #1166

Merged
merged 5 commits into from
Mar 5, 2019

Conversation

joelanford
Copy link
Member

Description of the change:
Update Kubernetes prerequisite from 1.11.0+ to 1.11.3+

Motivation for the change:
Kubernetes 1.11.3 has fixes for CRD pluralization. We noticed this with the Helm e2e test, which uses "Nginx" as the CRD name. "Nginx" is a name that triggers the CRD pluralization bug prior to 1.11.3.

This version prerequisite is likely applicable to the ansible operator as well, since it uses the same mechanism as the helm operator to watch CRs. I'm not sure if this would also impact go-based operators.

Also, the OKD docs already list 1.11.3+ as the prereq: https://docs.okd.io/latest/operators/osdk-getting-started.html#installing-operator-sdk-cli_osdk-getting-started

@joelanford joelanford requested review from lilic, estroz and hasbro17 and removed request for hasbro17 and estroz March 4, 2019 19:08
@openshift-ci-robot openshift-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 4, 2019
Copy link
Member

@estroz estroz left a comment

Choose a reason for hiding this comment

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

LGTM

@jmrodri
Copy link
Member

jmrodri commented Mar 5, 2019

/lgtm

@openshift-ci-robot
Copy link

@jmrodri: changing LGTM is restricted to assignees, and only operator-framework/operator-sdk repo collaborators may be assigned issues.

In response to this:

/lgtm

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.

Copy link
Member

@lilic lilic left a comment

Choose a reason for hiding this comment

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

lgtm

@lilic
Copy link
Member

lilic commented Mar 5, 2019

Actually this needs changing and maybe this this as well.

@openshift-ci-robot openshift-ci-robot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 5, 2019
@openshift-ci-robot openshift-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 5, 2019
@joelanford joelanford merged commit 79b69b6 into operator-framework:master Mar 5, 2019
@joelanford joelanford deleted the readme-prereqs branch March 5, 2019 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants