File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
docs/modules/opa/examples/getting_started Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1717 exit 1
1818fi
1919
20+ echo " Waiting for node(s) to be ready..."
21+ kubectl wait node --all --for=condition=Ready --timeout=120s
22+
2023case " $1 " in
2124" helm" )
2225echo " Installing operators with Helm"
3639;;
3740esac
3841
42+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been implemented (see that issue for details).
43+ until kubectl get crd opaclusters.opa.stackable.tech > /dev/null 2>&1 ; do echo " Waiting for CRDs to be installed" && sleep 1; done
44+
3945echo " Creating OPA cluster"
4046# tag::apply-opa-cluster[]
4147kubectl apply -f opa.yaml
Original file line number Diff line number Diff line change 1717 exit 1
1818fi
1919
20+ echo " Waiting for node(s) to be ready..."
21+ kubectl wait node --all --for=condition=Ready --timeout=120s
22+
2023case " $1 " in
2124" helm" )
2225echo " Installing operators with Helm"
3639;;
3740esac
3841
42+ # TODO: Remove once https://github.com/stackabletech/issues/issues/828 has been implemented (see that issue for details).
43+ until kubectl get crd opaclusters.opa.stackable.tech > /dev/null 2>&1 ; do echo " Waiting for CRDs to be installed" && sleep 1; done
44+
3945echo " Creating OPA cluster"
4046# tag::apply-opa-cluster[]
4147kubectl apply -f opa.yaml
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name: simple-opa
66spec:
77 image:
8- productVersion: "1.8.0 "
8+ productVersion: "1.12.3 "
99 servers:
1010 roleGroups:
1111 default: {}
You can’t perform that action at this time.
0 commit comments