-
Notifications
You must be signed in to change notification settings - Fork 12
DOC-425 - Review and update Operator docs #344
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for pedantic-goldberg-f76ec1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| You can configure Member and Client Protocol interfaces as well as WAN Protocol socket ports using Operator. | ||
|
|
||
| == Configuring Member and Client Protocol Interfaces | ||
| // RJS: So you can't configure REST or Memcache with Operator? Should be more explicit than just leaving them out. |
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.
| To access the Management Center dashboard, open the browser at address `http://$MANCENTER_IP:8080`. | ||
| . To access the Management Center dashboard, navigate to `http://$MANCENTER_IP:8080` in a browser. | ||
|
|
||
| // RJS: Web browser? Or some Kubernetes browser? That looks like an environment variable, which won't work in a web browser? |
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.
|
|
||
| // RJS: Web browser? Or some Kubernetes browser? That looks like an environment variable, which won't work in a web browser? | ||
|
|
||
| // RJS: What do these commands do? |
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.
| You must xref:connect-outside-kubernetes.adoc[expose Hazelcast clusters outside Kubernetes] so you can connect external clients to them. | ||
|
|
||
| Learn how to xref:connect-outside-kubernetes.adoc[expose Hazelcast clusters outside Kubernetes] so you can connect external clients to them. | ||
| // RJS: Do you need to do this so MC can connect to the cluster too? |
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.
| You can use the following command for the long format. | ||
| You can also see the status in YAML format: | ||
|
|
||
| // RJS: Does this provide more info or is it just a different format? |
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 example, if the older cluster was installed with the command `helm install hz hazelcast/hazelcast-enterprise`, the new CR name must be `hz-hazelcast-enterprise`. This means that PVCs created by the Helm Chart will attach to the pods created by Operator correctly. | ||
|
|
||
| // RJS: This is contradictory - hz-hazelcast-enterprise does not match the format name-hazelcast-persistence! |
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.
| clusterSize: 5 | ||
| ---- | ||
| // RJS: How do you apply YAML config changes? |
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.
| kubectl scale hazelcast hazelcast-sample --replicas 5 | ||
| ---- | ||
| // RJS: How do you verify it's worked? What's the behavior / service interruption when you scale up/down? No newline at end of file |
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.
| | 5.16 | 5.6.0 | ||
| |=== | ||
|
|
||
| // RJS: Can we trim some older versions? Do we still provide images for them? Maybe we could just list the Platform version in the Operator release notes instead? |
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.
| include::ROOT:example$/hazelcast.yaml[] | ||
| ---- | ||
|
|
||
| // RJS: How do you verify it's worked? What's the behavior / service interruption during upgrade? No newline at end of file |
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.
Initial copy edit of full docs set.