-
Hi,
Im considering using this on our cluster with mTLS with certificates for authentication. Is it possible to pass truststore and keystore when running the kafka-gitops CLI?
Thanks,
-
**UPDATE**: I have changed my suggestion on this issue, see https://github.com/confluentinc/cp-ansible/issues/588#issuecomment-814289884, but keeping the original description for reference.
Upgrade…
-
**Describe the bug**
It seems that if the operator thinks that the Kafka resource has been changed it triggers a rolling update of the resource.
As hinted in the documentation: "In most cases, the …
-
**Describe the bug**
A way to define custom credentials for a KafkaUser is to define define the credentials in a secret with a matching name and labeled with `strimzi.io/cluster` and `strimzi.io/kind…
-
The kustomization file for the 4.7 overlay has this reference for a resource:
resources: - knative-kafka-instance.yaml
There is no file like that in the directory.
-
It would be very useful to have an option to validate the topology files, and doing so without requiring a connection to the cluster. As it is now validation can only be done by using --dryRun, howeve…
-
The current imperative approach to upgrade Kafka (`upgrade_*.yml` and `upgrade_kafka_broker_log_format.yml`) does not fit very well in our GitOps setup. I would prefer if the upgrade could be handled…
-
@yogeshkk We're using a combination of [ArgoCD](https://argo-cd.readthedocs.io/en/stable/) and [kube-janitor](https://codeberg.org/hjacobs/kube-janitor) to achieve this.
The ArgoCD application reso…
-
Is there a plan to support artifacts (e.g. a AVRO schema) as CR? This way a AVRO schema could be defined over GitOps, this would help in our organization to enable change in a more controlled way.
-
#### What happened:
I'm attempting to incorporate Strimzi into our cluster configuration. Our process is GitOps style: specifically, we build a declarative configuration in code, and then `kubectl …