-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
Description
I tried the given example of terminating a pod. I replaced the pod name "myapp" to my pod name "demo". It throws the following error:
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='100.77.46.190', port=6443): Max retries exceeded with url: /apis/apps/v1/namespaces/default/deployments?fieldSelector=metadata.name%3Ddemo (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:877)'),))
I would really appreciate any solution or work around.