|
@@ -15,10 +15,17 @@ Role Variables
|
|
|
--------------
|
|
|
From this role:
|
|
|
|
|
|
-| Name | Default value | |
|
|
|
-|----------------------------|-----------------------|----------------------------------------------------------|
|
|
|
-| oreg_url | UNDEF (Optional) | Default docker registry to use |
|
|
|
-| oreg_url_node | UNDEF (Optional) | Default docker registry to use, specifically on the node |
|
|
|
+| Name | Default value | |
|
|
|
+|------------------------------|-----------------------|----------------------------------------------------------|
|
|
|
+| openshift_node_start_options | UNDEF (Optional) | Options to pass to node start cmdline |
|
|
|
+| oreg_url | UNDEF (Optional) | Default docker registry to use |
|
|
|
+| oreg_url_node | UNDEF (Optional) | Default docker registry to use, specifically on the node |
|
|
|
+
|
|
|
+openshift_node_start_options can be used for passing any start node option, e.g.:
|
|
|
+
|
|
|
+--enable=kubelet,plugins
|
|
|
+
|
|
|
+Which would have a node running without kube-proxy and dns.
|
|
|
|
|
|
Dependencies
|
|
|
------------
|