From f6565135e66071183dc2df519fbb5d5612862808 Mon Sep 17 00:00:00 2001
From: Andrew Butcher <abutcher@redhat.com>
Date: Mon, 4 Jan 2016 09:40:41 -0500
Subject: Add node kubelet args to inventory examples.

---
 inventory/byo/hosts.aep.example | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'inventory/byo/hosts.aep.example')

diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example
index 33d15c89b..e7e7aedfd 100644
--- a/inventory/byo/hosts.aep.example
+++ b/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
-- 
cgit v1.2.3