k3s/cmd/kubelet
Tim Hockin 652479a3b1 Add kubelet DNS flags & api disable for DNS
This adds --cluster_dns and --cluster_domain flags to kubelet.  If
non-empty, kubelet will set docker --dns and --dns-search flags based on
these.  It uses the cluster DNS and appends the hosts's DNS servers.
Likewise for DNS search domains.

This also adds API support to bypass cluster DNS entirely, needed to
bootstrap DNS.
2014-12-29 09:18:12 -08:00
..
kubelet.go Add kubelet DNS flags & api disable for DNS 2014-12-29 09:18:12 -08:00
plugins.go Implements a credentialprovider library for use by DockerPuller. 2014-11-17 21:46:54 -08:00