Open udnay opened 1 week ago
Initial PoC to use the helm chart to deploy an operator managed cluster. Steps to deploy are:
make bin
make dev/registries/up
make dev/push/local
make test/cluster/up CLUSTER_SIZE=3
helm install crdb-operator ./operator
helm install my-release-cockroachdb ./cockroachdb -n default --debug
Initial PoC to use the helm chart to deploy an operator managed cluster. Steps to deploy are:
make bin
make dev/registries/up
make dev/push/local
make test/cluster/up CLUSTER_SIZE=3
helm install crdb-operator ./operator
helm install my-release-cockroachdb ./cockroachdb -n default --debug