Skip to content

[BUG] Operator doesn't manage the metric exporter sidecar #72

@eduardchernomaz

Description

@eduardchernomaz

Describe the bug
After the CRD has been applied and the test has completed running for the duration specified, the process fails. The worker job completes, while the master job continues to run.

To Reproduce
Steps to reproduce the behavior:

  1. Apply the LocustTest manifest to start the test
  2. Once the test runs for specified duration, list available jobs and pods
  3. You should see that the worker job and worker pods have been completed. However, the master job has not been completed and the pod is in a NotReady state.

Expected behavior
Once the test has completed, both the worker and the master pods should be in a Completed state and eventually removed.

Screenshots
Pods status after the test has completed.
image

Jobs status after the test has completed.
image

Additional context
I suspect that the problem is that on the master node, the locust-metrics-exporter container never stop and continues to run. Failing to signal job completion.

Metadata

Metadata

Labels

BugSomething isn't workingDuplicateThis issue or pull request already existsV2 Go Rewrite

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions