Skip to content

failed to relabel pod #2524

Answered by sanketsudake
RubickN asked this question in Q&A
Aug 6, 2022 · 6 comments · 1 reply
Discussion options

You must be logged in to vote

This can happen generally if request is about to timeout.

Typically when we send a request for function there is timeout for request to complete from end to end. So we all fission internal requests need to happen during timeout lets (120 sec)
Now context is way to set deadline of all internal operations within fission.
You might have seen error something like this, when we are calling relabel pod operation during specialization of function, its exceeded timeout alllowed for overall operation, context gets cancelled, because of which you might see issue

,"logger":"generic_pool_manager.generic_pool","caller":"poolmgr/gp.go:487","msg":"failed to relabel pod","trace_id":"03de95a9751eb92d9e091…

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sanketsudake
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gw123
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2508 on August 29, 2022 07:05.