You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/cluster/keytar/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
# Keytar
2
2
3
-
Keytar is an internally used Vitess system for continuous execution of cluster
4
-
tests on Kubernetes/Google Cloud. It monitors docker images on [Docker Hub](https://hub.docker.com). When a new image is uploaded to Docker Hub, Keytar starts a cluster on Google Compute Engine (GKE) and runs Kubernetes applications for the purpose of executing cluster tests. It exposes a simple web status page showing test results.
3
+
Keytar is an internally used Vitess system for continuous execution of cluster tests on Kubernetes/Google Cloud. It monitors docker images on [Docker Hub](https://hub.docker.com). When a new image is uploaded to Docker Hub, Keytar starts a cluster on Google Compute Engine (GKE) and runs Kubernetes applications for the purpose of executing cluster tests. It will then locally run tests against the cluster. It exposes a simple web status page showing test results.
5
4
6
5
## Setup
7
6
8
7
How to set up Keytar for Vitess:
9
8
10
9
* Create service account keys with GKE credentials on the account to run the tests on. Follow [step 1 from the GKE developers page](https://developers.google.com/identity/protocols/application-default-credentials?hl=en_US#howtheywork).
11
10
* Move the generated keyfile to `$VTTOP/test/cluster/keytar/config`.
12
-
* Create or modify the test configuration file (`$VTTOP/test/cluster/keytar/config/vitess_p0_config.yaml`).
11
+
* Create or modify the test configuration file (`$VTTOP/test/cluster/keytar/config/vitess_config.yaml`).
13
12
* Ensure the configuration has the correct values for GKE project name and keyfile:
14
13
```
15
14
cluster_setup:
@@ -20,7 +19,7 @@ How to set up Keytar for Vitess:
0 commit comments