Skip to content

Commit

Permalink
Merge pull request #4507 from lakshya8066/add-feature-gate-table
Browse files Browse the repository at this point in the history
feat: add table describing supported feature gates and their default values
  • Loading branch information
k8s-ci-robot authored Sep 21, 2023
2 parents 60437fb + 674e532 commit 0f83b0c
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 0f83b0c

Please sign in to comment.