Skip to content

Commit ce8f5be

Browse files
authored
using redis (#124)
* using redis Signed-off-by: Michael Kalantar <[email protected]> * spelling Signed-off-by: Michael Kalantar <[email protected]> * minor wordsmithing Signed-off-by: Michael Kalantar <[email protected]> * fix spelling Signed-off-by: Michael Kalantar <[email protected]> * fix link Signed-off-by: Michael Kalantar <[email protected]> --------- Signed-off-by: Michael Kalantar <[email protected]>
1 parent f88c99f commit ce8f5be

File tree

14 files changed

+66
-11
lines changed

14 files changed

+66
-11
lines changed

.github/wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ apis
55
ArgoCD
66
AutoX
77
backend
8+
BadgerDB
89
benchmarking
910
Cha
1011
chaosengine
@@ -25,6 +26,7 @@ Fortio
2526
frontend
2627
GitOps
2728
gRPC
29+
GetClient
2830
GitHub
2931
Grafana
3032
GVR

docs/getting-started/first-abn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Uninstall the Iter8 controller:
166166
If you installed Grafana, you can delete it as follows:
167167

168168
```shell
169-
kubectl delete svc/grafana, deploy/grafana
169+
kubectl delete svc/grafana deploy/grafana
170170
```
171171

172172
***

docs/getting-started/first-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ kubectl delete deploy/httpbin
105105
If you installed Grafana, you can delete it as follows:
106106

107107
```shell
108-
kubectl delete svc/grafana, deploy/grafana
108+
kubectl delete svc/grafana deploy/grafana
109109
```
110110

111111
***

docs/getting-started/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```shell
2-
helm install --repo https://iter8-tools.github.io/iter8 --version 0.18 iter8 controller \
2+
helm upgrade --install --repo https://iter8-tools.github.io/iter8 --version 0.18 iter8 controller \
33
--set clusterScoped=true
44
```
55

docs/tutorials/integrations/kserve-mm/abn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,5 @@ Uninstall Iter8 controller:
200200
If you installed Grafana, you can delete it as follows:
201201

202202
```shell
203-
kubectl delete svc/grafana, deploy/grafana
203+
kubectl delete svc/grafana deploy/grafana
204204
```

docs/tutorials/integrations/kserve/abn-grpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,5 @@ Uninstall Iter8 controller:
212212
If you installed Grafana, you can delete it as follows:
213213

214214
```shell
215-
kubectl delete svc/grafana, deploy/grafana
215+
kubectl delete svc/grafana deploy/grafana
216216
```

docs/tutorials/integrations/kserve/abn-http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ Uninstall Iter8 controller:
199199
If you installed Grafana, you can delete it as follows:
200200

201201
```shell
202-
kubectl delete svc/grafana, deploy/grafana
202+
kubectl delete svc/grafana deploy/grafana
203203
```

docs/tutorials/integrations/kserve/grpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ kubectl delete inferenceservice sklearn-irisv2
108108
If you installed Grafana, you can delete it as follows:
109109

110110
```shell
111-
kubectl delete svc/grafana, deploy/grafana
111+
kubectl delete svc/grafana deploy/grafana
112112
```
113113

114114
??? note "Some variations and extensions of this performance test"

docs/tutorials/integrations/kserve/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ kubectl delete inferenceservice sklearn-irisv2
9797
If you installed Grafana, you can delete it as follows:
9898

9999
```shell
100-
kubectl delete svc/grafana, deploy/grafana
100+
kubectl delete svc/grafana deploy/grafana
101101
```
102102

103103
??? note "Some variations and extensions of this performance test"

docs/tutorials/load-test-grpc-multiple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ kubectl delete deploy/routeguide
9595
If you installed Grafana, you can delete it as follows:
9696

9797
```shell
98-
kubectl delete svc/grafana, deploy/grafana
98+
kubectl delete svc/grafana deploy/grafana
9999
```
100100

101101
??? note "Some variations and extensions of this performance test"

0 commit comments

Comments
 (0)