Add more description about HorizontalPodAutoscaler Object#53476
Add more description about HorizontalPodAutoscaler Object#53476CatherineF-dev wants to merge 1 commit intokubernetes:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/sig autoscaling |
| [HorizontalPodAutoscaler Object](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#horizontalpodautoscaler-v2-autoscaling). | ||
|
|
||
| HorizontalPodAutoscaler Object contains Spec and Status. | ||
| The `Spec` contains 4 fields: |
There was a problem hiding this comment.
Sort of a nit, but when writing out numbers, it would be best to use the word:
| The `Spec` contains 4 fields: | |
| The `Spec` contains four fields: |
| 3. Metrics: scale based on what. | ||
| 4. Behavior: ScaleUp and ScaleDown, which contains Stabilitzation Window and Policies. | ||
|
|
||
| The `Metrics` supports 4 different sources: |
|
|
||
| | Metric Type | Source of Data | Logic Applied | Typical Example | | ||
| | :--- | :--- | :--- | :--- | | ||
| | **Resource** | CPU / RAM usage (Built-in) | Usage vs. Request % | Scale when CPU > 80% | |
There was a problem hiding this comment.
Another nit, but it doesn't feel right to me to have these in a different order than they are listed just prior to the table.
Maybe even alphabetize the list?
| | **External** | Outside the cluster | Absolute value | Scale when `pubsub_queue_length` > 1000 | | ||
|
|
||
|
|
||
| The `Status` contains 3 information: |
There was a problem hiding this comment.
| The `Status` contains 3 information: | |
| The `Status` contains three pieces of information: |
|
|
||
|
|
||
| The `Status` contains 3 information: | ||
| 1. Replicas info: CurrentReplicas and DesiredReplicas |
There was a problem hiding this comment.
| 1. Replicas info: CurrentReplicas and DesiredReplicas | |
| 1. Replica info: CurrentReplicas and DesiredReplicas |
|
PR needs rebase. DetailsInstructions 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. |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
Description
Issue
Closes: #