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
Run the test server on port 8080 against your current kubeconfig context:
21
+
```
22
+
KUBECONFIG=~/.kube/config PORT=8080 go run . test-server
23
+
```
24
+
25
+
After starting, start cluster controller with some dummy values and point it to the test server:
26
+
```
27
+
API_KEY=dummy API_URL=http://localhost:8080 CLUSTER_ID=D30A163C-C5DF-4CC8-985C-D1449398295E KUBECONFIG=~/.kube/config LOG_LEVEL=4 LEADER_ELECTION_NAMESPACE=default METRICS_ENABLED=true go run .
0 commit comments