Skip to content

Commit

Permalink
Fix CI issue with CAPI controller manager
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Makhov <[email protected]>
  • Loading branch information
makhov committed Dec 13, 2024
1 parent 644bd36 commit 6d52298
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/capi-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
'{"spec":{"template":{"spec":{"containers":[{"name":"manager","args":["--leader-elect", "--diagnostics-address=:8443", "--insecure-diagnostics=false", "--use-deprecated-infra-machine-naming=false", "--feature-gates=MachinePool=true,ClusterResourceSet=true,ClusterTopology=true,RuntimeSDK=false,MachineSetPreflightChecks=true,MachineWaitForVolumeDetachConsiderVolumeAttachments=true"]}]}}}}'
kubectl patch -n capd-system deployment/capd-controller-manager -p \
'{"spec":{"template":{"spec":{"containers":[{"name":"manager","args":["--leader-elect", "--diagnostics-address=:8443", "--insecure-diagnostics=false", "--feature-gates=MachinePool=true,ClusterTopology=false"]}]}}}}'
sleep 10
- name: Install PVC provider
run: |
Expand Down

0 comments on commit 6d52298

Please sign in to comment.