Skip to content

Commit

Permalink
add table
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshya8066 committed Sep 18, 2023
1 parent 15ae5f1 commit 674e532
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/book/src/topics/reference/reference.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Reference

## Table of feature gates and their corresponding environment variables

| Feature Gate | Environment Variable | Default |
| ------------ | -------------------- | ------- |
| EKS | CAPA_EKS | true |
| EKSEnableIAM | CAPA_EKS_IAM | false |
| EKSAllowAddRoles | CAPA_EKS_ADD_ROLES | flase |
| EKSFargate | EXP_EKS_FARGATE | flase |
| MachinePool | EXP_MACHINE_POOL | false |
| EventBridgeInstanceState | EVENT_BRIDGE_INSTANCE_STATE | flase |
| AutoControllerIdentityCreator | AUTO_CONTROLLER_IDENTITY_CREATOR | true |
| BootstrapFormatIgnition | EXP_BOOTSTRAP_FORMAT_IGNITION | false |
| ExternalResourceGC | EXP_EXTERNAL_RESOURCE_GC | false |
| AlternativeGCStrategy | EXP_ALTERNATIVE_GC_STRATEGY | false |
| TagUnmanagedNetworkResources | TAG_UNMANAGED_NETWORK_RESOURCES | true |

0 comments on commit 674e532

Please sign in to comment.