Create helm chart
This commit is contained in:
17
templates/NOTES.txt
Normal file
17
templates/NOTES.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
Your Duino-Coin miner DaemonSet has been successfully deployed!
|
||||
|
||||
Since the miner does not expose any HTTP service, there is no application URL.
|
||||
|
||||
To check that it is running on all nodes, use:
|
||||
|
||||
kubectl get daemonset -n {{ .Release.Namespace }} {{ include "duino-miner.fullname" . }}
|
||||
|
||||
To view logs from one of the miner pods:
|
||||
|
||||
kubectl logs -n {{ .Release.Namespace }} -l app.kubernetes.io/name={{ include "duino-miner.name" . }} --tail=50 -f
|
||||
|
||||
To see which nodes are running the miner:
|
||||
|
||||
kubectl get pods -n {{ .Release.Namespace }} -o wide -l app.kubernetes.io/name={{ include "duino-miner.name" . }}
|
||||
|
||||
Happy mining!
|
Reference in New Issue
Block a user