Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ stages:
toVersion: "1.32"
- stage: stable
defaultValue: true
locked: true
fromVersion: "1.33"
---
Allows specifying the maximal number of pod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ stages:
toVersion: "1.32"
- stage: stable
defaultValue: true
locked: true
fromVersion: "1.33"
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ stages:
toVersion: "1.32"
- stage: stable
defaultValue: true
locked: true
fromVersion: "1.33"
---
Enable using `nodeAffinityPolicy` and `nodeTaintsPolicy` in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ stages:
toVersion: "1.32"
- stage: stable
defaultValue: true
locked: true
fromVersion: "1.33"
---
Enables support for recursive read-only mounts.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.