我正在尝试在k8s集群上安装nuclio,但仍然出现以下错误:
**rendered manifests contain a resource that already exists.Unable to continue with install: CustomResourceDefinition "nuclioapigateways.nuclio.io" in namespace
所以我的情况是,我一直在尝试基于一些数据科学管道来分配python的负载,经过大量的搜索和一些QA (),我得出的结论是,Nuclio可能是一个很好的选择,最有可能构建在kubernetes之上。然而,一个主要的问题仍然存在:@run_with_nuclio # in the docker image
import pandas有没有办法通过利用Nuclio框架来做到这一点?(函数似乎包含所有信息,从不调用“经典”包中不存在的外部包)