Mathieu Grzybek

Results 16 issues of Mathieu Grzybek

The python-based Graphite service offers an input able to consume metrics from a MQ service. This approach can be very useful: * in a DMZ environment. The secured area (where...

enhancement

Bonjour, Le document utilise des `=` afin de créer les titres / sections de chaque volet. Je suis en train de créer un export PDF qui concatène tous les volets...

The Python implementation of carbon-relay uses random queue names to consume messages. This can be a problem when: - you don't want to loose messages in case of relay's crash;...

Some CRDs have very long annotations that cannot be created using `kubectl apply` but using `kubectl create`. ``` module.kafka.kubectl_manifest.kafka-cluster: Creating... module.kafka.kubectl_manifest.kafka-users-crd: Creating... module.kafka.kubectl_manifest.kafka-topics-crd: Creating... module.kafka.kubectl_manifest.kafka-topics-crd: Creation complete after 0s [id=/apis/apiextensions.k8s.io/v1/customresourcedefinitions/kafkatopics.kafka.banzaicloud.io]...

* This PR manages `Dockerfiles` using templates. This allows us to make the containers HTTP proxy-aware. * `Traefik` is used to publish all the tools with a single entrypoint. *...

### Proposal: The cgroup plugin should deal with blkio files. ### Current behavior: The entire file is skipped. Message: `blkio.io_merged: unknown file format` #### Configuration: `[[inputs.cgroup]]` ` paths = [`...

feature request
plugin/input

**Describe the solution you'd like** Trident should support the replication mechanism provided by SM-BC when using iSCSI protocols: - managing two SVM - managing the extended multipath provided by the...

enhancement

### What is the bug? The manifest of the operator does not implement some security features requires by secured Kubernetes deployments: * container `kube-rbac-proxy` * securityContext.allowPrivilegeEscalation=false * securityContext.capabilities.drop=["ALL"] * securityContext.seccompProfile.type="RuntimeDefault"...

enhancement
good first issue

The target architecture(s) (`amd64` or `arm64`) should be configurable. ## Expected Behaviour I would like to be able to choose which architecture I want to build without patching `rules.mk`. ##...

The library actually fetches some environment variables to connect against Openstack API. However, we cannot use a custom certificate (using `OS_CACERT`) the same way that the python-based `openstack-cli` does. Using...

enhancement