- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DISABLE_ENVOY (0.07 sec)
-
cni/pkg/plugin/plugin_test.go
pod, ns := buildFakePodAndNSForClient() pod.ObjectMeta.Annotations[sidecarStatusKey] = "true" pod.Spec.Containers = append(pod.Spec.Containers, corev1.Container{ Name: "istio-init", Env: []corev1.EnvVar{{Name: "DISABLE_ENVOY", Value: "true"}}, }) mockIntercept := testDoAddRun(t, buildMockConf(true), testNSName, pod, ns) if len(mockIntercept.lastRedirect) != 0 { t.Fatal("failed to exclude pod") } }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 17.3K bytes - Viewed (0)