Skip to content
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

Can not set service name using HZ_NETWORK_JOIN_KUBERNETES_SERVICENAME #350

Open
klyinliu opened this issue Nov 11, 2021 · 1 comment
Open

Comments

@klyinliu
Copy link

According to https://docs.hazelcast.com/imdg/4.2/configuration/overriding-configuration-settings
I should be able to override the service-name config using HZ_NETWORK_JOIN_KUBERNETES_SERVICENAME, but it seems not taking any effect.

HZ_NETWORK_JOIN_KUBERNETES_NAMESAPCE works.

@neilstevenson
Copy link

I tried this, works for me

          - name: "HZ_NETWORK_JOIN_MULTICAST_ENABLED"
            value: "false"
          - name: "HZ_NETWORK_JOIN_KUBERNETES_ENABLED"
            value: "true"
          - name: "HZ_NETWORK_JOIN_KUBERNETES_SERVICENAME"
            value: "something"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants