From fbe22e7d5e8c30fc79a31f772ef565fafc63e42d Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Tue, 13 Feb 2018 12:42:50 +0800 Subject: [PATCH] Document the removal of Accelerators feature gate The `Accelerators` feature gate will be removed in 1.11. 1.10 will be its last mile. References: kubernetes/kubernetes#57384 --- docs/reference/feature-gates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/feature-gates.md b/docs/reference/feature-gates.md index 78d3feb9915c2..94963c425c09a 100644 --- a/docs/reference/feature-gates.md +++ b/docs/reference/feature-gates.md @@ -25,7 +25,7 @@ different Kubernetes components. | Feature | Default | Stage | Since | Until | |---------|---------|-------|-------|-------| -| `Accelerators` | `false` | Alpha | 1.6 | | +| `Accelerators` | `false` | Alpha | 1.6 | 1.10 | | `AdvancedAuditing` | `false` | Alpha | 1.7 | | | `AdvancedAuditing` | `true` | Beta | 1.8 | | | `AffinityInAnnotations` | `false` | Alpha | 1.6 | 1.7 |