18 lines
619 B
Plaintext
18 lines
619 B
Plaintext
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!
|