Lint fixes for the master and worker Python code.

This commit is contained in:
Matt Bruzek
2017-02-10 12:06:07 -06:00
parent 2509ab0c7a
commit 3b29b6a9ef
3 changed files with 10 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ def start_worker(kube_api, kube_dns, cni):
opts = FlagManager('kubelet')
# Append the DNS flags + data to the FlagManager object.
opts.add('--cluster-dns', dns['sdn-ip']) # FIXME: sdn-ip needs a rename
opts.add('--cluster-dns', dns['sdn-ip']) # FIXME sdn-ip needs a rename
opts.add('--cluster-domain', dns['domain'])
create_config(servers[0])