Fix broken link to static CPU management policy in Pod QoS documentation#53373
Fix broken link to static CPU management policy in Pod QoS documentation#53373k8s-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 |
|
@dhanishaphadate: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
dipesh-rawat
left a comment
There was a problem hiding this comment.
Thanks for the fix!
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dipesh-rawat 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 |
|
LGTM label has been added. DetailsGit tree hash: 16eacdefee1b8935b115e9763a8b7e7d7f7b3ffb |
Description
Fixed a broken link in the Pod Quality of Service documentation.
The link to the static CPU management policy was pointing to an incorrect anchor (
#static-policy),which does not exist on the target page.
Updated it to the correct anchor (
#static-policy-configuration).Issue
Closes: #53372