Scott

Results 12 comments of Scott

when can this be added? we have a cluster scoped resource to represent a "tenant", which spins off many resources into a new namespace with the corresponding namespace name. without...

ah okay, so without code change sounds like the only way to do what I want would be to run a different api server in each namespace that I want...

I would also like liveness/readiness probes for the deployment/statefulSets. I want to be able to verify that kafka is ready before my subscriber starts. I have been doing this using...

any word on this?

Looks like this kafka helm chart has readiness and liveliness probes implemented, [https://github.com/helm/charts/blob/master/incubator/kafka/templates/statefulset.yaml#L87-L116](https://github.com/helm/charts/blob/master/incubator/kafka/templates/statefulset.yaml#L87-L116)

is this issue dead? would love to see this feature get added

Ran into same issue, prydie's solution worked for me. 1. Create secret kubectl create secret generic my-password-secret --from-literal=password=supersecretpassword 2. Reference it in "Cluster" CR ... kind: Cluster spec: members: 1...

@chetan-rns are there any remaining blockers for this feature to be added? Would love to see this make it into a release!

@leoluz @crenshaw-dev @chetan-rns any blockers or remaining changes that need to be made to get this merged and included in a release?

@chetan-rns @crenshaw-dev Anything else blocking this PR? Would love to see this feature finally added!