Skip to content

Commit

Permalink
Merge pull request #98 from vidushv/vidushv/l2bDSR
Browse files Browse the repository at this point in the history
Fix DSR enablement for l2bridge clusters
  • Loading branch information
k8s-ci-robot committed Aug 19, 2020
2 parents 14af55b + 5741afc commit 1f4abb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubeadm/KubeCluster.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,8 @@ if ($Join.IsPresent)
$env:KUBE_NETWORK=$Global:NetworkName
InstallKubeProxy -KubeConfig $(GetKubeConfig) `
-IsDsr:$Global:DsrEnabled `
-NetworkName $Global:NetworkName -ClusterCIDR $ClusterCIDR
-NetworkName $Global:NetworkName -ClusterCIDR $ClusterCIDR `
-ProxyFeatureGates $Global:KubeproxyGates
}

StartKubeproxy
Expand Down

0 comments on commit 1f4abb2

Please sign in to comment.