-
Notifications
You must be signed in to change notification settings - Fork 103
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
[BUG] Job finishes without the pods being ready #600
Comments
What workload did you use to reproduce this?, can you paste the lines? |
I think, I've found the reason of this issue... the issue was introduced by #533. The problem is that pod_serving has specified the namespace field https://github.com/redhat-performance/web-burner/blob/main/objectTemplates/pod_serving.yml#L6, and the value of this field uses a template variable {{ .Iteration }}, with the changes introduced by the PR I linked before, kube-burner waits for the objects using the namespace specified by the One thing you can do to fix this issue is to remove this line https://github.com/redhat-performance/web-burner/blob/main/objectTemplates/pod_serving.yml#L6 from the object, as I think is redundant with the job namespace field https://github.com/redhat-performance/web-burner/blob/main/workload/cfg_icni2_serving_resource_init.yml#L179 |
Medium term solution is to improve the logic to figure out in which namespace the objects where actually created rather than deduce it from YAML definitions. |
@vishnuchalla I think @rsevilla87 planned to keep this issue opened to track the medium term solution. |
Got it. Sorry thought it was stale. |
This issue has become stale and will be closed automatically within 7 days. |
This issue has become stale and will be closed automatically within 7 days. |
@josecastillolema @rsevilla87 Is this still applicable? |
This issue has become stale and will be closed automatically within 7 days. |
Bug Description
Job finishes without the pods being ready.
It looks like a regression, kube-burner 1.7.12 is fine but 1.9.3 is affected
Output of
kube-burner
versionDescribe the bug
With kube-burner 1.9.3:
Expected behavior
With kube-burner 1.7.12:
The text was updated successfully, but these errors were encountered: