Skip to content

Commit 608df0e

Browse files
authored
Merge pull request #31798 from ShivamTyagi12345/typo
Fixed typo in feature-gates.md
2 parents d6daf7f + 33b55ed commit 608df0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ different Kubernetes components.
400400
| `PodShareProcessNamespace` | `true` | Beta | 1.12 | 1.16 |
401401
| `PodShareProcessNamespace` | `true` | GA | 1.17 | - |
402402
| `RequestManagement` | `false` | Alpha | 1.15 | 1.16 |
403-
| `RequestManagement` | - | Derecated | 1.17 | - |
403+
| `RequestManagement` | - | Deprecated | 1.17 | - |
404404
| `ResourceLimitsPriorityFunction` | `false` | Alpha | 1.9 | 1.18 |
405405
| `ResourceLimitsPriorityFunction` | - | Deprecated | 1.19 | - |
406406
| `ResourceQuotaScopeSelectors` | `false` | Alpha | 1.11 | 1.11 |
@@ -815,7 +815,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
815815
and gracefully terminate pods running on the node. See
816816
[Graceful Node Shutdown](/docs/concepts/architecture/nodes/#graceful-node-shutdown)
817817
for more details.
818-
= `GracefulNodeShutdownBasedOnPodPriority`: Enables the kubelet to check Pod priorities
818+
- `GracefulNodeShutdownBasedOnPodPriority`: Enables the kubelet to check Pod priorities
819819
when shutting down a node gracefully.
820820
- `GRPCContainerProbe`: Enables the gRPC probe method for {Liveness,Readiness,Startup}Probe. See [Configure Liveness, Readiness and Startup Probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-a-grpc-liveness-probe).
821821
- `HonorPVReclaimPolicy`: Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering.

0 commit comments

Comments
 (0)