Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 1.7.2 x509: certificate has expired #1119

Closed
allenhaozi opened this issue Sep 15, 2018 · 4 comments
Closed

version 1.7.2 x509: certificate has expired #1119

allenhaozi opened this issue Sep 15, 2018 · 4 comments

Comments

@allenhaozi
Copy link

kubeadm version 1.7.2
kubernetes version 1.7.2

apiserver.crt x509: certificate has expired

how to update master and node cerfificates

@danroliver
Copy link

I had this issue as well. Did you try the steps that I laid out here: #581 (comment)

Where did it go wrong for you?

@neolit123
Copy link
Member

hi,
1.7.x is outside of the supported version range and the kubeadm team doesn't have the bandwidth to support these old versions.

the tutorial that @danroliver posted here #581 (comment)
should be sufficient to perform the rotation.

/close

please also feel free to continue your discussion in the closed issues.
thanks for understanding.

@k8s-ci-robot
Copy link
Contributor

@neolit123: Closing this issue.

In response to this:

hi,
1.7.x is outside of the supported version range and the kubeadm team doesn't have the bandwidth to support these old versions.

the tutorial that @danroliver posted here #581 (comment)
should be sufficient to perform the rotation.

/close

please also feel free to continue your discussion in the closed issues.
thanks for understanding.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@guyplusplus
Copy link

guyplusplus commented Nov 17, 2018

On k8s 1.7 I faced a similar problem (x509 error included inside /var/log/kube-apiserver.log) and could not find any certificate expired. We decided to restart the apiserver docker on the master node. It resolved the problem.

$ sudo docker ps -a | grep apiserver
af99f816c7ec        gcr.io/google_containers/kube-apiserver@sha256:53b987e5a2932bdaff88497081b488e3b56af5b6a14891895b08703129477d85               "/bin/sh -c '/usr/loc"   15 months ago       Up 19 hours                                     k8s_kube-apiserver_kube-apiserver-ip-xxxxxc_0
40f3a18050c3        gcr.io/google_containers/pause-amd64:3.0                                                                                      "/pause"                 15 months ago       Up 15 months                                    k8s_POD_kube-apiserver-ip-xxxc_0
$ sudo docker restart af99f816c7ec
af99f816c7ec
$ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants