-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add a single node KRaft example for use in quickstarts #9837
Conversation
Signed-off-by: Jakub Scholz <[email protected]>
For instance, JBOD storage is not supported (you can specify `type: jbod` storage in Strimzi custom resources, but it should contain only a single volume). | ||
To use KRaft, ensure that the and `UseKRaft` feature gate is not disabled. | ||
Please note that ZooKeeper-less Apache Kafka is still under development and has some limitations. | ||
For instance, scaling of controller node or JBOD storage (you can specify `type: jbod` storage in Strimzi custom resources, but it should contain only a single volume) are not supported. |
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.
For instance, scaling of controller node or JBOD storage (you can specify `type: jbod` storage in Strimzi custom resources, but it should contain only a single volume) are not supported. | |
For instance, scaling of controller node or JBOD storage are not supported. | |
You can specify `type: jbod` storage in Strimzi custom resources, but it should contain only a single volume. |
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.
The JBOd note belongs specifically to the JBOD storage part, so I think it is better to have it directly there.
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.
Ok, but it's kind of weird to read. What about "If you still want to use JBOD, you can specify..."
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.
Just one nit. LGTM.
Signed-off-by: Jakub Scholz <[email protected]>
Type of change
Description
This PR adds a new KRaft example for a single node KRaft cluster. This would be useful in the quickstarts on our website to replace the ZooKeeper which has DNS issues for some users.
It also fixes the 20Gi storage in some of the other Kraft examples - that seems a copy-paste error - and brings it in sync with our other examples where we use 100Gi.
It also updates the README file to correspond to the latest changes.
Checklist