Files
deprecated-helm-charts/stable/distributed-tensorflow/templates/NOTES.txt
T
cheyang 690fd0d474 Add distributed tensorflow (#5187)
* Add distributed tensorflow

* list indentation

* move to stable
2018-06-06 13:40:25 -07:00

4 lines
251 B
Plaintext

1. Get the application Status by running these commands:
echo "Get the statefulset of distributed tensorflow"
kubectl get sts --namespace {{ .Release.Namespace }} -l "app={{ template "distributed-tensorflow.name" . }},release={{ .Release.Name }}"