docs
docs copied to clipboard
CockroachDB user documentation
Addresses https://github.com/cockroachdb/docs/issues/18666
From a few lines above, we're copying the `ca.crt` to `node1/certs`. I presume we'd want to check the cert at the right path.
Exalate commented: the additionalArgs field gives Operator a lot of flexibility in configuring their deployments. the syntax is weird because it's a string array. It will be helpful to provide...
Exalate commented: This is currrently listed as a known issue in our README because it hasn't been tested. We'll need to document how one can use this: Document accounting for...
James Hatcher (jhatcher9999) commented: There is a potential issue in our statefulsets (STS) which is as follows: - Our STSs have an updateStrategy of rollingUpdate which means when you make...
Kevin Kokomani (kevinkokomani) commented: **Docs in question:** https://www.cockroachlabs.com/docs/v20.2/recommended-production-settings.html#gcp & https://www.cockroachlabs.com/docs/stable/kubernetes-performance.html#local-disks. Recently we recommended a user use local SSDs on GCP according to the production checklist, which implies that we fully...
Yandu Oppacher (udnay) commented: The current [multi-site guides](https://www.cockroachlabs.com/docs/v20.2/orchestrate-cockroachdb-with-kubernetes-multi-cluster) use zonal clusters for the reference implementation. These should be regional clusters to ensure proper redundancy and matching SLA requirements within a...
Jianwei Lin (lin-crl) commented: ## Title Improve Operator doc ## Description State the limitation of Operator generated key, which is only be valid within the k8s cluster because of the...
Rain Leander (rainleander) commented: ## Title Kubernetes (and / or Linode) Clock Synchronization Tutorial Request ## Description A member of our CockroachDB community requested a K8s method for time sync...
Ryan Kuo (taroface) commented: [CockroachDB Performance on Kubernetes](https://www.cockroachlabs.com/docs/stable/kubernetes-performance.html) contains guidelines for CPU and memory resource requests that overlap and/or conflict with production guidance we have added to the [single-cluster deployment...