[en] Update tasks/configure-pod-container/resize-pod-resources.md#53741
[en] Update tasks/configure-pod-container/resize-pod-resources.md#53741k8s-ci-robot merged 1 commit intokubernetes:mainfrom
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
LGTM label has been added. DetailsGit tree hash: a140df254de41ddbe61f25a8aa9326296f0781c9 |
|
considering there is a link from the pod page to the container page, wouldn't it be nice to add the opposite? |
Yes, and we can still merge this improvement even without that extra hyperlink. Further help / PRs would be, as always, welcome. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lmktfy 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 |
Description
This PR proposes the following changes to the page https://kubernetes.io/docs/tasks/configure-pod-container/resize-pod-resources/:
1. Title change
Changed the title from:
to:
This change was made because the content is about Pod-level resources, and there is already another page (https://kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/) that correctly addresses container-level resource resizing.
content/en/docs/tasks/configure-pod-container/resize-pod-resources.mdcontent/en/docs/tasks/configure-pod-container/resize-container-resources.md2. Fixed inline link in the Limitations section
[Resize CPU and Memory Resources assigned to Containers: Limitations](/docs/tasks/configure-pod-container/resize-container-resources/#limitations)Issue
Closes: #53738