-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
Hi everyone,
It seems kops doesn't lock kube-router version. It may cause several problems as it may update to a newer version without user knowledge, and break things inexplicably.
On the template, it has only the image name, without a explicit version. That downloads latest, which may change and break:
kops/upup/models/cloudup/resources/addons/networking.kuberouter/k8s-1.6.yaml.template
Line 40 in 98b2437
| image: cloudnativelabs/kube-router |
This affected one of our clusters and took us quite some time to debug, as we could not pinpoint what happened over the night that caused connection errors. It turns out kube-router had a new release and some of our nodes were reset, so they were updated.
Cisneiros, tonidas, ottony, andrewsykim, BobbyJohansen and 2 more
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.