There was an error while loading. Please reload this page.
1 parent 35a2d04 commit 67a7d23Copy full SHA for 67a7d23
1 file changed
felix/dataplane/driver_windows.go
@@ -38,6 +38,7 @@ func StartDataplaneDriver(configParams *config.Config,
38
fatalErrorCallback func(error),
39
k8sClientSet *kubernetes.Clientset,
40
_ *calc.LookupsCache,
41
+ typhaEnabled bool,
42
) (DataplaneDriver, *exec.Cmd) {
43
log.Info("Using Windows dataplane driver.")
44
0 commit comments