Fix gate status for DefaultHostNetworkHostPortsInPodTemplates
The gate was removed in v1.31.pull/49342/head
parent
d506ce027f
commit
efa6a07c85
|
@ -8,7 +8,10 @@ _build:
|
|||
stages:
|
||||
- stage: deprecated
|
||||
defaultValue: false
|
||||
fromVersion: "1.28"
|
||||
fromVersion: "1.28"
|
||||
toVersion: "1.30"
|
||||
|
||||
removed: true
|
||||
---
|
||||
This feature gate controls the point at which a default value for
|
||||
`.spec.containers[*].ports[*].hostPort`
|
||||
|
|
Loading…
Reference in New Issue