We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0516a49 + 4bfc0f4 commit 4e57ea7Copy full SHA for 4e57ea7
tests/e2e/scenarios/scalability/run-test.sh
@@ -106,6 +106,7 @@ create_args+=("--set spec.kubeAPIServer.featureGates=ServiceTrafficDistribution=
106
create_args+=("--set spec.kubeAPIServer.anonymousAuth=true")
107
# this is required for prometheus to scrape kube-proxy metrics endpoint
108
create_args+=("--set spec.kubeProxy.metricsBindAddress=0.0.0.0:10249")
109
+create_args+=("--set spec.kubeProxy.featureGates=ServiceTrafficDistribution=false")
110
create_args+=("--node-count=${KUBE_NODE_COUNT:-101}")
111
# TODO: track failures of tests (HostPort & OIDC) when using `--dns=none`
112
create_args+=("--dns=none")
0 commit comments