failed to relabel pod #2524
-
Fission/Kubernetes version $ fission --version client: fission/core: BuildDate: "2022-05-24T07:28:44Z" GitCommit: ed1e4a5c Version: v1.16.0 server: fission/core: BuildDate: "2022-05-24T07:28:44Z" GitCommit: ed1e4a5c Version: v1.16.0 $ kubectl version Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.3", GitCommit:"ca643a4d1f7bfe34773c74f79527be4afd95bf39", GitTreeState:"clean", BuildDate:"2021-07-15T21:04:39Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"20+", GitVersion:"v1.20.6-tke.20", GitCommit:"f7727df6bce8b451f33c236e8e18f2e10d9dc316", GitTreeState:"clean", BuildDate:"2022-06-13T06:53:54Z", GoVersion:"go1.15.10", Compiler:"gc", Platform:"linux/amd64"} Kubernetes platform (e.g. Google Kubernetes Engine) Describe the bug Expected result Actual result Screenshots/Dump file $ fission support dump Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
Thank you for your first issue! ✨😊 |
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的假期自动回复邮件。
您好,您发的邮件已收到,我将尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
-
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)
You can try to increasing timeout for request see if that helps. |
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的假期自动回复邮件。
您好,您发的邮件已收到,我将尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
-
Since this is not a bug specifically coverting this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
这是来自QQ邮箱的假期自动回复邮件。
您好,您发的邮件已收到,我将尽快给您回复。
|
Beta Was this translation helpful? Give feedback.
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