cockroachdb / cockroachdb/docs

Feedback: Deploy CockroachDB with the CockroachDB Operator

Open
#23,078 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
212
Forks
476
Avg merge
40m
Merged PRs (30d)
3

Description

Page: https://cockroachlabs.com/docs/v26.1/deploy-cockroachdb-with-cockroachdb-operator.html

## What is the reason for your feedback?

[ ] Missing the information I need

[ ] Too complicated

[ ] Out of date

[x] Something is broken

[ ] Other

## Additional details
Issues encountered following the "Deploy CockroachDB with the CockroachDB Operator" guide on a GKE regional cluster (v1.34, e2-standard-4 x 3 zones):
1. Incorrect resource configuration path (Values documentation)
The documentation references `cockroachdb.crdbCluster.podTemplate.spec.resources` for setting CPU/memory, but the correct path in the CRD schema is `cockroachdb.crdbCluster.podTemplate.spec.containers[].resources`. Using the documented path causes: `spec.template.spec.podTemplate.spec.resources: field not declared in schema`.
2. Missing -n in client-secure pod commands
The document does not specify the namespace flag when running:
- kubectl create -f client-secure.yaml
- kubectl exec -it cockroachdb-client-secure -- ...

Without -n , the pod is created in the default namespace where the cockroachdb ServiceAccount doesn't exist, resulting in: `error looking up service account default/cockroachdb: serviceaccount "cockroachdb" not found`.

Jira issue: DOC-16325

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.