-
Notifications
You must be signed in to change notification settings - Fork 316
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
[IS-5.10] Add instructions for AWS EC2 and Kubernetes membership scheme. #4610
base: master
Are you sure you want to change the base?
Conversation
…membership schemes
} | ||
``` | ||
|
||
??? tip "Click to see the instructions for Kubernetes membership scheme" |
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.
These instructions are for latest updated pack right? For anyone using a vanila pack/ previous update version, these instructions won't be valid. Shall we update this similar to 5.11 documentation?
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.
Added
addresses using the Kubernetes API. | ||
|
||
!!! note | ||
We have updated clustering and adding the `kubernetes-membership-scheme-1.x.x.jar` is not required from update level **5.10.0.302** onwards (Updates 2.0 model). Additionally the usage of `membershipSchemeClassName`, `KUBERNETES_MASTER_SKIP_SSL_VERIFICATION`, and `USE_DNS` parameters are removed from the same update level onwards. See the instructions on [updating WSO2 products](https://updates.docs.wso2.com/en/latest/). |
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.
Let's validate whether USE_DNS
is removed. Ideally it should be available
- Optionally, a Kubernetes token or basic authentication can be used to authenticate with the Kubernetes api server. | ||
The following properties can be set under `[clustering.properties]` accordingly. | ||
- `KUBERNETES_API_SERVER`: This is the Kubernetes API endpoint,e.g., `http://172.17.8.101:8080`. Alternatively, an https endpoint can be set via `KUBERNETES_SERVICE_HOST` and | ||
`KUBERNETES_SERVICE_PORT_HTTPS`. |
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.
Check for formatting
Purpose
Add instructions for AWS EC2 and Kubernetes membership scheme.
IS-5.10-docs.mov
References