Skip to content

Commit 72a5dae

Browse files
author
Jill Grant
authored
Merge pull request #252129 from nathaniel-msft/patch-2
Update autoscaler log to use default theme.
2 parents dfdfc48 + 0fdc698 commit 72a5dae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/aks/cluster-autoscaler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To adjust to changing application demands, such as between workdays and evenings
2222
* The **cluster autoscaler** watches for pods that can't be scheduled on nodes because of resource constraints. The cluster then automatically increases the number of nodes. For more information, see [How does scale-up work?](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#how-does-scale-up-work)
2323
* The **horizontal pod autoscaler** uses the Metrics Server in a Kubernetes cluster to monitor the resource demand of pods. If an application needs more resources, the number of pods is automatically increased to meet the demand.
2424

25-
![The cluster autoscaler and horizontal pod autoscaler often work together to support the required application demands](media/autoscaler/cluster-autoscaler.png)
25+
:::image type="content" source="media/autoscaler/cluster-autoscaler.png" alt-text="Screenshot of how the cluster autoscaler and horizontal pod autoscaler often work together to support the required application demands.":::
2626

2727
Both the horizontal pod autoscaler and cluster autoscaler can decrease the number of pods and nodes as needed. The cluster autoscaler decreases the number of nodes when there has been unused capacity after a period of time. Any pods on a node removed by the cluster autoscaler are safely scheduled elsewhere in the cluster.
2828

@@ -228,7 +228,7 @@ Use the following steps to configure logs to be pushed from the cluster autoscal
228228
229229
As long as there are logs to retrieve, you should see logs similar to the following logs:
230230
231-
![Log Analytics logs](media/autoscaler/autoscaler-logs.png)
231+
:::image type="content" source="media/autoscaler/autoscaler-logs.png" alt-text="Screenshot of Log Analytics logs.":::
232232
233233
The cluster autoscaler also writes out the health status to a `configmap` named `cluster-autoscaler-status`. You can retrieve these logs using the following `kubectl` command:
234234
-413 KB
Loading

0 commit comments

Comments
 (0)