Josh Purcell

Results 31 comments of Josh Purcell

> Can't we simply say in our docs that this number in the CRD 'ref' version is the 'latest' Redpanda version the Operator can support? The remaining issue is that...

Community slack thread: https://redpandacommunity.slack.com/archives/C01AJDUT88N/p1723669069797089?thread_ts=1723669069.797089&cid=C01AJDUT88N

I just realized the event logs remain after deleting the cluster with: ``` kubectl delete -n redpanda-test -f redpanda.yml ``` So I'm not sure that the event messages above are...

It looks like the events are related to why the pod isn't initializing properly after running the following commands: ``` > kubectl -n redpanda-test logs redpanda-cluster-0 redpanda Error from server...

I removed the "external enabled true" yaml lines from all but `kafkaApi`, and then added a port: ``` kafkaApi: - port: 9092 - external: enabled: true port: 30001 ``` When...

I looked into what is taking the port in the minikube VM. I think the issue is that `kube-proxy` is listening on the port that redpanda is trying to allocate...

This seems to have started in 5.9.2 (doesn't happen in 5.9.1).

Re-opening this issue, as I am not able to verify the fix works. Attached is most of the output from: ``` ansible-playbook --private-key ~/.ssh/id_rsa -v ansible/provision-cluster.yml -i hosts.ini -e redpanda_version=24.1.8-1...

The broker seems to have been upgraded according to this output: ``` root@node-a:~# rpk version Version: v24.1.8 Git ref: f7ac182695 Build date: 2024-06-15T00:26:52Z OS/Arch: linux/amd64 Go version: go1.22.2 Redpanda Cluster...

Details of `Install redpanda from repository` task: ``` TASK [redpanda.cluster.redpanda_broker : Install redpanda from repository] **************************************************************************************************************************************************************************************************************** task path: /root/deployment-automation/artifacts/collections/ansible_collections/redpanda/cluster/roles/redpanda_broker/tasks/install-rp-deb.yml:11 changed: [node-b] => {"cache_update_time": 1720619919, "cache_updated": true, "changed": true, "stderr": "",...