linuxkit / kubernetes

minimal and immutable Kubernetes images built with LinuxKit
Apache License 2.0
400 stars 75 forks source link

Use Kubelet config #86

Closed ernoaapa closed 6 years ago

ernoaapa commented 6 years ago

To remove deprecated kubelet flags, and make --cluster-dns configurable at boot time, updated kubelet to use the --config from userdata directory.

closes #71

dog jump

ernoaapa commented 6 years ago

@ijc Supporting both sounds like a good idea! I'll update this.

ernoaapa commented 6 years ago

Thanks for the feedback @ijc! Updated the PR based on your feedback.