mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
Add missing colon
This commit is contained in:
@@ -65,7 +65,7 @@ To connect to your Kafka server from outside the cluster check the following inf
|
|||||||
1. Obtain the pod name:
|
1. Obtain the pod name:
|
||||||
kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ template "kafka.name" . }},app.kubernetes.io/instance={{ .Release.Name }},app.kubernetes.io/component=kafka"
|
kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ template "kafka.name" . }},app.kubernetes.io/instance={{ .Release.Name }},app.kubernetes.io/component=kafka"
|
||||||
|
|
||||||
2. Obtain pod configuration
|
2. Obtain pod configuration:
|
||||||
kubectl exec -it KAFKA_POD -- cat /opt/bitnami/kafka/conf/server.properties | grep advertised.listeners
|
kubectl exec -it KAFKA_POD -- cat /opt/bitnami/kafka/conf/server.properties | grep advertised.listeners
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user