Skip to content

Commit 93284f6

Browse files
rsmittytalos-bot
authored andcommitted
feat: support EXP_MACHINE_POOL flag
This PR makes sure we set the machine pool flag for our bootstrap provider. This is needed to make sure we work out of the box with ASGs in AWS when users install our providers w/ clusterctl. Signed-off-by: Spencer Smith <[email protected]>
1 parent 001f8ca commit 93284f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ spec:
2020
- /manager
2121
args:
2222
- --enable-leader-election
23+
- "--feature-gates=MachinePool=${EXP_MACHINE_POOL:=false}"
2324
image: controller:latest
2425
imagePullPolicy: Always
2526
name: manager

0 commit comments

Comments
 (0)