-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Fix typo in Horizontal Pod Autoscaling. #31668
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
Conversation
|
Hi @DirectXMan12 @kbhawkey |
✔️ Deploy Preview for kubernetes-io-main-staging ready! 🔨 Explore the source changes: 929e8a2 🔍 Inspect the deploy log: https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/6206818fb5233f0008a90d5d 😎 Browse the preview: https://deploy-preview-31668--kubernetes-io-main-staging.netlify.app |
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.
Please sign CLA
#31668 (comment)
for check /check-cla
Hello @Shubham82 , thank you for the PR. Please could you sign the easy CLA as indicated by the bot above? |
Hi @Arhell @divya-mohan0209 |
EasyCLA is now compulsory. |
We can check whether your existing CLA should apply - maybe there is an EasyCLA bug. |
Thanks, @sftim for taking look at this. |
@sftim I also raised this concern in EasyCLA Feedback & Issues#1021056438 but not get any response till now. |
/easycla |
Hi @Arhell @divya-mohan0209 Thanks |
@@ -88,7 +88,7 @@ or the custom metrics API (for all other metrics). | |||
The common use for HorizontalPodAutoscaler is to configure it to fetch metrics from | |||
{{< glossary_tooltip text="aggregated APIs" term_id="aggregation-layer" >}} | |||
(`metrics.k8s.io`, `custom.metrics.k8s.io`, or `external.metrics.k8s.io`). The `metrics.k8s.io` API is | |||
usually provided by an add on named Metrics Server, which needs to be launched separately. | |||
usually provided by an addon named Metrics Server, which needs to be launched separately. |
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.
According to the glossary, “add-on” is idiomatic:
usually provided by an addon named Metrics Server, which needs to be launched separately. | |
usually provided by an add-on named Metrics Server, which needs to be launched separately. |
Please also consider the policy on trivial edits @Shubham82.
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.
Hi, @sftim thanks for it.
Sure, I will fix the other typos in this document, Also I will update the addon
to add-on
mentioned in HPA docs.
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.
Hi, @sftim
I have Addressed the comment, and fixed a few other typos in the hpa docs, PTAL!
Thanks
/lgtm |
LGTM label has been added. Git tree hash: dbfef17cb27fe77c1e6c43f04eec3743f1130e43
|
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sftim 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 |
This PR fixes the minor typo in Horizontal Pod Autoscaling i.e.
add on
should beaddon
/sig autoscaling