Skip to content

Commit

Permalink
update feature gates
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Jun 5, 2024
1 parent 37dda2d commit 5288228
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ The same definitions of `feature gates` and `feature stages` from upstream Kuber

## Available feature gates

| Feature | Default | Stage | Since | Until |
|--------------|---------|-------|--------|-------|
| GatewayAlpha | `false` | Alpha | 2.6.0 | TBD |
| FillIDs | `true` | Beta | 3.0.0 | TBD |
| RewriteURIs | `false` | Alpha | 2.12.0 | TBD |
| Feature | Default | Stage | Since | Until |
|----------------------------|---------|-------|--------|-------|
| GatewayAlpha | `false` | Alpha | 2.6.0 | TBD |
| FillIDs | `true` | Beta | 3.0.0 | TBD |
| RewriteURIs | `false` | Alpha | 2.12.0 | TBD |
| KongServiceFacade | `false` | Alpha | 3.1.0 | TBD |
| SanitizeKonnectConfigDumps | `true` | Alpha | 3.1.0 | TBD |
| FallbackConfiguration | `false` | Alpha | 3.2.0 | TBD |

## Using feature gates

Expand Down Expand Up @@ -60,4 +63,3 @@ kubectl set env -n kong deployment/kong-controller CONTROLLER_FEATURE_GATES="Fil
[k8s-keps]:https://github.com/kubernetes/enhancements
[kic-keps]:https://github.com/Kong/kubernetes-ingress-controller/tree/main/keps
[releases]:https://github.com/Kong/kubernetes-ingress-controller/releases

0 comments on commit 5288228

Please sign in to comment.