Hans Knecht

Results 42 comments of Hans Knecht

@simskij @dgzlopes Is that the `make bundle` command? I posted #28 when I tried to run it locally to see what the output was. I'll work on figuring out a...

@mpanchuk Glad you have a solution! Thanks for sharing it, would you be willing to submit a pr with a new readme on the integration? And the aggregation part is...

@na-- unless all the operator documentation has been moved over there, no. This needs to live with the k6-operator documentation, because it is specific to the k6-operator/K8s.

Let me check if we use it. I'm not 100% sure. But I do think it is valuable to keep regardless.

@simskij Are we only looking for start, finish, error? Or are we looking for some other possible events? I'm not sure what all of the different states of a test...

@simskij @dgzlopes Are you envisioning a https://pre-commit.com/ hook? Or does this make more sense as a github action that runs when merged to master and outputs a bundle? That way...

@mycargus The only thing I'll say, is you need the secret to be created in the same place as the job that is being run. Not specifically the namespace where...

The first thing I'd look at is, is the linkerd sidecar being injected on jobs (I know that was a rather recent addition to support). Secondly, linkerd, like istio, probably...

https://github.com/linkerd/linkerd-await appears to be an option we could look at supporting. @dgzlopes I wonder if we should have a conversation around adding a serviceMesh to the crd. And then instead...

So, I think this is because k6 exits with a non 0 exit code and so the k6 operator will try to keep it going till it succeeds. We could...