mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Enabled Addons for Openstack kube-up provider.
Hard-coded the enabling of the common addons: - logging - kube-dashboard - monitoring Will make it configureable in a subsequent PR. Also need to enable configuration of basic_auth.csv
This commit is contained in:
parent
4773808767
commit
d28fd393cf
@ -36,10 +36,10 @@ write_files:
|
||||
content: |
|
||||
service_cluster_ip_range: 10.246.0.0/16
|
||||
cert_ip: 10.246.0.1
|
||||
enable_cluster_monitoring: none
|
||||
enable_cluster_logging: "false"
|
||||
enable_cluster_ui: "false"
|
||||
enable_node_logging: "false"
|
||||
enable_cluster_monitoring: influxdb
|
||||
enable_cluster_logging: "true"
|
||||
enable_cluster_ui: "true"
|
||||
enable_node_logging: "true"
|
||||
logging_destination: elasticsearch
|
||||
elasticsearch_replicas: "1"
|
||||
enable_cluster_dns: "true"
|
||||
|
Loading…
Reference in New Issue
Block a user