apache/openwhisk
在 GitHub 查看Cannot update action kind if runtime is no longer supported
Open
#4,455 创建于 2019年4月24日
controllerhelp wanted
描述
I tried to update the kind of an action that has an old runtime that has been removed, but this fails with the following error message:
$ wsk action update foo --kind nodejs:10
error: Unable to create action 'foo': The 'nodejs:10-fat' runtime is no longer supported. You may read and delete but not update or invoke this action. (code Jhgg2GzINamHp5yxACGBXjCbcViyU8bD)
The nodejs:10-fat is indeed an old runtime that has been removed. I found the error message at:
so it looks like a backend issue and not an issue from the wsk CLI.
I'd have expected that it is possible to update the kind in order to update all actions that use some deprecated runtime without having to redeploy the code.
cc: @csantanapr as discussed on Slack