Ryan Kuo

Results 22 issues of Ryan Kuo

I attempted to specify the new [`--log` flag](https://www.cockroachlabs.com/docs/v21.1/configure-logs#flag) in the custom resource: ``` additionalArgs: - "--log='sinks: {file-groups: {ops: {channels: [OPS, HEALTH]}}}'" ``` This resulted in the pods crashing: ``` NAME...

bug

I deployed a cluster with `httpPort: 8081` and was able to access the DB Console on this port. I subsequently changed this back to `httpPort: 8080` and this successfully performed...

bug

The current source of truth for OpenShift-supported CRDB versions is here: https://github.com/cockroachdb/cockroach-operator/blob/f096daf45086136387a75092c0763689cb2a5b59/manifests/operator.yaml#L284 From a user perspective it would be friendlier to have these versions in a standalone YAML that is...

After deleting a cluster by running `kubectl delete -f example.yaml`, and _not_ deleting PVCs and PVs, I start a new cluster with `kubectl apply -f example.yaml`. The pod `cockroachdb-0` remains...

bug

Currently the Operator installs into the `default` namespace. The Operator can be installed into a custom namespace, but only by modifying all instances of the `namespace` field in the [Operator...

enhancement

The `cache` and `max-sql-memory` fields in the [Helm chart](https://github.com/cockroachdb/helm-charts/blob/master/cockroachdb/values.yaml) should use programmatic values like in the [StatefulSet configs](https://github.com/cockroachdb/cockroach/blob/master/cloud/kubernetes/bring-your-own-certs/cockroachdb-statefulset.yaml#L220). We have been documenting a workaround to override the Helm chart by...

C-enhancement

DOC-9699 DOC-9600 DOC-9878 DOC-9869 DOC-9969 DOC-9621 - Remove Preview callout for Read Committed in 24.1 - Add enterprise license info - Clarify that Read Committed txns don't require client-side retry...

DOC-9695 DOC-9698 DOC-9667 DOC-9966 DOC-9617 DOC-9842 DOC-9985 DOC-9923 DOC-9882 DOC-9873 DOC-9956 DOC-9883 Document the following: - UDFs support DEFAULT values. - EXIT and CONTINUE syntax and labels. - PL/pgSQL nested...

DOC-9234 [DOC-10188](https://cockroachlabs.atlassian.net/browse/DOC-10188) [DOC-10189](https://cockroachlabs.atlassian.net/browse/DOC-10189) DOC-10262 DOC-10263 DOC-10190 DOC-10265 DOC-10234 - Updates to continuation tokens - Replicator functionality - Type mappings - MySQL concurrency - Connection lifetime recommendations - Fetch and Verify...