https://bugzilla.redhat.com/show_bug.cgi?id=1274854
Bug ID: 1274854 Summary: kubectl exec: handshake did not verify certificate chain Product: Fedora Version: 23 Component: kubernetes Assignee: jchaloup@redhat.com Reporter: stefw@redhat.com QA Contact: extras-qa@fedoraproject.org CC: eparis@redhat.com, golang@lists.fedoraproject.org, jcajka@redhat.com, jchaloup@redhat.com, nhorman@redhat.com, vbatts@redhat.com
Description of problem:
kubectl exec fails like this on Fedora 23:
# kubectl exec mock-ooycy /bin/sh -i error: Unable to upgrade connection: { "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "tls: handshake did not verify certificate chain", "code": 500 }
Version-Release number of selected component (if applicable):
kubernetes-1.1.0-0.16.git388061f.fc23.x86_64
How reproducible:
Every time
Steps to Reproduce: 1. See above