Rob Parrott

Results 8 comments of Rob Parrott

Any eta for the fix here?

This makes a lot of sense to me. The current flags are confusing.

Changing the source-controller deployment resources stanza as follows: ``` resources: limits: cpu: 1000m #memory: 1Gi requests: cpu: 50m #memory: 64Mi ``` addresses the issue

We would find these changes useful. Please consider merging.

And as a quick additional note, it appears the incompatibility is primarily from the prometheus components, so setting `kube-prometheus-stack.enabled=false` addresses two of the issues. The zookeeper metadata job is still...

The pulsar helm chart from the upstream project introduced the ability to inject a final command to address this gap. Here's an example of that in action: * https://github.com/apache/pulsar-helm-chart/blob/9613ee029290a23e512d5f247bef69faa6bf796a/charts/pulsar/templates/bookkeeper-cluster-initialize.yaml#L72 The...

Just this change did not work for me, but a modified deployment for zoonavigator that had the following `spec` section worked: ``` spec: containers: - name: pulsar-zoonavigator image: elkozmon/zoonavigator:1.1.1 ports:...