Document the removal of Accelerators feature gate (#7389)

The `Accelerators` feature gate will be removed in 1.11. 1.10 will be
its last mile.
References: kubernetes/kubernetes#57384
This commit is contained in:
Qiming
2018-02-15 07:02:52 +08:00
committed by zacharysarah
parent 57b86bcbc7
commit 6bace2fa47
+8
View File
@@ -25,8 +25,16 @@ different Kubernetes components.
| Feature | Default | Stage | Since | Until |
|---------|---------|-------|-------|-------|
<<<<<<< HEAD
| `Accelerators` | `false` | Alpha | 1.6 | 1.10 |
| `AdvancedAuditing` | `false` | Alpha | 1.7 | 1.7 |
||||||| merged common ancestors
| `Accelerators` | `false` | Alpha | 1.6 | |
| `AdvancedAuditing` | `false` | Alpha | 1.7 | |
=======
| `Accelerators` | `false` | Alpha | 1.6 | 1.10 |
| `AdvancedAuditing` | `false` | Alpha | 1.7 | |
>>>>>>> Document the removal of Accelerators feature gate (#7389)
| `AdvancedAuditing` | `true` | Beta | 1.8 | |
| `AffinityInAnnotations` | `false` | Alpha | 1.6 | 1.7 |
| `AllowExtTrafficLocalEndpoints` | `false` | Beta | 1.4 | 1.6 |