Skip to content

Commit

Permalink
Disable kube-proxy smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz committed Sep 18, 2024
1 parent af86bb2 commit d245860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_smoke(instances: List[harness.Instance]):
"kube-apiserver": "--request-timeout=2m",
"kube-controller-manager": "--leader-elect-retry-period=3s",
"kube-scheduler": "--authorization-webhook-cache-authorized-ttl=11s",
"kube-proxy": "--config-sync-period=14m",
# "kube-proxy": "--config-sync-period=14m",
"kubelet": "--authentication-token-webhook-cache-ttl=3m",
"containerd": "--log-level=debug",
"k8s-dqlite": "--watch-storage-available-size-interval=6s",
Expand Down

0 comments on commit d245860

Please sign in to comment.