-
# Feature request
- [x] If the maintainers agree with the feature as described here, I intend to submit a Pull Request myself.1
**Proposal:** patch `kubernetes-restart` to support `DaemonSet…
-
**Describe the bug**
```kubectl apply -f ./strimzi-cluster-operator-0.17.0.yaml```
```
020-04-05 04:42:30 INFO ClusterOperator:99 - Starting ClusterOperator for namespace default
2020-04-05 …
-
**Describe the bug**
1、oc apply
010-ServiceAccount-strimzi-cluster-operator.yaml
020-ClusterRole-strimzi-cluster-operator-role.yaml
020-RoleBinding-strimzi-cluster-operator.yaml
021-ClusterRoleB…
-
Hi all, I try to use sarama to increase replication-factor of topic , but didn't success, I need your help.
##### Versions
Sarama Version: 97315fefd9d1a91fbc682c52c44fcb490fa5c6e7
Kafka Version…
-
In order to deploy the Kafka bridge alongside a Kafka cluster deployed by the Strimzi Cluster Operator, following a potential CR for describing the bridge itself.
```yaml
apiVersion: kafka.strimzi…
-
I configured a Kafka bridge as follows:
```
apiVersion: kafka.strimzi.io/v1alpha1
kind: KafkaBridge
metadata:
name: kafka-bridge-pilot
spec:
replicas: 1
bootstrapServers: my-cluster-kafk…
-
**Describe the bug**
When trying to install using the helm chart (from master) on OpenShift 4.2 and 3.11, the operator fails to start with either a 404 or a 403 response when opening a watch for the …
-
When rolling Kafka pods, we use exponential backoff to try to roll the cluster cleanly before "force rolling_ it (for example when the pods don't work). The exponential backoff should be reasonably fa…
-
**Is your feature request related to a problem? Please describe.**
I cannot configure individual loggers unless they're one of the ones in the default logger config for that particular component (e.g…
-
I already created PVC for my cluster and I would like to use that but when I add volumes tag to strimzi yaml file it throws error and if i remove my changes and re-run it it creates it's own PVC and I…