Describe the bug
Flag use_automatic_injection in e2e README https://github.com/istio/istio/tree/master/tests/e2e labels with underscores, but in the code it is looking for dashes
|
useAutomaticInjection = flag.Bool("use-automatic-injection", false, "Use automatic injection instead of kube-inject for transparent proxy injection") |
Expected behavior
Consistency.
Describe the bug
Flag
use_automatic_injectionin e2e README https://github.com/istio/istio/tree/master/tests/e2e labels with underscores, but in the code it is looking for dashesistio/tests/e2e/framework/app_manager.go
Line 27 in 7bba996
Expected behavior
Consistency.