Skip to content

Commit 0f83b0c

Browse files
authored
Merge pull request #4507 from lakshya8066/add-feature-gate-table
feat: add table describing supported feature gates and their default values
2 parents 60437fb + 674e532 commit 0f83b0c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
# Reference
2+
3+
## Table of feature gates and their corresponding environment variables
4+
5+
| Feature Gate | Environment Variable | Default |
6+
| ------------ | -------------------- | ------- |
7+
| EKS | CAPA_EKS | true |
8+
| EKSEnableIAM | CAPA_EKS_IAM | false |
9+
| EKSAllowAddRoles | CAPA_EKS_ADD_ROLES | flase |
10+
| EKSFargate | EXP_EKS_FARGATE | flase |
11+
| MachinePool | EXP_MACHINE_POOL | false |
12+
| EventBridgeInstanceState | EVENT_BRIDGE_INSTANCE_STATE | flase |
13+
| AutoControllerIdentityCreator | AUTO_CONTROLLER_IDENTITY_CREATOR | true |
14+
| BootstrapFormatIgnition | EXP_BOOTSTRAP_FORMAT_IGNITION | false |
15+
| ExternalResourceGC | EXP_EXTERNAL_RESOURCE_GC | false |
16+
| AlternativeGCStrategy | EXP_ALTERNATIVE_GC_STRATEGY | false |
17+
| TagUnmanagedNetworkResources | TAG_UNMANAGED_NETWORK_RESOURCES | true |

0 commit comments

Comments
 (0)