File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ INTERACTIVE=${INTERACTIVE:-"1"}
44
55run () {
66 type " kubectl operator catalog list -A"
7- type " kubectl operator list-available cockroachdb "
8- type " kubectl operator install cockroachdb --create-operator-group -v 2.1.1 -c stable "
7+ type " kubectl operator list-available prometheus "
8+ type " kubectl operator install prometheus --create-operator-group -v 0.32.0 -c beta "
99 type " kubectl operator list"
10- type " kubectl operator upgrade cockroachdb "
10+ type " kubectl operator upgrade prometheus "
1111 type " kubectl operator list"
12- type " kubectl operator uninstall cockroachdb --delete-crds --delete-operator-groups"
12+ type " kubectl operator uninstall prometheus --delete-crds --delete-operator-groups"
1313}
1414
1515prompt () {
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ set -o errexit
44set -o pipefail
55
66INTERACTIVE=0 asciinema rec --overwrite -c ./assets/demo/demo.sh ./assets/demo/demo.asciinema.json
7- asciicast2gif -w 90 -h 33 ./assets/demo/demo.asciinema.json ./assets/demo/demo.gif
7+ asciicast2gif -w 102 -h 34 ./assets/demo/demo.asciinema.json ./assets/demo/demo.gif
88rm ./assets/demo/demo.asciinema.json
You can’t perform that action at this time.
0 commit comments