-
Notifications
You must be signed in to change notification settings - Fork 468
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
Kubernetes version table. #838
Conversation
Signed-off-by: John Hummel jhummel@altinity.com |
# Prerequisites | ||
|
||
1. Kubernetes instance with the following version considerations: | ||
1. `clickhouse-operator` versions **before** `0.16.0` requires [Kubernetes prior to `1.16`](https://kubernetes.io/releases/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compatible with kubernetes version prior 1.22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to 1.22.
|
||
1. Kubernetes instance with the following version considerations: | ||
1. `clickhouse-operator` versions **before** `0.16.0` requires [Kubernetes prior to `1.16`](https://kubernetes.io/releases/). | ||
1. `clickhouse-operator` versions `0.16.0` **and after** require [Kubernetes version `1.23` and after](https://kubernetes.io/releases/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compatible with kubernetes version 1.22 and after
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, sorry my mislead
v1beta1
for CRDs is deprecated on 1.16 and disabled on 1.22
so clickhouse-operator 0.16+
should works with kubernetes 1.16+
(not require)
docs/quick_start.md
Outdated
1. Operational Kubernetes instance | ||
|
||
1. Kubernetes instance with the following version considerations: | ||
1. `clickhouse-operator` versions **before** `0.16.0` requires [Kubernetes prior to `1.16`](https://kubernetes.io/releases/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compatible with kubernetes version prior 1.22
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to 1.22.
docs/quick_start.md
Outdated
|
||
1. Kubernetes instance with the following version considerations: | ||
1. `clickhouse-operator` versions **before** `0.16.0` requires [Kubernetes prior to `1.16`](https://kubernetes.io/releases/). | ||
1. `clickhouse-operator` versions `0.16.0` **and after** require [Kubernetes version `1.23` and after](https://kubernetes.io/releases/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compatible with kubernetes version 1.22 and after
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to 1.22.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Final words
clickhouse-operator prior 0.16
compatible with kubernetes after 1.16 and prior 1.22
clickhouse-operator 0.16 and after
compatible with kubernetes 1.16 and after
OK - everything should be set and ready for final review. |
@Slach OK - I think I have it. Please double check my updates and I think we're good... |
Thanks for taking the time to contribute to
clickhouse-operator
!Please, read carefully instructions on how to make a Pull Request.
This will help a lot for maintainers to adopt your Pull Request.
Important items to consider before making a Pull Request
Please check items PR complies to:
next-release
branch, not intomaster
branch1. More info--
1 If you feel your PR does not affect any Go-code or any testable functionality (for example, PR contains docs only or supplementary materials), PR can be made into
master
branch, but it has to be confirmed by project's maintainer.--
This PR contains no Go-code or testable functionality. The following files are updated with Kubernetes version information:
https://github.com/johnhummelAltinity/clickhouse-operator/blob/master/docs/operator_installation_details.md
https://github.com/johnhummelAltinity/clickhouse-operator/blob/master/docs/quick_start.md