Patrick Mischler

Results 14 issues of Patrick Mischler

change apiVersion for PodDisruptionBudget ## What changes were proposed in this pull request? Change the apiVersion for PodDisruptionBudget to `policy/v1` since it was moved from `policy/v1beta1` ## How was this...

In our scenario we deploy all components with the vmoperator. There are some VM components which are not deployable with the vmoperator, which complicates the deployment. One of these components...

question

### What's wrong? Following deployment of the agent using a Helm chart to Kubernetes, the readinessProbe consistently fails with a "connection refused" error. We are only using our own container...

bug

Hi, I try to use kube-mail to send emails from Grafana. I have created the follwing policy ```YAML apiVersion: kube-mail.helmich.me/v1alpha1 kind: EmailPolicy metadata: name: grafana-to-kube-mail spec: podSelector: matchLabels: app.kubernetes.io/name: grafana...

### What's wrong? Grafana Alloy needs to be deployable to an EKS cluster with enforced `podSecurityContext` and container `securityContext` policies. Our policy mandates that the container operates as a non-root...

bug

In my repo PatMis16/promalert2bmctsom I trigger the go-release.action whenever a release is created. This works fine but I always see three workflows running for the same release: ![github_workflow_runs](https://user-images.githubusercontent.com/23382221/115711940-763a5400-a374-11eb-9e99-7b9343fb5d04.png) Is this...

Hello! The files specified as EXTRA_FILES are not present in the tar.gz archives. Regards, Patrick

Hello! I need some help. I try to automatically create binary releases of my go program. I am getting this error when "compile and release": `+ curl -X POST --data-binary...

### Request This document proposes the addition of a feature that enables Grafana Alloy to forward logs directly to a Splunk instance using the Splunk HTTP Event Collector (HEC) protocol....

enhancement

#### PR Description This PR initiates the inclusion of the [OTel Splunk HEC exporter](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/splunkhecexporter/README.md) component to Grafana Alloy as a community component. #### Which issue(s) this PR fixes Fixes #1226...

needs-attention