-
Notifications
You must be signed in to change notification settings - Fork 402
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.33.0-alpha.2 #2737
base: master
Are you sure you want to change the base?
Update release notes draft to version v1.33.0-alpha.2 #2737
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ArvindParekh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -0,0 +1,9 @@ | |||
pr: 127525 | |||
releasenote: | |||
text: When `cpu-manager-policy=static` is configured, containers meeting the qualifications |
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.
containers that qualify for static CPU assignment
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.
Isn't the already present version easier to understand? What do you think? Happy to change it, if otherwise :)
for static cpu assignment (i.e. Containers with integer CPU `requests` in pods | ||
with `Guaranteed` QOS) will not have cfs quota enforced. Because this fix changes | ||
a long-established behavior, users observing a regressions can use the `DisableCPUQuotaWithExclusiveCPUs` | ||
feature gate (default on) to restore the old behavior. Please file an issue if |
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.
users observing regressions can use the DisableCPUQuotaWithExclusiveCPUs
feature gate (enabled by default) to restore the previous behavior.
pr: 129956 | ||
releasenote: | ||
text: 'kubeadm: Promoted the feature gate `ControlPlaneKubeletLocalMode` to Beta. | ||
Kubeadm will per default use the local kube-apiserver endpoint for the kubelet |
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.
By default, Kubeadm will use the local kube-apiserver endpoint for the kubelet.
@@ -0,0 +1,6 @@ | |||
pr: 130113 | |||
releasenote: | |||
text: Resolves a performance regression in default 1.31+ configurations, related |
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.
Resolved
f6e630c
to
31878e4
Compare
31878e4
to
a70b2ea
Compare
Signed-off-by: ArvindParekh <[email protected]> Update pr-129993-map.yaml - Fix grammar and linting. Update pr-125230-map.yaml Update pr-129368-map.yaml Update pr-129934-map.yaml Update pr-129956-map.yaml Update pr-129993-map.yaml Update pr-130032-map.yaml Update pr-130040-map.yaml Update pr-130045-map.yaml Update pr-130200-map.yaml Update pr-130204-map.yaml Update pr-125230-map.yaml Update pr-129368-map.yaml Update pr-129956-map.yaml Update pr-130032-map.yaml Update pr-130040-map.yaml Update pr-130045-map.yaml Update pr-130200-map.yaml Update pr-130204-map.yaml Update releases/release-1.33/release-notes/maps/pr-129930-map.yaml Co-authored-by: Mélony QIN <[email protected]> Update releases/release-1.33/release-notes/maps/pr-129933-map.yaml Co-authored-by: Mélony QIN <[email protected]> Update pr-127525-map.yaml Update pr-129956-map.yaml Update pr-130113-map.yaml
a70b2ea
to
5f6979e
Compare
What type of PR is this?
/kind documentation
What this PR does / why we need it:
This PR updates the Release Notes Draft to k/k v1.33.0-alpha.2
Which issue(s) this PR fixes:
Special notes for your reviewer:
This is an automated PR generated from
krel The Kubernetes Release Toolbox