Add rest of UCP to complete example

* Adds missing services to tools/g2/manifests/genesis.json
* Removes init containers from kubernetes component anchors
* Forces refresh of "latest" containers in gate.sh image cache

Change-Id: I7cce39dd77cc7f60dc3824c36b39e0c7034db245
This commit is contained in:
Mark Burnett
2017-11-20 14:18:19 -06:00
parent 227fbe19f0
commit 78d7437193
9 changed files with 458 additions and 20 deletions

View File

@@ -187,7 +187,7 @@ function wait_for_pod_termination {
NAMESPACE=$1
POD_NAME=$2
SEC=${3:-120}
SEC=${3:-300}
log Waiting $SEC seconds for termination of pod $POD_NAME