charts/cloudflare-dyndns/templates/NOTES.txt

7 lines
606 B
Plaintext
Raw Normal View History

You can connect to the container running cloudflare-dyndns. To open a shell session in the pod run the following:
- kubectl exec -i -t --namespace {{ .Release.Namespace }} $(kubectl get pods --namespace {{ .Release.Namespace }} -l app={{ template "cloudflare-dyndns.fullname" . }} -o jsonpath='{.items[0].metadata.name}') /bin/sh
To trail the logs for the cloudflare-dyndns pod run the following:
- kubectl logs -f --namespace {{ .Release.Namespace }} $(kubectl get pods --namespace {{ .Release.Namespace }} -l app={{ template "cloudflare-dyndns.fullname" . }} -o jsonpath='{ .items[0].metadata.name }')