-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
v3: podSpecPatch
can result in failed workflow
#5897
Labels
Milestone
Comments
You can fix this issue by changing the order of containers in BAD: {"containers":[{"name":"main","resources":{"limits":{"cpu":"500m","memory":"250Mi"}}},{"name":"wait","resources":{"limits":{"cpu":"500m","memory":"250Mi"}}}]} GOOD: {"containers":[{"name":"wait","resources":{"limits":{"cpu":"500m","memory":"250Mi"}}},{"name":"main","resources":{"limits":{"cpu":"500m","memory":"250Mi"}}}]} |
Created an upstream issue. golang/go#46146 |
alexec
added
the
type/regression
Regression from previous behavior (a specific type of bug)
label
May 13, 2021
alexec
added a commit
that referenced
this issue
May 13, 2021
sarabala1979
pushed a commit
that referenced
this issue
May 14, 2021
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
This workflow fails:
The text was updated successfully, but these errors were encountered: