Loading manifests/cockroachdb/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ kubectl apply -f "${DEPLOY_PATH}/crds.yaml" # Deploy CockroachDB Operator curl -o "${DEPLOY_PATH}/operator.yaml" "${OPERATOR_BASE_URL}/install/operator.yaml" # edit "${DEPLOY_PATH}/operator.yaml" nano "${DEPLOY_PATH}/operator.yaml" # - add env var: WATCH_NAMESPACE='crdb' kubectl apply -f "${DEPLOY_PATH}/operator.yaml" # Deploy CockroachDB curl -o "${DEPLOY_PATH}/cluster.yaml" "${OPERATOR_BASE_URL}/examples/example.yaml" # edit "${DEPLOY_PATH}/cluster.yaml" nano "${DEPLOY_PATH}/cluster.yaml" # - set version # - set number of replicas kubectl create namespace crdb Loading Loading
manifests/cockroachdb/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ kubectl apply -f "${DEPLOY_PATH}/crds.yaml" # Deploy CockroachDB Operator curl -o "${DEPLOY_PATH}/operator.yaml" "${OPERATOR_BASE_URL}/install/operator.yaml" # edit "${DEPLOY_PATH}/operator.yaml" nano "${DEPLOY_PATH}/operator.yaml" # - add env var: WATCH_NAMESPACE='crdb' kubectl apply -f "${DEPLOY_PATH}/operator.yaml" # Deploy CockroachDB curl -o "${DEPLOY_PATH}/cluster.yaml" "${OPERATOR_BASE_URL}/examples/example.yaml" # edit "${DEPLOY_PATH}/cluster.yaml" nano "${DEPLOY_PATH}/cluster.yaml" # - set version # - set number of replicas kubectl create namespace crdb Loading