-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KatibClient can not use on application which out the k8s cluster #2046
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sorry for the late reply @zhangxueren9. You can use
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
I want to use katib client in my ec2 which is out from the k8s cluster
my code
import kubeflow.katib as katib
katib_cli = katib.KatibClient()
print(katib_cli.list_experiments())
the code run good in cluster
but in my ec2
thow this error
so how do I use katibClient in my ec2?
RuntimeError: There was a problem to get experiments in namespace default. Exception: HTTPSConnectionPool(host='xxxx', port=443): Max retries exceeded with url: /apis/kubeflow.org/v1beta1/namespaces/default/experiments (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1131)')))
The text was updated successfully, but these errors were encountered: