Skip to content

Commit 9158a6c

Browse files
committed
demo: update to use prometheus operator; cockroachdb will soon be replaced by new/official version in the catalog
1 parent e5a8169 commit 9158a6c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

assets/demo/demo.gif

-174 KB
Loading

assets/demo/demo.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ INTERACTIVE=${INTERACTIVE:-"1"}
44

55
run() {
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

1515
prompt() {

assets/demo/gen-demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ set -o errexit
44
set -o pipefail
55

66
INTERACTIVE=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
88
rm ./assets/demo/demo.asciinema.json

0 commit comments

Comments
 (0)