We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2d109 commit ba2b911Copy full SHA for ba2b911
pks_demo.sh
@@ -11,7 +11,7 @@
11
########################
12
# include the magic
13
14
-. demo-magic.sh
+. ./../demo-magic/demo-magic.sh
15
16
# hide the evidence
17
clear
@@ -22,8 +22,9 @@ pe "pks clusters"
22
pe "pks cluster my-cluster"
23
p "pks create-cluster my-kube -e 10.40.14.34 -n 1"
24
pe "bosh -e kubobosh deployments"
25
-pe "bosh -e kubobosh deployments | grep service-instance_* | awk '{print $1}'"
+pe "bosh -e kubobosh deployments | grep service-instance_*"
26
SERVICEINSTANCE=$(bosh -e kubobosh deployments | grep service-instance_* | awk '{print $1}')
27
pe "bosh -e kubobosh -d $SERVICEINSTANCE instances"
28
29
+
30
#test
0 commit comments