diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-08-30 13:30:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 13:30:39 -0400 |
commit | c4897a30e945b651d3a447705a54391d309c4ecb (patch) | |
tree | 7ab7a4c80eff8ec1327ede69a9a22905cb5adf90 /inventory/byo/hosts.ose.example | |
parent | be4e0f976f313b4a6401fdd13d8e782c51e44289 (diff) | |
parent | efa94c82d7ee44a0cb095c68af3fc32f29480413 (diff) | |
download | openshift-c4897a30e945b651d3a447705a54391d309c4ecb.tar.gz openshift-c4897a30e945b651d3a447705a54391d309c4ecb.tar.bz2 openshift-c4897a30e945b651d3a447705a54391d309c4ecb.tar.xz openshift-c4897a30e945b651d3a447705a54391d309c4ecb.zip |
Merge pull request #2381 from jeremyeder/pods_per_core
update example inventory files with new pods-per-core flag
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 8899c1769..ff8925eab 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -465,7 +465,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #openshift_dns_ip=172.30.0.1 # Configure node kubelet arguments -#openshift_node_kubelet_args={'max-pods': ['110'], 'image-gc-high-threshold': ['90'], 'image-gc-low-threshold': ['80']} +#openshift_node_kubelet_args={'pods-per-core': ['10'], 'max-pods': ['250'], 'image-gc-high-threshold': ['90'], 'image-gc-low-threshold': ['80']} # Configure logrotate scripts # See: https://github.com/nickhammond/ansible-logrotate |