Alex
Alex
Any ideas?
As i see nothing change)
> I am also started getting this error message. any fix for this? > > `heketi-cli topology info` > > Error: Invalid JWT token: Token missing iss claim You just...
So before found #119 try using `env.var` with `hostname`, but we using in our ci `k6 archive` and as i see tags using hostname of runner which create archive. ex:...
So try using `arguments: --tag` - but operator cant parse ```yaml apiVersion: k6.io/v1alpha1 kind: K6 metadata: creationTimestamp: "2022-08-22T20:45:59Z" generation: 1 name: test-220822-20-19 spec: arguments: -o output-prometheus-remote --tag test-220822-20-19 parallelism: 2...
my fault - fix from my side. Thanks for help! Can close issue.
thanks @StanislavBolshakov ```json { "username": "Grafana OnCall", "attachments": [ { "fallback": "Grafana OnCall Webhook Alert", "color": "#FF0000", "text": "{{ alert_payload.annotations.description }}\n\n AlertName: {{alert_payload.labels.alertname|default('None', true)}}", "author_name": "Grafana OnCall", "author_link": "https://grafana.example.com/a/grafana-oncall-app/", "title":...
So you can copy script from Dockerfile and install this applications by hands and pip. But regards diffirents between grafana and oncall. Grafana can start without any dependency. Oncall cant...
Any news about this issue?
Found easy way for start cis-operator - just add label to any node in cluster ```sh k label node MYNODE kubernetes.azure.com/cluster="" ``` Operator start think about this cluster "aks here"...