Josh Purcell
Josh Purcell
Applying the following doesn't give an error, but `retention.ms` remains at 7 days as opposed to the desired 1 day: ``` apiVersion: cluster.redpanda.com/v1alpha1 kind: Topic metadata: name: healthcheck spec: kafkaApiSpec:...
I have the following hosts.ini file that I deploy: ``` > cat hosts.ini [redpanda] node-a ansible_user=root ansible_become=True private_ip=${IP_A} id=0 node-b ansible_user=root ansible_become=True private_ip=${IP_B} id=1 node-c ansible_user=root ansible_become=True private_ip=${IP_C} id=2 >...
### What happened? Running `kubectl rollout restart sts redpanda -n redpanda` after deploying with ephemeral storage results in an unhealthy cluster, with the destroyed broker remaining in the cluster and...
In the Connectors page on the tab for Redpanda Connect, we see the following steps at the bottom:  Two issues: 1. Step 4 is unnecessary (topics are created automatically...
### What happened? Using the following `values.yaml`: ``` statefulset: extraVolumes: |- - name: redpanda-io-config configMap: name: redpanda-io-config extraVolumeMounts: |- - name: redpanda-io-config mountPath: /etc/redpanda-io-config additionalRedpandaCmdFlags: - "--io-properties-file=/etc/redpanda-io-config/io-config.yaml" ``` And the...
### What would you like to be added? Making the seed server list editable would allow for multi-region stretch clusters. This request is related to #1427 ### Why is this...
### What happened? Deployed with: ``` helm upgrade --install redpanda redpanda --repo https://charts.redpanda.com -n redpanda --wait --timeout 2h --create-namespace --set tls.enabled=false --set console.enabled=false ``` Then attempted to enable rack awareness:...
### What happened? I'm setting the domain and addresses in the external section of the helm chart: ``` external: domain: pnda.sh addresses: - redpanda-0-dev-ap-southeast-2 - redpanda-1-dev-ap-southeast-2 - redpanda-2-dev-ap-southeast-2 ``` I'm...
### Version & Environment Redpanda version: (use `rpk version`): 24.1.9 ### What went wrong? In a cluster being used exclusively for RRR topics, the following error appears regularly in the...
### Who is this for and what problem do they have today? A user would like to set node affinity through the operator. ### What are the success criteria? Allowing...