Pasi Romo
Pasi Romo
Did someone get this working in the current form in service mesh? We are using Istio and I tried deploying the addon with the side-car injection enabled. The controller runs...
I have a related issue i.e. I tried to install the operator from the bundle: https://raw.githubusercontent.com/grafana/k6-operator/main/bundle.yaml but it fails to start on an arm64-node with following error: ` k6-operator-controller-manager-5ddf587fdb-zk24j kube-rbac-proxy...
Hi, yes we use AWS EC2-instances (Graviton) with arm-architecture.
Grazie mille :blush: For now I have been using just the amd64-based image since our clusters supports also such nodes. I will definitely give this a go, since because of...
I tried the controller-image and got it running succesfully on an ARM64-node :tada: Due to this other open issue (https://github.com/grafana/k6-operator/issues/171) I was not able to test the whole functionality.
I have the same issue as described earlier i.e. I try to start a test on an ipv6-only EKS-cluster, but the k6-sample-starter-pod fails to start due to following error: curl:...
Hi, thank you for having a look at this issue :) That is true i.e. we use kyverno to enforce certain policies. The related policies in this case would be...
So here is a one way how to reproduce the issue. 1. create e.g. a kind-cluster ``` kind create cluster ``` 2. install kyverno ``` helm repo add kyverno https://kyverno.github.io/kyverno/...