Skip to content

Commit bab91a3

Browse files
authored
Merge pull request #2845 from rashansmith/release-notes-draft-v1.34.0-rc.2
Update release notes draft to version v1.34.0-rc.2
2 parents 190b31a + 5756634 commit bab91a3

16 files changed

+1566
-73
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
pr: 131215
2+
releasenote:
3+
text: |-
4+
Removed `endpoint-controller` and `workload-leader-election` FlowSchemas from the default APF configuration.
5+
6+
Action required: workloads using leader election were required to migrate their lock type from `configmapsleases` or `endpointsleases` to `leases`.
7+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131425
2+
releasenote:
3+
text: 'kube-scheduler: Removed the deprecated scheduler_scheduler_cache_size metric in
4+
favor of scheduler_cache_size.'
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131563
2+
releasenote:
3+
text: 'kubeadm: Fixed missing space when printing the warning about pause image
4+
mismatch.'
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131587
2+
releasenote:
3+
text: 'kubeadm: Made the coredns deployment manifest use named ports consistently
4+
for the liveness and readiness probes.'
5+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131752
2+
releasenote:
3+
text: 'kube-apiserver: The AuthenticationConfiguration type accepted in `--authentication-config`
4+
files has been promoted to `apiserver.config.k8s.io/v1`.'
5+
pr_body: ""
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pr: 131837
22
releasenote:
3-
text: Static pods that reference API objects were denied admission by the kubelet
4-
so that static pods would not be silently running even after the mirror pod creation
5-
failed.
3+
text: "Static pods that reference API objects are now denied admission by the kubelet so that static pods would not be silently running even after the mirror pod creation fails.
4+
5+
ACTION REQUIRED: Prior to upgrade, ensure static pods are not referencing API objects such as ServiceAccounts, ConfigMaps, Secrets, ResourceClaims, CSIDrivers, PersistentVolumeClaims, or ClusterTrustBundles."
66
pr_body: ""
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 131887
2+
releasenote:
3+
text: |-
4+
Types: CycleState, StateData, StateKey and ErrNotFound moved from pkg/scheduler/framework to k8s.io/kube-scheduler/framework.
5+
Type CycleState that was passed to each plugin in scheduler framework was changed to the new interface CycleState (in k8s.io/kube-scheduler/framework).
6+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 131919
2+
releasenote:
3+
text: 'kubeadm: Switched the validation check for Linux kernel version to throw
4+
warnings instead of errors.'
5+
pr_body: ""
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
pr: 131981
2+
releasenote:
3+
text: |-
4+
kubeadm: Graduated the `NodeLocalCRISocket` feature gate to beta and enabed it by default. When its enabled, kubeadm will:
5+
1. Generate a `/var/lib/kubelet/instance-config.yaml` file to customize the `containerRuntimeEndpoint` field in per-node kubelet configurations.
6+
2. Remove the `kubeadm.alpha.kubernetes.io/cri-socket` annotation from nodes during upgrade operations.
7+
3. Remove the `--container-runtime-endpoint` flag from the `/var/lib/kubelet/kubeadm-flags.env` file during upgrades.
8+
pr_body: ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 132336
2+
releasenote:
3+
text: "Fixed APIServerTracing test data race; ~/go/src/k8s.io/kubernetes/test/integration/apiserver/tracing$
4+
go test ./... -race\nok \tk8s.io/kubernetes/test/integration/apiserver/tracing\t68.825s."
5+
pr_body: ""

0 commit comments

Comments
 (0)