Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(*) rename mulicluster to multizone #1125

Merged
merged 1 commit into from
Nov 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5801,7 +5801,7 @@ spec:
value: /var/run/secrets/kuma.io/tls-cert/tls.crt
- name: KUMA_GENERAL_TLS_KEY_FILE
value: /var/run/secrets/kuma.io/tls-cert/tls.key
- name: KUMA_MULTICLUSTER_REMOTE_GLOBAL_ADDRESS
- name: KUMA_MULTIZONE_REMOTE_GLOBAL_ADDRESS
value: grpcs://192.168.0.1:5685
- name: KUMA_API_SERVER_READ_ONLY
value: "true"
Expand All @@ -5821,19 +5821,19 @@ spec:
value: "false"
- name: KUMA_MODE
value: "remote"
- name: KUMA_MULTICLUSTER_REMOTE_ZONE
- name: KUMA_MULTIZONE_REMOTE_ZONE
value: "zone-1"
- name: KUMA_API_SERVER_HTTPS_TLS_CERT_FILE
value: /var/run/secrets/kuma.io/api-server-tls-cert/tls.crt
- name: KUMA_API_SERVER_HTTPS_TLS_KEY_FILE
value: /var/run/secrets/kuma.io/api-server-tls-cert/tls.key
- name: KUMA_API_SERVER_AUTH_CLIENT_CERTS_DIR
value: /var/run/secrets/kuma.io/api-server-client-certs/
- name: KUMA_MULTICLUSTER_GLOBAL_KDS_TLS_CERT_FILE
- name: KUMA_MULTIZONE_GLOBAL_KDS_TLS_CERT_FILE
value: /var/run/secrets/kuma.io/kds-server-tls-cert/tls.crt
- name: KUMA_MULTICLUSTER_GLOBAL_KDS_TLS_KEY_FILE
- name: KUMA_MULTIZONE_GLOBAL_KDS_TLS_KEY_FILE
value: /var/run/secrets/kuma.io/kds-server-tls-cert/tls.key
- name: KUMA_MULTICLUSTER_REMOTE_KDS_ROOT_CA_FILE
- name: KUMA_MULTIZONE_REMOTE_KDS_ROOT_CA_FILE
value: /var/run/secrets/kuma.io/kds-client-tls-cert/ca.crt
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5801,7 +5801,7 @@ spec:
value: /var/run/secrets/kuma.io/tls-cert/tls.crt
- name: KUMA_GENERAL_TLS_KEY_FILE
value: /var/run/secrets/kuma.io/tls-cert/tls.key
- name: KUMA_MULTICLUSTER_REMOTE_GLOBAL_ADDRESS
- name: KUMA_MULTIZONE_REMOTE_GLOBAL_ADDRESS
value: grpcs://192.168.0.1:5685
- name: KUMA_API_SERVER_READ_ONLY
value: "true"
Expand All @@ -5821,7 +5821,7 @@ spec:
value: "false"
- name: KUMA_MODE
value: "remote"
- name: KUMA_MULTICLUSTER_REMOTE_ZONE
- name: KUMA_MULTIZONE_REMOTE_ZONE
value: "zone-1"
args:
- run
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6464,7 +6464,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTICLUSTER_GLOBAL_KDS_REFRESH_INTERVAL",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTIZONE_GLOBAL_KDS_REFRESH_INTERVAL",
"fieldConfig": {
"defaults": {
"custom": {}
Expand Down Expand Up @@ -6903,7 +6903,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTICLUSTER_REMOTE_KDS_REFRESH_INTERVAL",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTIZONE_REMOTE_KDS_REFRESH_INTERVAL",
"fieldConfig": {
"defaults": {
"custom": {}
Expand Down Expand Up @@ -9375,4 +9375,4 @@ spec:
persistentVolumeClaim:
claimName: prometheus-server
- name: kuma-prometheus-sd-volume
emptyDir: {}
emptyDir: {}
Original file line number Diff line number Diff line change
Expand Up @@ -6464,7 +6464,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTICLUSTER_GLOBAL_KDS_REFRESH_INTERVAL",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTIZONE_GLOBAL_KDS_REFRESH_INTERVAL",
"fieldConfig": {
"defaults": {
"custom": {}
Expand Down Expand Up @@ -6903,7 +6903,7 @@ data:
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTICLUSTER_REMOTE_KDS_REFRESH_INTERVAL",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTIZONE_REMOTE_KDS_REFRESH_INTERVAL",
"fieldConfig": {
"defaults": {
"custom": {}
Expand Down Expand Up @@ -9375,4 +9375,4 @@ spec:
persistentVolumeClaim:
claimName: prometheus-server
- name: kuma-prometheus-sd-volume
emptyDir: {}
emptyDir: {}
6 changes: 3 additions & 3 deletions app/kumactl/data/install/k8s/metrics/grafana/kuma-cp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2352,7 +2352,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTICLUSTER_GLOBAL_KDS_REFRESH_INTERVAL",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTIZONE_GLOBAL_KDS_REFRESH_INTERVAL",
"fieldConfig": {
"defaults": {
"custom": {}
Expand Down Expand Up @@ -2791,7 +2791,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTICLUSTER_REMOTE_KDS_REFRESH_INTERVAL",
"description": "Number of KDS config generations per second. Config is sent only when it's different than previously generated. The value should be the number of connected control planes * KUMA_MULTIZONE_REMOTE_KDS_REFRESH_INTERVAL",
"fieldConfig": {
"defaults": {
"custom": {}
Expand Down Expand Up @@ -4187,4 +4187,4 @@
"title": "Kuma CP",
"uid": "z6C1v-NGk",
"version": 1
}
}
Loading