Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
4dba34bd
Commit
4dba34bd
authored
5 years ago
by
Hugo Blom
Committed by
Kubernetes Prow Robot
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add cinder max attached volumes (#5089)
parent
b0437516
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/terraform/openstack/README.md
+5
-0
5 additions, 0 deletions
contrib/terraform/openstack/README.md
roles/kubernetes/node/templates/cloud-configs/openstack-cloud-config.j2
+3
-0
3 additions, 0 deletions
...es/node/templates/cloud-configs/openstack-cloud-config.j2
with
8 additions
and
0 deletions
contrib/terraform/openstack/README.md
+
5
−
0
View file @
4dba34bd
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes/node/templates/cloud-configs/openstack-cloud-config.j2
+
3
−
0
View file @
4dba34bd
...
...
@@ -27,6 +27,9 @@ bs-version={{ openstack_blockstorage_version }}
{% if openstack_blockstorage_ignore_volume_az is defined and openstack_blockstorage_ignore_volume_az|bool %}
ignore-volume-az={{ openstack_blockstorage_ignore_volume_az }}
{% endif %}
{% if node_volume_attach_limit is defined and node_volume_attach_limit != "" %}
node-volume-attach-limit="{{ node_volume_attach_limit }}"
{% endif %}
{% if openstack_lbaas_enabled and openstack_lbaas_subnet_id is defined %}
[LoadBalancer]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment