Skip to content

Commit fb12098

Browse files
committed
Fix typo in Feature Gates (removed)
issue #37316 identifies typo in Features gate (removed) for RootCAConfigMap (GA), the feature gate was removed in v1.22 but this was mistakenly typed as 1.12
1 parent 8af413f commit fb12098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates-removed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ In the following table:
199199
| `ResourceQuotaScopeSelectors` | `true` | GA | 1.17 | 1.18 |
200200
| `RootCAConfigMap` | `false` | Alpha | 1.13 | 1.19 |
201201
| `RootCAConfigMap` | `true` | Beta | 1.20 | 1.20 |
202-
| `RootCAConfigMap` | `true` | GA | 1.21 | 1.12 |
202+
| `RootCAConfigMap` | `true` | GA | 1.21 | 1.22 |
203203
| `RotateKubeletClientCertificate` | `true` | Beta | 1.8 | 1.18 |
204204
| `RotateKubeletClientCertificate` | `true` | GA | 1.19 | 1.21 |
205205
| `RunAsGroup` | `true` | Beta | 1.14 | 1.20 |

0 commit comments

Comments
 (0)