diff options
author | Marcel Wysocki <maci.stgn@gmail.com> | 2016-05-13 15:48:43 +0200 |
---|---|---|
committer | Marcel Wysocki <maci.stgn@gmail.com> | 2016-05-13 15:48:43 +0200 |
commit | c5c58da70f6065805b7a3b84179e87787b345676 (patch) | |
tree | 64a3d9ee0bfc885ce0f2656eeb71f44edda185c2 | |
parent | 4620c608c18f3b0486a95e35c5fc217f9aae6c85 (diff) | |
download | openshift-c5c58da70f6065805b7a3b84179e87787b345676.tar.gz openshift-c5c58da70f6065805b7a3b84179e87787b345676.tar.bz2 openshift-c5c58da70f6065805b7a3b84179e87787b345676.tar.xz openshift-c5c58da70f6065805b7a3b84179e87787b345676.zip |
Update default max-pods parameter
This updates the openshift_node_kubelet_args max-pods parameter from 40 to 110 which is the new number of maximum supported pods per node in OSE 3.2.
The inventory file should reflect this.
-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 f2f436082..3e734c02f 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -359,7 +359,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', ##openshift_hosted_registry_storage_openstack_filesystem=ext4 # Configure node kubelet arguments -#openshift_node_kubelet_args={'max-pods': ['40'], 'image-gc-high-threshold': ['90'], 'image-gc-low-threshold': ['80']} +#openshift_node_kubelet_args={'max-pods': ['110'], 'image-gc-high-threshold': ['90'], 'image-gc-low-threshold': ['80']} # Configure logrotate scripts # See: https://github.com/nickhammond/ansible-logrotate |