-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update release notes draft to version v1.31.0-alpha.1 #2535
Merged
k8s-ci-robot
merged 1 commit into
kubernetes:master
from
Checksumz:release-notes-draft-v1.31.0-alpha.1
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pr: 117842 | ||
releasenote: | ||
text: |- | ||
Supported fine-grained supplemental groups policy (KEP-3619), which enabled | ||
fine-grained control for supplementary groups in the first container processes. | ||
This allows you to choose whether to include groups defined in the container image (/etc/groups) | ||
for the container's primary UID or not. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 121508 | ||
releasenote: | ||
text: |- | ||
kube-scheduler implemented scheduling hints for the CSILimit plugin. | ||
The scheduling hints allow the scheduler to retry scheduling a Pod that was previously rejected by the CSILimit plugin if a deleted pod has a PersistantVolumeClaim (PVC) from the same driver. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 121770 | ||
releasenote: | ||
text: |- | ||
This PR added tracing support to the kubelet's read-only endpoint, which currently | ||
does not have tracing. It makes use of the `WithPublicEndpoint` option to prevent callers | ||
from influencing sampling decisions. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 122471 | ||
releasenote: | ||
text: |- | ||
The kube-scheduler added scheduling hints for the InterPodAffinity plugin. | ||
These hints allow the scheduler to retry scheduling a Pod | ||
that was previously rejected by the InterPodAffinity plugin if there are changes (create, delete, or update) to a related Pod or a node that matches the pod affinity criteria. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 122657 | ||
releasenote: | ||
text: |- | ||
Added the `WatchList` method to the `rest client` in `client-go`. When used, | ||
it establishes a stream to obtain a consistent snapshot of data from the server. | ||
This method is meant to be used by the generated client. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 122791 | ||
releasenote: | ||
text: |- | ||
Removed `ENABLE_CLIENT_GO_WATCH_LIST_ALPHA` environment variable from the reflector. | ||
To activate the feature set `KUBE_FEATURE_WatchListClient` environment variable or a corresponding command line option (this works only with binaries that explicitly expose it). | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 123149 | ||
releasenote: | ||
text: |- | ||
Added `--keep-*` flags to `kubectl debug`, which enables to control the removal | ||
of probes, labels, annotations and initContainers from copy pod. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 123233 | ||
releasenote: | ||
text: Ensured daemonset controller counts old unhealthy pods towards max unavailable budget. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 123572 | ||
releasenote: | ||
text: 'CEL: added name formats library.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 123638 | ||
releasenote: | ||
text: Graduated MatchLabelKeys/MismatchLabelKeys feature in PodAffinity/PodAntiAffinity to Beta. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 123809 | ||
releasenote: | ||
text: |- | ||
The emission of RecreatingFailedPod and RecreatingTerminatedPod events has been | ||
removed from the StatefulSet lifecycle. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 123822 | ||
releasenote: | ||
text: Fixed a missing status prefix in custom resource validation error messages. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 123905 | ||
releasenote: | ||
text: |- | ||
Checksumz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Services implemented a field selector for the ClusterIP and Type fields. | ||
Checksumz marked this conversation as resolved.
Show resolved
Hide resolved
|
||
The Kubelet uses this field selector to avoid monitoring Headless Services, which helps reduce memory consumption. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 123919 | ||
releasenote: | ||
text: |- | ||
Added apiserver.latency.k8s.io/apf-queue-wait annotation to the audit log | ||
to record the time spent waiting in APF queue. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124026 | ||
releasenote: | ||
text: Built etcd image v3.5.13. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124027 | ||
releasenote: | ||
text: 'etcd: Updated to v3.5.13.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 124038 | ||
releasenote: | ||
text: |- | ||
'kubeadm: Stopped storing the ResolverConfig in the global KubeletConfiguration | ||
and sets it dynamically for each node instead.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 124063 | ||
releasenote: | ||
text: |- | ||
Fixed a bug where hard evictions due to resource pressure allowed pods | ||
to use the full termination grace period instead of shutting down instantly. | ||
This bug also affected force deleted pods. Both cases now receive a termination grace period of 1 second. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124116 | ||
releasenote: | ||
text: Fixed a deep copy issue when retrieving the controller reference. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 124123 | ||
releasenote: | ||
text: |- | ||
Enabled kubectl to find `kubectl-create-subcommand` plugins when positional | ||
arguments exists, e.g. `kubectl create subcommand arg`. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124147 | ||
releasenote: | ||
text: 'Kubemark: added two flags, `--kube-api-qps` which indicates the maximum QPS to the apiserver, and `--kube-api-burst` which indicates maximum burst for throttle to the apiserver.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124287 | ||
releasenote: | ||
text: The scheduler implemented QueueingHint in the TaintToleration plugin, enhancing the throughput of scheduling. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124344 | ||
releasenote: | ||
text: Fixed a race condition in the transforming informer that occurred when objects were accessed during the Resync operation. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 124352 | ||
releasenote: | ||
text: |- | ||
Fixed a race condition in kube-controller-manager and the scheduler, caused by | ||
a bug in the transforming informer during the Resync operation, | ||
by making the transforming function idempotent. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124373 | ||
releasenote: | ||
text: 'kubeadm: removed the deprecated and NO-OP "kubeadm join control-plane-join update-status" phase.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124374 | ||
releasenote: | ||
text: 'kubeadm: removed the EXPERIMENTAL tag from the phase "kubeadm join control-plane-prepare download-certs".' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pr: 124393 | ||
releasenote: | ||
text: |- | ||
'kubeadm: marked the flag "--experimental-output'' as deprecated (it will | ||
be removed in a future release) and added a new flag ''--output" that serves the | ||
same purpose. Affected commands are - "kubeadm config images list", "kubeadm token | ||
list", "kubeadm upgrade plan", "kubeadm certs check-expiration".' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 124419 | ||
releasenote: | ||
text: |- | ||
'kubeadm: marked the sub-phase of ''init kubelet-finilize'' called ''experimental-cert-rotation'' | ||
as deprecated and print a warning if it is used directly; it will be removed in | ||
a future release. Add a replacement sub-phase ''enable-client-cert-rotation''.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pr: 124480 | ||
releasenote: | ||
text: |- | ||
'kubeadm: fixed a regression where the KubeletConfiguration is not properly | ||
downloaded during "kubeadm upgrade" command from the kube-system/kubelet-config | ||
ConfigMap, resulting in the local ''/var/lib/kubelet/config.yaml'' file being | ||
written as a defaulted config.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 124519 | ||
releasenote: | ||
text: |- | ||
Removed the last remaining in-tree gcp cloud provider and credential provider. | ||
Please use the external cloud provider and credential provider from https://github.com/kubernetes/cloud-provider-gcp | ||
instead. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 124553 | ||
releasenote: | ||
text: |- | ||
Fixed a 1.30.0 regression in OpenAPI descriptions of the `imagePullSecrets` and | ||
`hostAliases` fields to mark the fields used as keys in those lists as either defaulted | ||
or required. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124592 | ||
releasenote: | ||
text: Added completion for `kubectl set image`. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124665 | ||
releasenote: | ||
text: `kubeadm`: Improved the "IsPrivilegedUser" preflight check to not fail on certain Windows setups. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124714 | ||
releasenote: | ||
text: Fixed throughput when scheduling DaemonSet pods to reach 300 pods/s, if the configured QPS allows it. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124738 | ||
releasenote: | ||
text: Removed GA ServiceNodePortStaticSubrange feature gate. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124767 | ||
releasenote: | ||
text: Removed k8s.io/legacy-cloud-providers from staging. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124779 | ||
releasenote: | ||
text: Updated the CEL default compatibility environment version to 1.30, ensuring that extended libraries added before version 1.30 are available for use. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124793 | ||
releasenote: | ||
text: Fixed the comment for the Job's managedBy field. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pr: 124820 | ||
releasenote: | ||
text: |- | ||
'kubeadm: enhanced the "patches" functionality to be able to patch coredns | ||
deployment. The new patch target is called "corednsdeployment" (e.g. patch file | ||
"corednsdeployment+json.json"). This makes it possible to apply custom patches | ||
to coredns deployment during "init" and "upgrade".' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124864 | ||
releasenote: | ||
text: "Reverted remove legacycloudproviders from staging." | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 124883 | ||
releasenote: | ||
text: |- | ||
Dropped the additional rule requirement (cronjobs/finalizers) for roles | ||
using kubectl create cronjobs to ensure backward compatibility. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124906 | ||
releasenote: | ||
text: 'kube-apiserver: fixed a 1.28 regression printing pods with invalid initContainer status.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 124942 | ||
releasenote: | ||
text: The sidecars' finish time will now be accounted for when calculating the job's finish time. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 125040 | ||
releasenote: | ||
text: Fixed an issue where kubelet on Windows would fail if a pod had a SecurityContext with `RunAsUser`. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 125067 | ||
releasenote: | ||
text: |- | ||
`pause`: Added a `-v` flag to the Windows variant of the pause binary, which | ||
prints the version of pause and exits. The Linux pause binary already has this flag. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 125112 | ||
releasenote: | ||
text: 'dependencies: started using registry.k8s.io/pause:3.10.' | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 125113 | ||
releasenote: | ||
text: Updated CNI Plugins to v1.5.0. | ||
pr_body: "" |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. would you be more concise about the improvements in the warning message ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have update the text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 125157 | ||
releasenote: | ||
text: `kubeadm`: The `NodeSwap` check that kubeadm performs during preflight, has a new warning to verify if swap has been configured correctly. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 125235 | ||
releasenote: | ||
text: Built etcd image v3.5.14. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 125377 | ||
releasenote: | ||
text: Exposed the `apiserver_watch_cache_resource_version` metric to simplify debugging problems with watchcache. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
pr: 125396 | ||
releasenote: | ||
text: `kubeadm`: Allowed the `kubeadm init phase certs sa` command to accept the `--config` flag. | ||
pr_body: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 125429 | ||
releasenote: | ||
text: |- | ||
`Job`: Fixed a bug where `SuccessCriteriaMet` could be added to the Job with | ||
`successPolicy` regardless of the `featureGate` being enabled. | ||
pr_body: "" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we clarify 'in the first container processes' ? Is it 'the first container process'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think they mean the plural version of "the first process in the container": kubernetes/kubernetes#117842
Do you think there's something we can add/reword to make it more clear?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did he mean : initContainer ? https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ or lifecycle hooks ? https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#:~:text=There%20are%20two%20hooks%20that,the%20container%20can%20be%20sent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neither- it's just adding
SupplementalGroupsPolicy
to the API to control and track how supplemental groups are applied in the container. This fixes some issues withPodSecurityContext.{RunAsUser, RunAsGroup, SupplementalGroups}
diverging from the OCI image configuration.I think this example illustrates the issues it's trying to solve. This is the KEP if you're curious about it more!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah thanks Nina for sharing those ! Let me take a look !