Skip to content

Commit

Permalink
Merge branch 'main' into generate-foreach-3
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting authored Aug 29, 2024
2 parents a9ba1a0 + d733ea3 commit f9c3119
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/perf-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ quota-backend-bytes: 8589934592

## Prepare etcd access

Depending on your cluster setup, the `KUBECONFIG` variable below is optional. You can choose to use the default path, `$HOME/.kube/config`.
If you are using the default `KUBECONFIG` path, comment out the `export` command below using `#`, and do the same for the ones available
in the `node.sh`, `kwok.sh`, and `deployment.sh` files in this folder.

```sh
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
docker cp k3d-scaling-server-0:/var/lib/rancher/k3s/server/tls/etcd/server-ca.crt ./server-ca.crt
Expand Down Expand Up @@ -102,6 +106,8 @@ make dev-lab-metrics-server dev-lab-prometheus

# Install Kyverno

Visit the [Helm documentation](https://helm.sh/docs/intro/install/) if you don't have Helm installed on your device.

```sh
helm repo add kyverno https://kyverno.github.io/kyverno/
helm repo update
Expand Down

0 comments on commit f9c3119

Please sign in to comment.