kubezero/charts/kubezero-logging/charts/fluent-bit/templates/NOTES.txt

7 lines
390 B
Plaintext
Raw Normal View History

Get Fluent Bit build information by running these commands:
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "fluent-bit.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 2020:2020
2022-01-28 16:20:03 +00:00
curl http://127.0.0.1:2020