Reconcile(); stage = {“namespace”: “default”, “name”: “k6-sample”, “reconcileID”: “68b7bcb6-bd99-4f31-8967-aad21fdb879c”} │
│ -09-30T13:30:45Z INFO controllers.TestRun Initialize test {“namespace”: “default”, “name”: “k6-sample”, “reconcileID”: “68b7bcb6-bd99-4f31-8967-aad21fdb879c”}
Initializer job is ready to start with image ghcr.io/grafana/k6-operator:latest-runner
and command `[sh -c mkdir -p $(dirname /tmp/k6_script_notifySessionFlow.js.archived.tar) && k6 archive /test/k6_script_notifySes │
│ -09-30T13:30:45Z INFO controllers.TestRun Reconcile(); stage = initialization {“namespace”: “default”, “name”: “k6-sample”, “reconcileID”: “81bcb0bd-fb2e-4585-800f-b4737815384c”}
No initializing pod found yet {“namespace”: “default”, “name”: “k6-sample”, “reconcileID”: “81bcb0bd-fb2e-4585-800f-b4737815384c”}
Yaml file :
apiVersion: k6.io/v1alpha1
kind: TestRun
metadata:
name: k6-sample
namespace: default
spec:
parallelism: 1
script:
configMap:
name: k6-test
file: k6_script_notifySessionFlow.js
When running - kubectl get testrun , it shows below testrun stuck in initialization forever
NAME STAGE AGE TESTRUNID
k6-sample initialization 10s
3 posts - 1 participant