我已经独立安装了openwhisk,并在运行action.But时成功地调用了wsk package list /whisk.system,它显示:
[root@localhost ~]# wsk package list /whisk.system
packages根据正式文件中的说明,应显示:
packages
/whisk.system/cloudant shared
/whisk.system/alarms shared
/whisk.system/watson shared
/whisk.system/websocket shared
/whisk.system/weather shared
/whisk.system/system shared
/whisk.system/utils shared
/whisk.system/slack shared
/whisk.system/samples shared
/whisk.system/github shared
/whisk.system/pushnotifications shared我该怎么办?
发布于 2021-04-09 03:26:02
它们是需要单独安装的软件包。
详细信息请参见https://github.com/apache?q=openwhisk-package&type=&language=&sort=
https://stackoverflow.com/questions/67014594
复制相似问题