Update README.sh

Minor note to clarify documentation
This commit is contained in:
Marshall Gaucher 2020-07-31 08:11:24 -07:00 committed by GitHub
parent 64c22a8ff2
commit fa633250d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ kubectl apply -f deploy/zcash-tnb-bundle-deploy.yml
kubectl apply -f deploy/zcash-peers.yml
sleep 10
kubectl wait --for=condition=ready pods --selector version=zcash-tnb-bundle --timeout=300s
########################################################################################
###### CLUSTER IS NOW DEPLOYED, BELOW COMMANDS HELP VIEW POD ACTIVITY ##################
########################################################################################
export pod1=$(kubectl get pods -l app=zcash-with-exporter -o jsonpath="{.items[0].metadata.name}")