fix systemd.services.kube-proxy to use correct extraOpts

This commit is contained in:
georgewhewell 2017-02-12 15:06:59 +00:00 committed by GitHub
parent cf4775571f
commit 94b28a8072
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ in {
--bind-address=${cfg.proxy.address} \ --bind-address=${cfg.proxy.address} \
${optionalString cfg.verbose "--v=6"} \ ${optionalString cfg.verbose "--v=6"} \
${optionalString cfg.verbose "--log-flush-frequency=1s"} \ ${optionalString cfg.verbose "--log-flush-frequency=1s"} \
${cfg.controllerManager.extraOpts} ${cfg.proxy.extraOpts}
''; '';
WorkingDirectory = cfg.dataDir; WorkingDirectory = cfg.dataDir;
}; };