Merge pull request #40675 from AmarNathChary/Fixed_Brokenlink
Fixed Broken link in Feature gates
This commit is contained in:
commit
792ce55f0c
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue