Merge pull request #40675 from AmarNathChary/Fixed_Brokenlink

Fixed Broken link in Feature gates
This commit is contained in:
Kubernetes Prow Robot 2023-04-14 05:08:39 -07:00 committed by GitHub
commit 792ce55f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
that is independent of a Pod. that is independent of a Pod.
- `ElasticIndexedJob`: Enables Indexed Jobs to be scaled up or down by mutating both - `ElasticIndexedJob`: Enables Indexed Jobs to be scaled up or down by mutating both
`spec.completions` and `spec.parallelism` together such that `spec.completions == spec.parallelism`. `spec.completions` and `spec.parallelism` together such that `spec.completions == spec.parallelism`.
See docs on [elastic Indexed Jobs](docs/concepts/workloads/controllers/job#elastic-indexed-jobs) See docs on [elastic Indexed Jobs](/docs/concepts/workloads/controllers/job#elastic-indexed-jobs)
for more details. for more details.
- `EndpointSliceTerminatingCondition`: Enables EndpointSlice `terminating` and `serving` - `EndpointSliceTerminatingCondition`: Enables EndpointSlice `terminating` and `serving`
condition fields. condition fields.