1

我安装了 microk8s 并且正在工作。我可以使用 UI 上传和运行管道。现在我安装了 kfp python api(cli 也存在问题),我正在尝试使用 cli 提交管道。这是客户端功能的api:

def __init__(self, host=None, client_id=None, namespace='kubeflow', other_client_id=None, other_client_secret=None, existing_token=None, cookies=None):

我只通过了主机 10.64.140.43.xip.io,但它失败了

AttributeError: 'NoneType' object has no attribute 'id'

这表明主机和/或其他默认参数是错误的。不幸的是,任何地方都没有文档。我的猜测是我也应该以某种方式提供用户通行证。有人可以提供一些具体步骤来填充参数,以便我可以以编程方式提交管道吗?

谢谢

4

0 回答 0