Ed Tshuma

Results 11 comments of Ed Tshuma

Hello @all. I am facing the same issue and I have tried most of the fixes to no avail : 1. I have tried using gcr.io/kaniko-project/executor:51734fc3a33e04f113487853d118608ba6ff2b81 : `before_script: - 'dotnet...

@gadotroee same error even after using that version . I have tried on Windows : Do I need to do anything config related after this?

@gadotroee Same error still . Even when I use mizu.exe version Should it be installed at a particular path? Any need to setup environment variables

I am in the same path, I dont know why it cant run

Did you get a workaround in your case? I am following the example here https://www.concretepage.com/spring-boot/spring-boot-soap-web-service-example. Let me know if im missing something else that might not be apparent

Also having same problem . I have a TestEnvironment.java class to define server properties.. i have imports: `package org.tshuma.javabrains.messenger.test; import static com.jayway.restassured.RestAssured.*; import static org.hamcrest.Matchers.*;`

@philipgough I have not checked. Do you mean both _serviceMonitorNamespaceSelector_ and _podMonitorNamespaceSelector_ should also have the **release label** configured in the Helm chart ? So far I configured the release...

Adding --collect-all and --compatible-mode worked for me with the following configuration : `apiVersion: apps/v1 kind: Deployment metadata: name: mongodb-prom namespace: "labs" labels: app.kubernetes.io/name: mongodb helm.sh/chart: mongodb-12.1.12 app.kubernetes.io/instance: mongodb-prom app.kubernetes.io/managed-by: Helm...

> Did you install the integration on your Grafana Cloud Connections menu, as described [here](https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-alloy-health/#install-alloy-health-integration-for-grafana-cloud)? I am not running on Grafana Cloud . My installation is on AWS EKS.