Merge pull request #107096 from hakman/remove_non-masquerade-cidr

Remove deprecated flag --non-masquerade-cidr in kubelet
This commit is contained in:
Kubernetes Prow Robot
2022-02-08 12:42:50 -08:00
committed by GitHub
5 changed files with 3 additions and 13 deletions

View File

@@ -288,8 +288,7 @@ func PreInitRuntimeService(kubeCfg *kubeletconfiginternal.KubeletConfiguration,
containerRuntime string,
runtimeCgroups string,
remoteRuntimeEndpoint string,
remoteImageEndpoint string,
nonMasqueradeCIDR string) error {
remoteImageEndpoint string) error {
if remoteRuntimeEndpoint != "" {
// remoteImageEndpoint is same as remoteRuntimeEndpoint if not explicitly specified
if remoteImageEndpoint == "" {