We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello everyone, Here's my test config:
Only one pod is created and the operator is complaining on this -
2024-12-21T20:22:48Z ERROR Reconciler error {"controller": "testrun", "controllerGroup": "k6.io", "controllerKind": "TestRun", "TestRun": {"name":"test","namespace":"k6"}, "namespace": "k6", "name": "test", "reconcileID": "0ea50705-3aea-4613-8350-39fa2161c3e4", "error": "job with the name test-1 exists; make sure you've deleted your previous run"}
I did delete all previous jobs before starting the test. Any help is appreciated
v0.0.18
No response
apiVersion: k6.io/v1alpha1 kind: TestRun metadata: name: test namespace: k6 spec: parallelism: 100 script: configMap: name: test file: script.js runner: resources: requests: cpu: 100m memory: "128Mi" limits: cpu: "12" memory: 16Gi image: ghcr.io/grafana/k6-operator:latest-runner starter: resources: requests: cpu: 100m memory: "128Mi" limits: cpu: "12" memory: 16Gi image: ghcr.io/grafana/k6-operator:latest-starter arguments: --verbos
Install operator Try to run tests
Tests to run
Tests do not start
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Brief summary
Hello everyone,
Here's my test config:
Only one pod is created and the operator is complaining on this -
I did delete all previous jobs before starting the test. Any help is appreciated
k6-operator version or image
v0.0.18
Helm chart version (if applicable)
No response
TestRun / PrivateLoadZone YAML
apiVersion: k6.io/v1alpha1
kind: TestRun
metadata:
name: test
namespace: k6
spec:
parallelism: 100
script:
configMap:
name: test
file: script.js
runner:
resources:
requests:
cpu: 100m
memory: "128Mi"
limits:
cpu: "12"
memory: 16Gi
image: ghcr.io/grafana/k6-operator:latest-runner
starter:
resources:
requests:
cpu: 100m
memory: "128Mi"
limits:
cpu: "12"
memory: 16Gi
image: ghcr.io/grafana/k6-operator:latest-starter
arguments: --verbos
Other environment details (if applicable)
No response
Steps to reproduce the problem
Install operator
Try to run tests
Expected behaviour
Tests to run
Actual behaviour
Tests do not start
The text was updated successfully, but these errors were encountered: