Skip to content

Commit aa8af32

Browse files
authored
Merge pull request #6151 from willie-yao/fix-conformance-test
Increase CAPI remote connection grace period to fix HA upgrade flake
2 parents 1d12119 + 6492872 commit aa8af32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/config/azure-dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ providers:
3434
replacements:
3535
- old: "imagePullPolicy: Always"
3636
new: "imagePullPolicy: IfNotPresent"
37+
- old: "- --leader-elect"
38+
new: "- --leader-elect\n - --remote-connection-grace-period=3m"
3739

3840
- name: kubeadm
3941
type: BootstrapProvider

0 commit comments

Comments
 (0)