-
Notifications
You must be signed in to change notification settings - Fork 124
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
Add custom metrics for FederatedHPA #378
Conversation
5190d63
to
c44bb2a
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.
Both We
and You
exist on a page, You
is better in a tutorial IMO
i18n/zh/docusaurus-plugin-content-docs/current/tutorials/autoscaling-with-custom-metrics.md
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/tutorials/autoscaling-with-custom-metrics.md
Outdated
Show resolved
Hide resolved
i18n/zh/docusaurus-plugin-content-docs/current/tutorials/autoscaling-with-custom-metrics.md
Outdated
Show resolved
Hide resolved
0659321
to
1cd1a26
Compare
git clone https://github.com/prometheus-operator/kube-prometheus.git | ||
cd kube-prometheus | ||
kubectl apply --server-side -f manifests/setup | ||
kubectl wait \ |
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.
Can we use one specific version?
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 think using the main branch is ok.
@@ -35,3 +35,4 @@ If you configure FederatedHPA, you may also want to consider running a cluster-l | |||
|
|||
For more information on FederatedHPA: | |||
* Read a [FederatedHPA tutorials](../../tutorials/autoscaling-with-federatedhpa.md) for FederatedHPA. |
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.
How about renaming this to FederatedHPA tutorials with CPU/Memory utilization metrics
?
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.
Sorry, I mean changing line 37 to this.
Signed-off-by: Poor12 <shentiecheng@huawei.com>
1cd1a26
to
ce6e308
Compare
/lgtm |
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: RainbowMango 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 |
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Add custom metrics for FederatedHPA
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
None