-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Notes draft for k/k v1.30.0-alpha.3
Signed-off-by: npolshakova <[email protected]>
- Loading branch information
1 parent
06c63aa
commit ca56d8b
Showing
67 changed files
with
2,669 additions
and
207 deletions.
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,7 @@ | ||
pr: 114301 | ||
releasenote: | ||
text: Enabled a mechanism for concurrent log rotatation via `kubelet` using a configuration | ||
entity of `containerLogMaxWorkers` which controls the maximum number of concurrent | ||
rotation that can be performed and an interval configuration of `containerLogMonitorInterval` | ||
that can aid in configuring the monitoring duration to best suite your cluster's | ||
log generation standards. |
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,3 @@ | ||
pr: 117046 | ||
releasenote: | ||
text: Informers now support adding Indexers after the informer starts. |
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,3 @@ | ||
pr: 118389 | ||
releasenote: | ||
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,3 @@ | ||
pr: 118756 | ||
releasenote: | ||
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pr: 119200 | ||
releasenote: | ||
text: 'kubectl debug: added sysadmin profile' | ||
text: 'kubectl debug: added sysadmin profile.' |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pr: 119923 | ||
releasenote: | ||
text: 'fix: Mount point may become local without calling `NodePublishVolume` after | ||
node rebooting.' | ||
text: Fixed mount point may become local without calling `NodePublishVolume` after | ||
node rebooting. |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pr: 120246 | ||
releasenote: | ||
text: 'kubectl: removed deprecated flag `prune-whitelist` for apply, use flag `prune-allowlist`. | ||
text: 'kubectl: removed deprecated flag `prune-whitelist` for apply, use flag `prune-allowlist` | ||
instead.' |
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,5 @@ | ||
pr: 120344 | ||
releasenote: | ||
text: |- | ||
Added the following CLI option for `kube-controller-manager`: | ||
- `disable-force-detach` (defaults to `false`): Prevent force detaching volumes based on maximum unmount time and node status. If enabled, the non-graceful node shutdown feature must be used to recover from node failure (see https://kubernetes.io/blog/2023/08/16/kubernetes-1-28-non-graceful-node-shutdown-ga/). If enabled and a pod must be forcibly terminated at the risk of corruption, then the appropriate VolumeAttachment object (see here: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/volume-attachment-v1/) must be deleted. |
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: 120642 | ||
releasenote: | ||
text: Added consistent vanity import to files and provides tooling for verifying | ||
and updating them. |
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: 120902 | ||
releasenote: | ||
text: 'Added an optimization to reduce stack memory usage for watch requests. It | ||
is can be disabled with the feature gate: `APIServingWithRoutine=false`' |
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,3 @@ | ||
pr: 121387 | ||
releasenote: | ||
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,3 @@ | ||
pr: 121413 | ||
releasenote: | ||
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,3 @@ | ||
pr: 121565 | ||
releasenote: | ||
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,3 @@ | ||
pr: 121669 | ||
releasenote: | ||
text: Fixed ignore unnecessary node events and improve daemonset controller performance. |
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: 121719 | ||
releasenote: | ||
text: A new kubelet metric `image_pull_duration_seconds` was added. The metric tracks | ||
the duration (in seconds) it takes for an image to be pulled, including the time | ||
spent in the waiting queue of image puller. The metric is broken down by bucketed | ||
image size. |
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,5 @@ | ||
pr: 121720 | ||
releasenote: | ||
text: "Added a new internal metric `kubelet_first_network_pod_start_sli_duration_second` | ||
\nin the kubelet that allow developers to understand the source of the latency | ||
problems on node startups." |
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,3 @@ | ||
pr: 121778 | ||
releasenote: | ||
text: Added kubelet metrics to track the memory manager allocation and pinning. |
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,3 @@ | ||
pr: 121815 | ||
releasenote: | ||
text: Made decoding etcd's response respect the timeout context. |
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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
pr: 121954 | ||
releasenote: | ||
text: |- | ||
Some interfaces' signatures in the scheduler were updated: | ||
- PluginsRunner: used NodeInfo in `RunPreScorePlugins` and `RunScorePlugins`. | ||
- PreScorePlugin: used NodeInfo in `PreScore`. | ||
- Extender: used NodeInfo in `Filter` and `Prioritize`. | ||
text: | | ||
"Some interfaces' signatures in the scheduler were updated: - PluginsRunner: used NodeInfo in `RunPreScorePlugins` and `RunScorePlugins`. - PreScorePlugin: used NodeInfo in `PreScore`. - Extender: used NodeInfo in `Filter` and `Prioritize`." |
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,3 @@ | ||
pr: 122041 | ||
releasenote: | ||
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,5 @@ | ||
pr: 122293 | ||
releasenote: | ||
text: 'kube-controller-manager: increased the global level for broadcaster''s logging | ||
to 3 so that users can ignore event messages by lowering the logging level. It | ||
reduces information noise.' |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pr: 122296 | ||
releasenote: | ||
text: '`kube-proxy` nftables mode is now compatible with kernel `5.4`' | ||
text: '`kube-proxy` nftables mode is now compatible with kernel `5.4`.' |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pr: 122346 | ||
releasenote: | ||
text: Fixed an issue where kubectl apply could panic when imported as a library | ||
text: Fixed an issue where kubectl apply could panic when imported as a library. |
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: 122422 | ||
releasenote: | ||
text: | | ||
'PodSpec API: removed note that hostAliases are not supported on hostNetwork Pods. The feature has been supported since v1.8.' |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pr: 122468 | ||
releasenote: | ||
text: Removed GA featuregate `RemoveSelfLink`. | ||
text: Removed GA feature gate `RemoveSelfLink`. |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pr: 122475 | ||
releasenote: | ||
text: fixed panic of Evented PLEG during kubelet start-up. | ||
text: Fixed panic of Evented PLEG during kubelet start-up. |
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,3 @@ | ||
pr: 122523 | ||
releasenote: | ||
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,3 @@ | ||
pr: 122556 | ||
releasenote: | ||
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,3 @@ | ||
pr: 122569 | ||
releasenote: | ||
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,3 @@ | ||
pr: 122692 | ||
releasenote: | ||
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,3 @@ | ||
pr: 122710 | ||
releasenote: | ||
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: 122874 | ||
releasenote: | ||
text: Fixed node lifecycle controller panic when conditionType ready is been patch | ||
`nil` by mistake. |
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: 122883 | ||
releasenote: | ||
text: Fixed bug where health check could pass while APIServices are missing from | ||
aggregated discovery. |
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,3 @@ | ||
pr: 122893 | ||
releasenote: | ||
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,3 @@ | ||
pr: 122999 | ||
releasenote: | ||
text: Fixed an issue calculating total CPU usage reported for Windows nodes. |
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,5 @@ | ||
pr: 123011 | ||
releasenote: | ||
text: Setting `--cidr-allocator-type` to `CloudAllocator` for `kube-controller-manager` | ||
will be removed in a future release. Please switch to and explore the options | ||
available in your external cloud provider. |
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,3 @@ | ||
pr: 123023 | ||
releasenote: | ||
text: Fixed kubectl explain to shows enum for field types if they were defined. |
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,3 @@ | ||
pr: 123082 | ||
releasenote: | ||
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,5 @@ | ||
pr: 123135 | ||
releasenote: | ||
text: |- | ||
Embed Node information into Pod-bound service account tokens as additional metadata. | ||
Set the 'JTI' field in issued service account tokens, and embed this information as `authentication.kubernetes.io/credential-id` in user's ExtraInfo. |
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: 123165 | ||
releasenote: | ||
text: |- | ||
Added audienceMatchPolicy field to AuthenticationConfiguration and support for configuring multiple audiences. | ||
The "audienceMatchPolicy" can be empty (or unset) when a single audience is specified in the "audiences" field. | ||
The "audienceMatchPolicy" must be set to "MatchAny" when multiple audiences are specified in the "audiences" field. |
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,3 @@ | ||
pr: 123215 | ||
releasenote: | ||
text: 'Graduated "Forensic Container Checkpointing" (KEP #2008) from Alpha to Beta.' |
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,3 @@ | ||
pr: 123261 | ||
releasenote: | ||
text: Restored --verify-only function in code generation wrappers. |
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,3 @@ | ||
pr: 123272 | ||
releasenote: | ||
text: 'cri-api: KEP-3857: Recursive Read-only (RRO) mounts.' |
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: 123281 | ||
releasenote: | ||
text: |- | ||
Feature gates for RemoteCommand (kubectl exec, cp, and attach) over WebSockets are now enabled by default (Beta). | ||
- Server-side feature gate: `TranslateStreamCloseWebsocketRequests` | ||
- Client-side (kubectl) feature gate: `KUBECTL_REMOTE_COMMAND_WEBSOCKETS` | ||
- To turn off RemoteCommand over WebSockets for kubectl, the environment variable feature gate must be explicitly set `KUBECTL_REMOTE_COMMAND_WEBSOCKETS=false`. |
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: 123282 | ||
releasenote: | ||
text: Fixed an issue where a JWT authenticator configured via `--authentication-config` | ||
would fail to verify tokens that were not signed using RS256. |
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,3 @@ | ||
pr: 123310 | ||
releasenote: | ||
text: Updated kubedns and nodelocaldns to v1.23.0 |
11 changes: 11 additions & 0 deletions
11
releases/release-1.30/release-notes/maps/pr-123341-map.yaml
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,11 @@ | ||
pr: 123341 | ||
releasenote: | ||
text: 'kubeadm: added the WaitForAllControlPlaneComponents feature gate. It can | ||
be used to tell kubeadm to wait for all control plane components to be ready when | ||
running "kubeadm init" or "kubeadm join --control-plane". Currently kubeadm only | ||
waits for the kube-apiserver. The "kubeadm join" workflow now includes a new experimental | ||
phase called "wait-control-plane". This phase will be marked as non-experimental | ||
when WaitForAllControlPlaneComponents becomes GA. Accordingly a "kubeadm init" | ||
phase "wait-control-plane" will also be available once WaitForAllControlPlaneComponents | ||
becomes GA. These phases can be skipped if the user prefers to not wait for the | ||
control plane components.' |
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: 123343 | ||
releasenote: | ||
text: Updated ImageGCMaxAge behavior in the kubelet to wait the MaxAge duration | ||
after the kubelet has restarted before garbage collecting |
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: 123345 | ||
releasenote: | ||
text: Added "reason" field to image_garbage_collected_total metric, so admins can | ||
differentiate images that were collected for reason "age" vs "space". |
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: 123372 | ||
releasenote: | ||
text: 'kubeadm: added support for machine readable output with "-o yaml" and "-o | ||
json" to the command "kubeadm certs check-expiration". This change is added in | ||
a new API "kind": "CertificateExpirationInfo", "apiVersion": "output.kubeadm.k8s.io/v1alpha3". | ||
The existing non structured formatting is preserved. The output API version v1alpha2 | ||
is now deprecated and will be removed in a future release. Please migrate to using | ||
v1alpha3.' |
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,3 @@ | ||
pr: 123384 | ||
releasenote: | ||
text: Improved scheduler performance when no scoring plugins are defined. |
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,5 @@ | ||
pr: 123406 | ||
releasenote: | ||
text: 'kubeadm: fixed a bug during kubeadm upgrade, where it is not possible to | ||
mount a new device and create a symbolic link for /etc/kubernetes (or a sub-directory) | ||
so that kubeadm stores its information on the mounted device.' |
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,3 @@ | ||
pr: 123418 | ||
releasenote: | ||
text: LoadBalancerIPMode feature is now marked as Beta. |
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: 123425 | ||
releasenote: | ||
text: Added feature gate `MutatingAdmissionPolicy` for enabling mutation policy | ||
in admission chain. |
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,3 @@ | ||
pr: 123442 | ||
releasenote: | ||
text: '`NewVolumeManagerReconstruction` feature is now GA.' |
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,5 @@ | ||
pr: 123461 | ||
releasenote: | ||
text: 'kubeadm: in the new output API "output.kubeadm.k8s.io/v1alpha3" modified | ||
the UpgradePlan structure that is used when calling "kubeadm upgrade plan ... | ||
-o yaml|json", to include a list of multiple available upgrades.' |
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: 123464 | ||
releasenote: | ||
text: 'kubeadm: the `bridge-nf-call-iptables=1` and `bridge-nf-call-ip6tables=1` | ||
preflight checks are removed since not all the network implementations require | ||
this setting, network plugins are responsible for setting this correctly depending | ||
on whether or not they connect containers to Linux bridges or use some other mechanism.' |
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,5 @@ | ||
pr: 123475 | ||
releasenote: | ||
text: Fixed bug where providing a FieldPath to a CRD Validation Rule would erroneously | ||
affect the reported field path of other unrelated CRD Validation Rules on the | ||
same schema. |
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,3 @@ | ||
pr: 123479 | ||
releasenote: | ||
text: sample-apiserver manifest example now has correct RBAC. |
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,3 @@ | ||
pr: 123488 | ||
releasenote: | ||
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,3 @@ | ||
pr: 123490 | ||
releasenote: | ||
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: 123492 | ||
releasenote: | ||
text: 'kubeadm: fixed a bug where "kubeadm upgrade plan -o yaml|json" includes unneeded | ||
output and was missing component config information.' |
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,3 @@ | ||
pr: 123504 | ||
releasenote: | ||
text: Upgraded metrics server to v0.7.0. |
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: 123517 | ||
releasenote: | ||
text: Patched a leak of a discovery document that would occur when an Aggregated | ||
APIService changed its Spec.Service field and did not change it back. |
Oops, something went wrong.