-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
In-place pod resize feature blog #39846
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
238534b
to
f482e35
Compare
6c9e878
to
a4fed14
Compare
55843d9
to
d26bd82
Compare
/easycla |
5f6bb51
to
20eeb9a
Compare
e320b3d
to
8c70afd
Compare
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.
/hold
pending assignment of publication date
As there are commit messages that mention things such as “placeholder”, please consider squashing locally and a force-push.
can be started as shown below: | ||
|
||
``` | ||
root@vbuild:~/go/src/k8s.io/kubernetes# FEATURE_GATES=InPlacePodVerticalScaling=true ./hack/local-up-cluster.sh |
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.
If you've the appetite for it, document how to try it out with minikube, and ask to go later in the article schedule so that minikube is already released for v1.27 by the time you publish.
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.
Perhaps later, I have other priorities at this time.
ab68654
to
ffd9e1e
Compare
Hello, The publication date for this article is 12-05-2023 (May 12). Thank you! |
ffd9e1e
to
9c27e17
Compare
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
/lgtm
|
||
## Known Issues | ||
|
||
This feature enters v1.27 at [alpha stage](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-stages). |
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.
(nit)
This feature enters v1.27 at [alpha stage](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/#feature-stages). | |
This feature enters v1.27 at [alpha stage](/docs/reference/command-line-tools-reference/feature-gates/#feature-stages). |
with resources, and resize the pods via kubectl. An example of how to use this | ||
feature is illustrated in the following demo video. | ||
|
||
[![](in-place-pod-resize-demo.png)](https://youtu.be/1m2FOuB6Bh0) |
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.
For accessibility, use the video title as the alt attribute. You can also use the youtube
shortcode (which I recommend).
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 don't have a way of previewing/verifying what it would look like in md editor. Does this look right?
{{< youtube id="1m2FOuB6Bh0" title="In-place resize of pod CPU and memory resources">}}
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.
You can preview the website locally.
LGTM label has been added. Git tree hash: b66f6317f5597da315b3bc10204b478e1462a12d
|
eb8983c
to
a370442
Compare
/remove-label tide/merge-method-squash |
LGTM label has been added. Git tree hash: 6236f677b47871d9c4e5257e9320604af577af49
|
Feature blog for in-place pod resize feature.
Ref: kubernetes/kubernetes#102884