소스 검색

Add node kubelet args to inventory examples.

Andrew Butcher 9 년 전
부모
커밋
f6565135e6
3개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      inventory/byo/hosts.aep.example
  2. 3 0
      inventory/byo/hosts.origin.example
  3. 3 0
      inventory/byo/hosts.ose.example

+ 3 - 0
inventory/byo/hosts.aep.example

@@ -171,6 +171,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # Configure dnsIP in the node config
 #openshift_dns_ip=172.30.0.1
 
+# Configure node kubelet arguments
+#openshift_node_kubelet_args={'max-pods': ['40'], 'image-gc-high-threshold': ['90'], 'image-gc-low-threshold': ['80']}
+
 # host group for masters
 [masters]
 aep3-master[1:3]-ansible.test.example.com

+ 3 - 0
inventory/byo/hosts.origin.example

@@ -181,6 +181,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 #openshift_nfs_registry_volume=regvol
 #openshift_nfs_export_options='*(rw,sync,all_squash)'
 
+# Configure node kubelet arguments
+#openshift_node_kubelet_args={'max-pods': ['40'], 'image-gc-high-threshold': ['90'], 'image-gc-low-threshold': ['80']}
+
 # host group for masters
 [masters]
 ose3-master[1:3]-ansible.test.example.com

+ 3 - 0
inventory/byo/hosts.ose.example

@@ -171,6 +171,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # Configure dnsIP in the node config
 #openshift_dns_ip=172.30.0.1
 
+# Configure node kubelet arguments
+#openshift_node_kubelet_args={'max-pods': ['40'], 'image-gc-high-threshold': ['90'], 'image-gc-low-threshold': ['80']}
+
 # host group for masters
 [masters]
 ose3-master[1:3]-ansible.test.example.com