recycler pod: drop serviceAccountName#2215
recycler pod: drop serviceAccountName#2215haircommander wants to merge 2 commits intoopenshift:masterfrom
Conversation
Signed-off-by: Peter Hunt <pehunt@redhat.com>
this static pod fails on creation because static pods can't have an attached service account. This would normally not be that problematic (the mirror pod creation fails in the API server, but continues in kubelet), however, Multus queries the API-server for pod status, and fails if it can't be found. This, this pod is never actually created. Signed-off-by: Peter Hunt <pehunt@redhat.com>
|
@bertinatto PTAL |
|
(I happened upon this by poking through the logs of #2210 trying to figure out why it failed, my understanding is incomplete but hopefully near-correct) |
kikisdeliveryservice
left a comment
There was a problem hiding this comment.
This seems sane to me but I defer to @bertinatto to LGTM as they originally added this template.
|
/retest |
1 similar comment
|
/retest |
|
/lgtm This makes sense to me. This template is a copy of the one used in 3.x, so I'm not sure why we haven't seen this before. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, haircommander, kikisdeliveryservice The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
9 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
lots of retesting will remove hold when they start to pass overall.. /hold |
|
/retest |
|
@haircommander: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
I don't believe we need this. This pod was not intended to be a static pod in the first place. See #2238 @haircommander if you agree, can you close this? |
|
@haircommander I also pulled in the typo fix for |
|
agreed that this can be closed! |
- What I did
this static pod fails on creation because static pods can't have an attached service account.
This would normally not be that problematic (the mirror pod creation fails in the API server, but continues in kubelet),
however, Multus queries the API-server for pod status, and fails if it can't be found.
This, this pod is never actually created.
- How to verify it
does not appear
- Description for the changelog