Skip to content

Commit

Permalink
Fix DSR enablement for l2bridge clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
vidushv committed Aug 7, 2020
1 parent 14af55b commit 5741afc
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 5741afc

Please sign in to comment.