Przeglądaj źródła

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.
Marcel Wysocki 9 lat temu
rodzic
commit
c5c58da70f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      inventory/byo/hosts.ose.example

+ 1 - 1
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