We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634b46c commit 8251398Copy full SHA for 8251398
README.md
@@ -79,7 +79,7 @@ All you now need is a Kubernetes cluster where you want to meter data transfer.
79
kind create cluster --config=test/kind-config.yaml
80
```
81
82
-(**Optional**) And if you don't have many workloads running in the cluster, you can install some mock services)
+(**Optional**) And if you don't have many workloads running in the cluster, you can install some mock services:
83
84
helm repo add podinfo https://stefanprodan.github.io/podinfo
85
helm upgrade --install --wait backend --namespace default --set redis.enabled=true podinfo/podinfo
0 commit comments