Removed deprecated --resource-container flag from kube-proxy.

This commit is contained in:
Vallery Lancey
2019-05-24 04:00:16 -07:00
committed by Vallery Lancey
parent a444f0fa1d
commit dc0f14312e
25 changed files with 13 additions and 163 deletions

View File

@@ -902,7 +902,6 @@ function construct-windows-kubeproxy-flags {
# double-quotes, because they still break sc.exe after expansion in the
# binPath parameter, and single-quotes get parsed as characters instead
# of string delimiters.
flags+=" --resource-container="
KUBEPROXY_ARGS="${flags}"
}