summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorMarcel Wysocki <mwysocki@redhat.com>2016-05-14 09:08:30 +0200
committerMarcel Wysocki <mwysocki@redhat.com>2016-05-14 09:08:30 +0200
commitcf7cb1518e2f64e17c95eddcfa76dbb456a9308c (patch)
tree8c13cb890f75ea22441daa9f7a751ec093b3047d /inventory
parentc5c58da70f6065805b7a3b84179e87787b345676 (diff)
downloadopenshift-cf7cb1518e2f64e17c95eddcfa76dbb456a9308c.tar.gz
openshift-cf7cb1518e2f64e17c95eddcfa76dbb456a9308c.tar.bz2
openshift-cf7cb1518e2f64e17c95eddcfa76dbb456a9308c.tar.xz
openshift-cf7cb1518e2f64e17c95eddcfa76dbb456a9308c.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.
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.aep.example2
-rw-r--r--inventory/byo/hosts.origin.example2
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example
index 6d03b5da8..7d7be0cee 100644
--- a/inventory/byo/hosts.aep.example
+++ b/inventory/byo/hosts.aep.example
@@ -358,7 +358,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
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 826f5656f..f37f7aec2 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -363,7 +363,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