Przeglądaj źródła

doc: Add system_container examples to inventory

Steve Milner 7 lat temu
rodzic
commit
7b829ec9c3

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

@@ -42,6 +42,17 @@ openshift_release=v3.6
 # This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up.
 #openshift_pkg_version=-3.6.0
 
+# This enables all the system containers except for docker:
+#openshift_use_system_containers=False
+#
+# But you can choose separately each component that must be a
+# system container:
+#
+#openshift_use_openvswitch_system_container=False
+#openshift_use_node_system_container=False
+#openshift_use_master_system_container=False
+#openshift_use_etcd_system_container=False
+
 # Install the openshift examples
 #openshift_install_examples=true
 

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

@@ -42,6 +42,17 @@ openshift_release=v3.6
 # This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up.
 #openshift_pkg_version=-3.6.0
 
+# This enables all the system containers except for docker:
+#openshift_use_system_containers=False
+#
+# But you can choose separately each component that must be a
+# system container:
+#
+#openshift_use_openvswitch_system_container=False
+#openshift_use_node_system_container=False
+#openshift_use_master_system_container=False
+#openshift_use_etcd_system_container=False
+
 # Install the openshift examples
 #openshift_install_examples=true