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

Document lack of 1.18 support #931

Merged
merged 1 commit into from
Jan 24, 2022
Merged

Document lack of 1.18 support #931

merged 1 commit into from
Jan 24, 2022

Conversation

coro
Copy link
Contributor

@coro coro commented Jan 19, 2022

This closes #930

Note to reviewers: remember to look at the commits in this PR and consider if they can be squashed

Summary Of Changes

Kubernetes 1.18 is no longer supported by the operator, as of v1.11.0. This is due to the feature gate ServiceAppProtocol being disabled by default in 1.18; the feature is needed by the RabbitmqCluster service.

Note: I also edited the v1.11.0 release notes to document the drop of support.

Local Testing

Please ensure you run the unit, integration and system tests before approving the PR.

To run the unit and integration tests:

$ make unit-tests integration-tests

You will need to target a k8s cluster and have the operator deployed for running the system tests.

For example, for a Kubernetes context named dev-bunny:

$ kubectx dev-bunny
$ make destroy deploy-dev
# wait for operator to be deployed
$ make system-tests

Kubernetes 1.18 is no longer supported by the operator, as of v1.11.0. This is due to the feature gate `ServiceAppProtocol` being disabled by default in 1.18; the feature is needed by the RabbitmqCluster service.
@coro coro merged commit b6c63f3 into main Jan 24, 2022
@coro coro deleted the drop-1-19-support branch January 24, 2022 09:40
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.

Operator v1.11.0 does not support Kubernetes v1.18 out of the box
3 participants