Closed mirnujAtom closed 5 years ago
Tested on k8s 1.10.3/KOPS 1.10, still the same behavior:
ip-10-6-172-52` core # openssl s_client -CApath ./ -connect localhost:10250
CONNECTED(00000003)
depth=1 CN = ip-10-6-172-52.eu-west-1.compute.internal-ca@1535466301
verify error:num=19:self signed certificate in certificate chain
---
Certificate chain
In contrast here is the output of the same in AWS k8s service:
CONNECTED(00000003)
depth=1 CN = kubernetes
verify return:1
depth=0 O = system:nodes, CN = system:node:ip-172-31-10-253.us-west-2.compute.internal
verify return:1```
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close
@fejta-bot: Closing this issue.
Thanks for submitting an issue! Please fill in as much of the template below as you can.
------------- BUG REPORT TEMPLATE --------------------
What
kops
version are you running? The commandkops version
, will display this information. kops 1.9.1What Kubernetes version are you running?
kubectl version
will print the version if a cluster is running or provide the Kubernetes version specified as akops
flag. v1.9.7What cloud provider are you using? AWS
What commands did you run? What is the simplest way to reproduce this issue?
What happened after the commands executed? The cert on Kubelet port seems to be self signed:
openssl s_client -CApath ./ -connect localhost:10250
CONNECTED(00000003) depth=0 CN = redacted@123456789 verify error:num=18:self signed certificate verify return:1 depth=0 CN =redacted@123456789 verify return:1
openssl s_client -CApath ./ -connect localhost:443
CONNECTED(00000003) depth=1 CN = kubernetes verify return:1 depth=0 CN = kubernetes-master verify return:1
Certificate chain 0 s:/CN=kubernetes-master i:/CN=kubernetes
Acceptable client certificate CA names /CN=kubernetes