mugi
mugi
# motivation I am dealing with binaries (jpeg images) in k6 script as shown below. However, I am having trouble mounting the volume to k6 pods with my current K6...
Closes https://github.com/grafana/k6-operator/issues/123.
https://github.com/grafana/k6-operator/blob/9db5af67a7d026664eac5b2879db2103c96443cc/controllers/k6_controller.go#L78-L81 It would be better to document the use of the cleanup field.
## Environments - fluentd version: 1.14.6 - plugin version: 2.3.0 ## Configuration ```conf @type record_modifier remove_keys container_id,container_name,source tag ${tag.gsub('-','_')} @type bigquery_insert @id stdout_bigquery_insert_${tag[1]} auth_method json_key json_key "#{ENV['BIGQUERY_JSON_KEY']}" project "#{ENV['BIGQUERY_PROJECT_NAME']}" dataset...
Closes https://github.com/OpenAPITools/openapi-generator/issues/13588 Hi team. The following error occurred while generating a k6 scenario from oas using openapi-generator-cli version 6.2.0. ```log Exception in thread "main" java.lang.RuntimeException: Could not process model 'CommonSiteLink'.Please...
Resolves https://github.com/argoproj/argo-helm/issues/2293 I have added ClusterRole/ClusterRoleBinding for applicationset-controller to [support ApplicationSet in any namespace](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Appset-Any-Namespace/). Checklist: * [x] I have bumped the chart version according to [versioning](https://github.com/argoproj/argo-helm/blob/main/CONTRIBUTING.md#versioning) * [x] I have...
### 🔖 Feature description Currently, cloudbuild-plugin only supports a single GCP project. Therefore, it is not possible to view the cloudbuild history for each GCP project (development/staging). We would like...
### Feature Description ROX(Read Only Many) PVC should be supported as they allow load testing distributed across multiple nodes. Now, k6-operator does not support ROX PVC as file source. To...
In my environment, for security purposes, the domain of the Argo CD Server that provides the dashboard and the domain of the Argo CD Server that provides the API are...
**Describe the feature request** Currently, we are unable to configure the Unix Domain Socket (UDS) to send tracing spans to Datadog. This limitation arises from the [DataDogAddress function](https://github.com/istio/istio/blob/75c6eafc5bc8d160b5643c3ea18acb9785855564/pkg/bootstrap/option/instances.go#L181-L183) which only...