Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix helm chart NOTES.txt #390

Merged
merged 1 commit into from
Mar 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/k8gb/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
K8GB and all deps are installed

1. Check if your DNS Zone is served by K8GB CoreDNS
$ kubectl -n {{ .Release.Namespace }} run -it --rm --restart=Never --image=infoblox/dnstools:latest dnstools --command -- /usr/bin/dig @{{ .Release.Name }}-coredns SOA {{ .Values.k8gb.dnsZone }} +short
$ kubectl -n {{ .Release.Namespace }} run -it --rm --restart=Never --image=infoblox/dnstools:latest dnstools --command -- /usr/bin/dig @{{ .Release.Name }}-coredns SOA . +short

If everything is fine than you are expected to see similar output:
```
ns.dns.{{ .Values.k8gb.dnsZone }}. hostmaster.{{ .Values.k8gb.dnsZone }}. 1579099788 7200 1800 86400 30
ns1.dns. hostmaster.dns. 1616173200 7200 1800 86400 3600
```