Merge pull request #8178 from elmiko/cleanup-capi-readme
cleanup capi readme note sections
This commit is contained in:
commit
daa15703a6
|
|
@ -240,11 +240,12 @@ metadata:
|
|||
capacity.cluster-autoscaler.kubernetes.io/gpu-count: "2"
|
||||
```
|
||||
|
||||
*Note* the `maxPods` annotation will default to `110` if it is not supplied.
|
||||
This value is inspired by the Kubernetes best practices
|
||||
[Considerations for large clusters](https://kubernetes.io/docs/setup/best-practices/cluster-large/).
|
||||
> Note: the `maxPods` annotation will default to `110` if it is not supplied.
|
||||
> This value is inspired by the Kubernetes best practices
|
||||
> [Considerations for large clusters](https://kubernetes.io/docs/setup/best-practices/cluster-large/).
|
||||
|
||||
*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.
|
||||
> 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.
|
||||
|
||||
#### RBAC changes for scaling from zero
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue