Nelson,Thomas(tn1381)(arthurdent3) | 4807fdf | 2018-09-19 16:52:36 -0400 | [diff] [blame] | 1 | Thank you for installing ZooKeeper on your Kubernetes cluster. More information |
| 2 | about ZooKeeper can be found at https://zookeeper.apache.org/doc/current/ |
| 3 | |
| 4 | Your connection string should look like: |
| 5 | {{ template "common.fullname" . }}-0.{{ template "common.fullname" . }}-headless:{{ .Values.service.ports.client.port }},{{ template "common.fullname" . }}-1.{{ template "common.fullname" . }}-headless:{{ .Values.service.ports.client.port }},... |
| 6 | |
| 7 | You can also use the client service {{ template "common.fullname" . }}:{{ .Values.service.ports.client.port }} to connect to an available ZooKeeper server. |