Subhranil Ghosh
Subhranil Ghosh
@dobrerazvan I have followed your steps and tls perfectly working on zk quorum but I have a issue. here it is when implementing tls to zk quorum I'm using 2281...
@pandoscas @joshsouza @anishakj guys, could you please help us with the steps how to add a secure(https) port to the code?
@jalkjaer apiVersion: sparkoperator.k8s.io/v1beta2 is not supported by k8 1.26 it looks like {"error": "unable to retrieve the complete list of server APIs: sparkoperator.k8s.io/v1beta2: the server could not find the requested...
If not possible to add customization in kube-scheduler, can we think about this feature like GKE, node groups will have option to scale with the `mostAllocated` like strategy like GKE...
Hi @junglie85 Did you check the error logs of post-install pods? or can you post the same ?
@AKamyshnikova @anishakj Mentioning your names as active contributor to this repo, thanks for the cooperating. Guys could you please guide me on this? its really urgent requirement for me I...
@sys-liqian without that there is failure for follower to join leader and timeout, any alternatives to fix this?
@sys-liqian yeah domain is cluster.local and its correct for me here is the config I'm using ``` config: additionalConfig: portUnification: "false" secureClientPort: "2281" serverCnxnFactory: org.apache.zookeeper.server.NettyServerCnxnFactory ssl.quorum.hostnameVerification: "false" ssl.quorum.keyStore.location: /path/keystore.jks ssl.quorum.keyStore.password:...
@sys-liqian I have another one to add, when implementing tls to zk quorum I'm using 2281 as secureclientport but how can I add this port permanently to zk-client-service. There is...
@sys-liqian with the above configuration my zookeeper quorum tls is working fine. Just need to add that new port to service. Are you planning for tls thing? Can I expect...