Update documentation for Cluster-API and Flux
[icn.git] / deploy / cluster / templates / NOTES.txt
1 Thank you for installing the {{ .Chart.Name }} chart of Akraino ICN.
2
3 Your release is named {{ .Release.Name }}.
4
5 To learn more about this release, try:
6
7   $ helm status {{ .Release.Name }}
8   $ helm get all {{ .Release.Name }}
9
10 To get a brief description of this cluster and its resources, try:
11
12   $ clusterctl describe cluster {{ .Values.clusterName }}
13
14 To view the status of this cluster's control plane, try:
15
16   $ kubectl get kubeadmcontrolplane {{ .Values.clusterName }}
17
18 Once the first control plane node is up and running, retrieve this
19 cluster's kubeconfig with:
20
21   $ clusterctl get kubeconfig {{ .Values.clusterName }} > {{ .Values.clusterName }}.kubeconfig