-
Notifications
You must be signed in to change notification settings - Fork 101
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
Remove Zookeeper from operator #952
Conversation
f8db95f
to
f5d95a6
Compare
|
f5d95a6
to
4b5723d
Compare
4b5723d
to
8bb66a2
Compare
@@ -335,36 +335,36 @@ type ManageIQSpec struct { | |||
// +optional | |||
WebserverWorkerImage string `json:"webserverWorkerImage,omitempty"` | |||
|
|||
// Zookeeper deployment CPU limit (default: no limit) | |||
// Deprecated: Zookeeper deployment CPU limit (default: no limit) |
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.
👍 We will look into removing these in the future.
Checked commit nasark@8bb66a2 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint **
|
1 similar comment
Checked commit nasark@8bb66a2 with ruby 2.6.10, rubocop 1.28.2, haml-lint 0.35.0, and yamllint **
|
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
This pull request is not mergeable. Please rebase and repush. |
This pull request has been automatically closed because it has not been updated for at least 3 months. Feel free to reopen this pull request if these changes are still valid. Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation. |
With the introduction of KRaft, Zookeeper is no longer needed and can be removed
Depends on:
Ref:
@miq-bot assign @bdunne
@miq-bot add_reviewer @Fryguy
@miq-bot add_label enhancement