charts/cloudflare-dyndns/templates/NOTES.txt
Devin Buhl f7e31c464a Add cloudflare-dyndns chart (#99)
* add cloudflare-dyndns chart

* fix spaces before comments

* whoops forgot to change text from copy-pasta

* fix template err

* fix template err
2019-12-16 22:38:04 -05:00

7 lines
606 B
Plaintext

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 }')