This website works better with JavaScript
首頁
探索
說明
註冊
登入
shixiong
/
okd
關註
1
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
7fa2d035c9
分支列表
標籤列表
master
okd
/
roles
/
openshift_hosted_logging
/
README.md
README.md
627 B
文件歷史
原始文件
###Required vars:
openshift_hosted_logging_hostname: kibana.example.com
openshift_hosted_logging_elasticsearch_cluster_size: 1
openshift_hosted_logging_master_public_url:
https://localhost:8443
###Optional vars:
openshift_hosted_logging_secret_vars: (defaults to nothing=/dev/null) kibana.crt=/etc/origin/master/ca.crt kibana.key=/etc/origin/master/ca.key ca.crt=/etc/origin/master/ca.crt ca.key=/etc/origin/master/ca.key
openshift_hosted_logging_fluentd_replicas: (defaults to 1) 3
openshift_hosted_logging_cleanup: (defaults to no) Set this to 'yes' in order to cleanup logging components instead of deploying.