Taylor Kimball

Results 4 comments of Taylor Kimball

I have the same issue on a cluster with self signed certificates. The ca.crt does exist within the pod, but its in no way valid as its just a development...

See https://github.com/hjacobs/pykube/issues/76. I also tried adding the following environment variables to the container, but had no luck. ``` env: - name: REQUESTS_CA_BUNDLE value: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt - name: CURL_CA_BUNDLE value: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt -...

This issue is not exclusive to @osinnowo as the problem hit me as well. I downgraded docker to the latest 25.0 release and all is well.

Thanks @rs!