You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this is not the case, this raises a ApiException: (403): it seems that by setting the host parameter the kfp client doesn't fetch the in-cluster token, therefore the snippet should be more like:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
By following Connecting to Kubeflow Pipelines using the SDK client in multi-user-mode docs to setup a Jupyter notebook I understand that setting the
PodDefault
with the sample values would work (adjusted to use the desired namespace) when running the suggested python code:But this is not the case, this raises a
ApiException: (403)
: it seems that by setting thehost
parameter thekfp
client doesn't fetch the in-cluster token, therefore the snippet should be more like:The text was updated successfully, but these errors were encountered: