shikanon / kubeflow-manifests

kubeflow国内一键安装文件
GNU General Public License v3.0
337 stars 117 forks source link

notebook中提交pipeline代码发生错误 #77

Open sxl1993 opened 2 years ago

sxl1993 commented 2 years ago

import kfp client = kfp.Client(existing_token=token) exp = client.create_experiment(name=EXPERIMENT_NAME, namespace=namespace)

2021-11-08 07:04:15,804 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f093610>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments?page_token=&page_size=100&sort_by=&resource_reference_key.type=NAMESPACE&resource_reference_key.id=kubeflow-user-example-com WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f093610>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments?page_token=&page_size=100&sort_by=&resource_reference_key.type=NAMESPACE&resource_reference_key.id=kubeflow-user-example-com 2021-11-08 07:04:15,807 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f0a7910>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments?page_token=&page_size=100&sort_by=&resource_reference_key.type=NAMESPACE&resource_reference_key.id=kubeflow-user-example-com WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f0a7910>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments?page_token=&page_size=100&sort_by=&resource_reference_key.type=NAMESPACE&resource_reference_key.id=kubeflow-user-example-com 2021-11-08 07:04:15,810 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f0a75e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments?page_token=&page_size=100&sort_by=&resource_reference_key.type=NAMESPACE&resource_reference_key.id=kubeflow-user-example-com WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f0a75e0>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments?page_token=&page_size=100&sort_by=&resource_reference_key.type=NAMESPACE&resource_reference_key.id=kubeflow-user-example-com 2021-11-08 07:04:15,816 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f0a7640>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments WARNING:urllib3.connectionpool:Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f0a7640>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments 2021-11-08 07:04:15,819 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f0a72b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments WARNING:urllib3.connectionpool:Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f0a72b0>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments 2021-11-08 07:04:15,822 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f0a7580>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe77f0a7580>: Failed to establish a new connection: [Errno 111] Connection refused')': /apis/v1beta1/experiments