Skip to content
New issue

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

custom images built using xk6 don't run if you start TestRun in custom namespace #355

Closed
srintern opened this issue Dec 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@srintern
Copy link

srintern commented Dec 26, 2023

Brief summary

If you built a custom image using xk6 following these steps in a custom namespace, the initializer pod errors with the log: sh: syntax error: unexpected "("

k6-operator version or image

latest

Helm chart version (if applicable)

No response

TestRun / PrivateLoadZone YAML

apiVersion: k6.io/v1alpha1
kind: TestRun
metadata:
  name: k6-sample-with-extensions
spec:
  parallelism: 4
  script:
    configMap:
      name: crocodile-stress-test
      file: test.js
  runner:
    image: k6-extended:local

Other environment details (if applicable)

No response

Steps to reproduce the problem

Just follow the steps in the README.md

Expected behaviour

Tests should run

Actual behaviour

Test does not start as the initializer returns an error.

@srintern srintern added the bug Something isn't working label Dec 26, 2023
@srintern srintern changed the title custom images built using xk6 don't run custom images built using xk6 don't run if you start TestRun in custom namespace Dec 26, 2023
@srintern srintern closed this as not planned Won't fix, can't repro, duplicate, stale Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant