Commit 730b7ef0 authored by urcan's avatar urcan Committed by Lukasz Zajaczkowski

certificate should be created for the virtual kubernetes ip

parent 249a5c9f
...@@ -26,7 +26,7 @@ write_files: ...@@ -26,7 +26,7 @@ write_files:
- path: /srv/salt-overlay/pillar/cluster-params.sls - path: /srv/salt-overlay/pillar/cluster-params.sls
content: | content: |
service_cluster_ip_range: 10.246.0.0/16 service_cluster_ip_range: 10.246.0.0/16
cert_ip: $MASTER_IP cert_ip: 10.246.0.1
enable_cluster_monitoring: none enable_cluster_monitoring: none
enable_cluster_logging: "false" enable_cluster_logging: "false"
enable_cluster_ui: "false" enable_cluster_ui: "false"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment