You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
In Cluster.go, DisableContainerLinuxAutomaticUpdates is defined as a string:
https://github.com/kubernetes-incubator/kube-aws/blob/c59afae6244e8bd3093b5f89b7e220da0320ed84/pkg/api/cluster.go#L468
But in the templates, it is being evaluated as a boolean:
https://github.com/kubernetes-incubator/kube-aws/blob/c59afae6244e8bd3093b5f89b7e220da0320ed84/builtin/files/userdata/cloud-config-worker#L44
https://github.com/kubernetes-incubator/kube-aws/blob/c0c702ca8891b58de24a3d71807a67dc4277e12b/builtin/files/userdata/cloud-config-etcd#L44
https://github.com/kubernetes-incubator/kube-aws/blob/c59afae6244e8bd3093b5f89b7e220da0320ed84/builtin/files/userdata/cloud-config-controller#L42
I guess it should be a boolean in cluster.go
The text was updated successfully, but these errors were encountered: