-
Notifications
You must be signed in to change notification settings - Fork 24
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
each pod has only itselfs as a member #17
Comments
The error means that the app was not able to authenticate against the Kubernetes API server, maybe because there's authorization turned on and this repo doen't support it. |
Yeah, I think so. But is there a plan to implement support for RBAC secured k8s clusters? |
It's been years since I last used Hazelcast, so I can't commit to do it. I believe @noctarius (Chris) had an alternative approach that may just work for you. An operator for Hazelcast would be a great project, though. |
Hazelcast has official support for kubernetes as a discovery plugin. See https://github.com/hazelcast/hazelcast-kubernetes/blob/master/README.adoc I recommend to use the service lookup since DNS discovery is still pretty flanky. |
Actually all hazelcast pods only have one member, itself. So there is an error in logs:
I assume that this happens because we use in our cluster RBAC and so it's not so easy to query the api server. Here we need some configuration. May be we also need to define a RoleBinding.
I already try this:
But I have no idea to overhand these account to the service.
Cheers
Christian
The text was updated successfully, but these errors were encountered: