Skip to content

Commit daa1570

Browse files
authored
Merge pull request #8178 from elmiko/cleanup-capi-readme
cleanup capi readme note sections
2 parents 110cb78 + 6063b5f commit daa1570

File tree

1 file changed

+5
-4
lines changed
  • cluster-autoscaler/cloudprovider/clusterapi

1 file changed

+5
-4
lines changed

cluster-autoscaler/cloudprovider/clusterapi/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,12 @@ metadata:
240240
capacity.cluster-autoscaler.kubernetes.io/gpu-count: "2"
241241
```
242242
243-
*Note* the `maxPods` annotation will default to `110` if it is not supplied.
244-
This value is inspired by the Kubernetes best practices
245-
[Considerations for large clusters](https://kubernetes.io/docs/setup/best-practices/cluster-large/).
243+
> Note: the `maxPods` annotation will default to `110` if it is not supplied.
244+
> This value is inspired by the Kubernetes best practices
245+
> [Considerations for large clusters](https://kubernetes.io/docs/setup/best-practices/cluster-large/).
246246

247-
*Note* User should select the annotation for GPU either `gpu-type` or `dra-driver` depends on whether using Device Plugin or Dynamic Resource Allocation(DRA). `gpu-count` is a common parameter in both.
247+
> Note: User should select the annotation for GPU either `gpu-type` or `dra-driver` depends on whether using
248+
> Device Plugin or Dynamic Resource Allocation(DRA). `gpu-count` is a common parameter in both.
248249

249250
#### RBAC changes for scaling from zero
250251

0 commit comments

Comments
 (0)