Skip to content
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

Merged
merged 2 commits into from
Apr 27, 2023

Conversation

vinaykul
Copy link
Contributor

@vinaykul vinaykul commented Mar 7, 2023

Feature blog for in-place pod resize feature.
Ref: kubernetes/kubernetes#102884

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 7, 2023
@k8s-ci-robot k8s-ci-robot added area/blog Issues or PRs related to the Kubernetes Blog subproject language/en Issues or PRs related to English language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Mar 7, 2023
@netlify
Copy link

netlify bot commented Mar 7, 2023

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit a370442
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/644a7d6802607200084d6dd5
😎 Deploy Preview https://deploy-preview-39846--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 20, 2023
@vinaykul vinaykul force-pushed the kep-1287-1.27-blog branch 2 times, most recently from 6c9e878 to a4fed14 Compare March 21, 2023 04:00
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Apr 1, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. and removed cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 1, 2023
@vinaykul vinaykul force-pushed the kep-1287-1.27-blog branch 6 times, most recently from 55843d9 to d26bd82 Compare April 1, 2023 04:06
@vinaykul
Copy link
Contributor Author

vinaykul commented Apr 1, 2023

/easycla

@vinaykul vinaykul force-pushed the kep-1287-1.27-blog branch 2 times, most recently from 5f6bb51 to 20eeb9a Compare April 1, 2023 04:29
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Apr 1, 2023
@vinaykul vinaykul force-pushed the kep-1287-1.27-blog branch 2 times, most recently from e320b3d to 8c70afd Compare April 1, 2023 16:50
Copy link
Contributor

@sftim sftim left a 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.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 4, 2023
can be started as shown below:

```
root@vbuild:~/go/src/k8s.io/kubernetes# FEATURE_GATES=InPlacePodVerticalScaling=true ./hack/local-up-cluster.sh
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@vinaykul vinaykul force-pushed the kep-1287-1.27-blog branch 4 times, most recently from ab68654 to ffd9e1e Compare April 10, 2023 03:30
@harshitasao
Copy link
Contributor

Hello, The publication date for this article is 12-05-2023 (May 12).

Thank you!

@vinaykul
Copy link
Contributor Author

/retest

@tengqm
Copy link
Contributor

tengqm commented Apr 26, 2023

/approve
/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 26, 2023
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 26, 2023
Copy link
Contributor

@sftim sftim left a 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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(nit)

Suggested change
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)
Copy link
Contributor

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).

Copy link
Contributor Author

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">}}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 27, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: b66f6317f5597da315b3bc10204b478e1462a12d

@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 27, 2023
@sftim
Copy link
Contributor

sftim commented Apr 27, 2023

/remove-label tide/merge-method-squash
/lgtm

@k8s-ci-robot k8s-ci-robot added lgtm "Looks good to me", indicates that a PR is ready to be merged. and removed tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. labels Apr 27, 2023
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 6236f677b47871d9c4e5257e9320604af577af49

@k8s-ci-robot k8s-ci-robot merged commit f3771f8 into kubernetes:main Apr 27, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/blog Issues or PRs related to the Kubernetes Blog subproject cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/en Issues or PRs related to English language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
Status: Published
Development

Successfully merging this pull request may close these issues.

None yet

5 participants