We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api status
cluster info
1 parent 19517c4 commit 2a8ce87Copy full SHA for 2a8ce87
redpanda/templates/tests/test-api-status.yaml
@@ -37,7 +37,7 @@ spec:
37
containers:
38
- name: {{ template "redpanda.name" . }}
39
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
40
- args: ["api", "status", "--brokers", "{{ include "redpanda.fullname" . }}:{{ template "redpanda.kafka.internal.advertise.port" $ }}"]
+ args: ["cluster", "info", "--brokers", "{{ include "redpanda.fullname" . }}:{{ template "redpanda.kafka.internal.advertise.port" $ }}"]
41
volumeMounts:
42
- name: {{ template "redpanda.fullname" . }}
43
mountPath: /tmp/base-config
0 commit comments