Update graduated/deprecated features in v1.33
parent
3cbacc45bb
commit
ef3afba28e
|
@ -10,6 +10,12 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.32"
|
||||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
|
||||
---
|
||||
When enabled, the API server will replace the legacy HashMap-based _watch cache_
|
||||
with a BTree-based implementation. This replacement may bring performance improvements.
|
||||
|
|
|
@ -13,5 +13,11 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.23"
|
||||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
|
||||
---
|
||||
Allow fine-tuning of CPUManager policies.
|
||||
|
|
|
@ -20,6 +20,11 @@ stages:
|
|||
- stage: deprecated
|
||||
defaultValue: false
|
||||
fromVersion: "1.32"
|
||||
toVersion: "1.32"
|
||||
- stage: deprecated
|
||||
defaultValue: true
|
||||
fromVersion: "1.33"
|
||||
|
||||
|
||||
---
|
||||
Disable setting the `kubeProxyVersion` field of the Node.
|
||||
|
|
|
@ -16,6 +16,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Honor persistent volume reclaim policy when it is `Delete` irrespective of PV-PVC deletion ordering.
|
||||
|
|
|
@ -9,6 +9,11 @@ stages:
|
|||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.32"
|
||||
toVersion: "1.32"
|
||||
- stage: deprecated
|
||||
defaultValue: false
|
||||
fromVersion: "1.33"
|
||||
|
||||
---
|
||||
Enables the `allocatedResources` field in the container status.
|
||||
This feature requires the `InPlacePodVerticalScaling` gate be enabled as well.
|
||||
|
|
|
@ -17,6 +17,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Allows specifying the maximal number of pod
|
||||
|
|
|
@ -17,6 +17,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Allow users to specify when a Job can be declared as succeeded based on the set of succeeded pods.
|
||||
|
|
|
@ -16,6 +16,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Track IP address allocations for Service cluster IPs using IPAddress objects.
|
||||
|
|
|
@ -16,6 +16,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Allow running kube-proxy in [nftables mode](/docs/reference/networking/virtual-ips/#proxy-mode-nftables).
|
||||
|
|
|
@ -16,6 +16,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Enable using `nodeAffinityPolicy` and `nodeTaintsPolicy` in
|
||||
|
|
|
@ -16,6 +16,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Enables support for recursive read-only mounts.
|
||||
|
|
|
@ -9,6 +9,11 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.20"
|
||||
toVersion: "1.32"
|
||||
- stage: deprecated
|
||||
defaultValue: false
|
||||
fromVersion: "1.33"
|
||||
|
||||
---
|
||||
Allows the API server watch cache to create a watch on a dedicated RPC.
|
||||
This prevents watch cache from being starved by other watches.
|
||||
|
|
|
@ -16,6 +16,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Controls whether the API server allows binding service account tokens to Node objects.
|
||||
|
|
|
@ -7,17 +7,19 @@ _build:
|
|||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.30"
|
||||
toVersion: "1.30"
|
||||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.31"
|
||||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.33"
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.30"
|
||||
toVersion: "1.30"
|
||||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.31"
|
||||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
|
||||
---
|
||||
Allows usage of the optional `spec.trafficDistribution` field in Services. The
|
||||
field offers a way to express preferences for how traffic is distributed to
|
||||
|
|
|
@ -16,6 +16,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Allow setting the `restartPolicy` of an init container to
|
||||
|
|
|
@ -10,6 +10,12 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.30"
|
||||
toVersion: "1.32"
|
||||
- stage: deprecated
|
||||
defaultValue: true
|
||||
fromVersion: "1.33"
|
||||
|
||||
|
||||
---
|
||||
Enables a namespace indexer for namespace scoped resources
|
||||
in API server cache to accelerate list operations.
|
||||
|
|
|
@ -20,6 +20,7 @@ stages:
|
|||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
locked: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Enables topology aware routing based on topology hints
|
||||
|
|
|
@ -9,5 +9,11 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: false
|
||||
fromVersion: "1.30"
|
||||
toVersion: "1.32"
|
||||
- stage: deprecated
|
||||
defaultValue: false
|
||||
fromVersion: "1.33"
|
||||
|
||||
|
||||
---
|
||||
Enables watches without `resourceVersion` to be served from storage.
|
||||
|
|
|
@ -9,5 +9,11 @@ stages:
|
|||
- stage: alpha
|
||||
defaultValue: true
|
||||
fromVersion: "1.26"
|
||||
toVersion: "1.32"
|
||||
- stage: deprecated
|
||||
defaultValue: false
|
||||
fromVersion: "1.33"
|
||||
|
||||
|
||||
---
|
||||
Enables support for joining Windows containers to a hosts' network namespace.
|
||||
|
|
Loading…
Reference in New Issue