jameslewis4891
Results
1
comments of
jameslewis4891
I am seeing the exact same issue ``` from kubernetes import client, config import ssl def get_pods(): config.load_kube_config() v1 = client.CoreV1Api() print(ssl.OPENSSL_VERSION) print("Listing pods with their IPs:") ret = v1.list_pod_for_all_namespaces()...