How to enable CP Subsystem when using Hazelcast Helm

8/29/2019

I am using stable/hazelcast Helm to deploy my Hazelcast instance.

I am not sure how to enable CP Subsystem using the values.yaml and how to set the number of CP MemberCount for this instance.

Using: https://github.com/helm/charts/tree/master/stable/hazelcast

-- Aksanth
hazelcast
kubernetes-helm

1 Answer

8/29/2019

Is this any help, https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/test/resources/hazelcast-fullconfig-without-network.yaml#L815 ?

Add the hazelcast.cp-subsystem in a configuration file might be the simplest way

-- Neil Stevenson
Source: StackOverflow