kubernetes: kube-push.sh is broken
I’m getting this error on my Google Cloud cluster:
I1117 22:56:55.385576 3509 kubelet.go:977] Unable to register kubernetes-minion-frx1 with the apiserver: Post https://kubernetes-master/api/v1/nodes: x509: cert
ificate signed by unknown authority
Using the default ./cluster/kube-up.sh
To reproduce:
- kube-up
- everything is working fine
- delete one of the instances from the autoscaling group
- the new instance will fail with this error continuously
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Reactions: 2
- Comments: 53 (45 by maintainers)
Commits related to this issue
- Merge pull request #25095 from ihmccreery/kube-push-broken Automatic merge from submit-queue Mark kube-push.sh as broken Per discussion on #17397. — committed to kubernetes/kubernetes by k8s-github-robot 8 years ago
Any update on this? How do I handle my local clusters running Ubuntu?
kube-push was removed in https://github.com/kubernetes/kubernetes/pull/58246, so marking this as obsolete.