We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e7a70 commit e5a8169Copy full SHA for e5a8169
assets/demo/demo.gif
192 KB
assets/demo/demo.sh
@@ -5,7 +5,7 @@ INTERACTIVE=${INTERACTIVE:-"1"}
5
run() {
6
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"
+ type "kubectl operator install cockroachdb --create-operator-group -v 2.1.1 -c stable"
9
type "kubectl operator list"
10
type "kubectl operator upgrade cockroachdb"
11
0 commit comments