Skip to content

Commit

Permalink
Merge pull request #5987 from droctothorpe/typos
Browse files Browse the repository at this point in the history
Fix broken hyperlink
  • Loading branch information
k8s-ci-robot authored Aug 4, 2023
2 parents b8d3009 + ecfdc21 commit bee7c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ Events:
```

This limitation was solved with
[volume topological scheduling](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/storage/volume-topology-scheduling.md)
[volume topological scheduling](https://github.com/kubernetes/design-proposals-archive/blob/main/storage/volume-topology-scheduling.md)
introduced as beta in Kubernetes 1.11 and planned for GA in 1.13.
To allow CA to take advantage of topological scheduling, use separate node groups per zone.
This way CA knows exactly which node group will create nodes in the required zone rather than relying on the cloud provider choosing a zone for a new node in a multi-zone node group.
Expand Down

0 comments on commit bee7c0f

Please sign in to comment.