-
Notifications
You must be signed in to change notification settings - Fork 259
Expand file tree
/
Copy pathbcs-k8s-watch.json.template
More file actions
48 lines (48 loc) · 1.52 KB
/
bcs-k8s-watch.json.template
File metadata and controls
48 lines (48 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"default": {
"clusterID": "${clusterId}",
"hostIP": "${localIp}"
},
"watch_resource": {
"namespace": "${watchNamespace}",
"disable_netservice": ${watchDisableNetService},
"disable_crd": ${watchDisableCrd},
"label_selectors": ${watchLabelSelectors}
},
"bcs": {
"zk": "${bcsZkHost}",
"tls": {
"ca-file": "${caFile}",
"cert-file": "${clientCertFile}",
"key-file": "${clientKeyFile}",
"password": "${clientKeyPassword}"
},
"is-external": ${kubeWatchExternal},
"netservice-zookeepers": "${customNetServiceZK}",
"custom-storage-endpoints": "${customStorage}",
"custom-storage-endpoints-token": "${customStorageToken}",
"custom-netservice-endpoints": "${customNetService}",
"writerQueueLen": ${writerQueueLen},
"podQueueNum": ${podQueueNum}
},
"k8s": {
"kubeconfig": "${kubeconfig}",
"master": "${kubeMaster}",
"tls": {
"ca-file": "",
"cert-file": "",
"key-file": ""
}
},
"address": "${localIp}",
"port": ${bcsK8sWatchPort},
"metric_port": ${bcsK8sWatchMetricPort},
"ca_file": "${caFile}",
"server_cert_file": "${serverCertFile}",
"server_key_file": "${serverKeyFile}",
"debug_mode": ${bcsK8sWatchDebug},
"log_dir": "${log_dir}",
"alsologtostderr": ${alsotostderr},
"v": ${log_level},
"filterConfigPath": "/data/bcs/bcs-k8s-watch/filter.json"
}