Add introduction of Alpha feature EvenPodsSpread#801
Add introduction of Alpha feature EvenPodsSpread#801k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
Welcome @Huang-Wei! |
|
/assign @lachie83 (Sry for this last-minute PR) It'd good to mention this feature in the release note as users have been demanding for this feature for releases. |
0be2b7d to
021d190
Compare
idealhack
left a comment
There was a problem hiding this comment.
/lgtm
AFAIK, release-notes-draft.md is not something we continue to maintain in every release. We can merge this, but as 1.16.0 was out of the door now, this PR should also be transit to changelog in k/k.
|
Thanks for the clarification @idealhack, I think we also have to update them on kubernetes.io and relnotes.k8s.io. I will take care of that. |
|
/approve |
| - Introduction of the pod overhead feature to the scheduler. This functionality is alpha-level as of | ||
| Kubernetes v1.16, and is only honored by servers that enable the PodOverhead feature.gate. ([#78319](https://github.com/kubernetes/kubernetes/pull/78319), [@egernst](https://github.com/egernst)) | ||
| - Ephemeral containers have been added in alpha. These temporary containers can be added to running pods for purposes such as debugging, similar to how `kubectl exec` runs a process in an existing container. Also like `kubectl exec`, no resources are reserved for ephemeral containers and they are not restarted when they exit. Note that container namespace targeting is not yet implemented, so [process namespace sharing](https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/) must be enabled to view process from other containers in the pod. ([#59484](https://github.com/kubernetes/kubernetes/pull/59484), [@verb](https://github.com/verb)) | ||
| - EvenPodsSpread feature has been added in alpha. This feature introduced an API field `pod.spec.topologySpreadConstraints` to enable users control how Pods are spread across the cluster among failure-domains. ([#77327](https://github.com/kubernetes/kubernetes/pull/77327), [#77760](https://github.com/kubernetes/kubernetes/pull/77760), [#77828](https://github.com/kubernetes/kubernetes/pull/77828), [#79062](https://github.com/kubernetes/kubernetes/pull/79062), [#80011](https://github.com/kubernetes/kubernetes/pull/80011), [#81068](https://github.com/kubernetes/kubernetes/pull/81068), [@Huang-Wei](https://github.com/Huang-Wei)) |
There was a problem hiding this comment.
| - EvenPodsSpread feature has been added in alpha. This feature introduced an API field `pod.spec.topologySpreadConstraints` to enable users control how Pods are spread across the cluster among failure-domains. ([#77327](https://github.com/kubernetes/kubernetes/pull/77327), [#77760](https://github.com/kubernetes/kubernetes/pull/77760), [#77828](https://github.com/kubernetes/kubernetes/pull/77828), [#79062](https://github.com/kubernetes/kubernetes/pull/79062), [#80011](https://github.com/kubernetes/kubernetes/pull/80011), [#81068](https://github.com/kubernetes/kubernetes/pull/81068), [@Huang-Wei](https://github.com/Huang-Wei)) | |
| - Pod spread constraints have been added in alpha. You can use these constraints to control how Pods are spread across the cluster among failure-domains. ([#77327](https://github.com/kubernetes/kubernetes/pull/77327), [#77760](https://github.com/kubernetes/kubernetes/pull/77760), [#77828](https://github.com/kubernetes/kubernetes/pull/77828), [#79062](https://github.com/kubernetes/kubernetes/pull/79062), [#80011](https://github.com/kubernetes/kubernetes/pull/80011), [#81068](https://github.com/kubernetes/kubernetes/pull/81068), [@Huang-Wei](https://github.com/Huang-Wei)) |
There was a problem hiding this comment.
Related to https://github.com/kubernetes/website/pull/16446/files#r326021937, I've change the note on all relevant PRs, too.
There was a problem hiding this comment.
@saschagrunert Thanks. I've updated the words to make them consistent.
021d190 to
724e995
Compare
|
/uncc |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Huang-Wei, idealhack, justaugustus, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hope it can catch up with the official release timeline.