add cinder max attached volumes (#5089)

This commit is contained in:
Hugo Blom
2019-08-20 08:45:32 +02:00
committed by Kubernetes Prow Robot
parent b0437516c1
commit 4dba34bd02
2 changed files with 8 additions and 0 deletions

View File

@@ -415,6 +415,11 @@ kube_network_plugin: flannel
# For Container Linux by CoreOS:
resolvconf_mode: host_resolvconf
```
- Set max amount of attached cinder volume per host (default 256)
```
node_volume_attach_limit: 26
```
### Deploy Kubernetes