mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
4 lines
251 B
Plaintext
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 }}" |