Skip to content
Snippets Groups Projects

Add Magnum flag for auto-dns install

Closed Diogo Filipe Tomas Guerra requested to merge auto-dns-magnum-flag into cern/stein
All threads resolved!
Files
7
+ 13
0
@@ -309,6 +309,11 @@ the table are linked to more details elsewhere in the user guide.
+---------------------------------------+--------------------+---------------+
| `prometheus_operator_chart_tag`_ | see below | see below |
+---------------------------------------+--------------------+---------------+
| `landb_sync_enabled`_ | - true | false |
| | - false | |
+---------------------------------------+--------------------+---------------+
| `landb_sync_chart_tag`_ | see below | see below |
+---------------------------------------+--------------------+---------------+
| `swarm_strategy`_ | - spread | spread |
| | - binpack | |
| | - random | |
@@ -1284,6 +1289,14 @@ _`prometheus_operator_chart_tag`
on the prometheus-operator-config ConfigMap currently defined. You must
certify that the versions are compatible.
_`landb_sync_enabled`
This allows the user to enable/disable the service responsible for
registering automatically the hostnames defined by the cluster ingress
manifest into the cern landb/DNS.
_`landb_sync_chart_tag`
The cern/landb-sync chart to install.
_`tiller_enabled`
If set to true, tiller will be deployed in the kube-system namespace.
Defaults to false.
Loading