Skip to content

Commit

Permalink
Merge pull request #1162 from yairst/fix-typo-in-k8s-example-readme
Browse files Browse the repository at this point in the history
Fix typo in k8s example readme
  • Loading branch information
metalmatze authored Apr 26, 2024
2 parents 9a29e9b + 1571b2b commit 12b2069
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ You can double-check how things are doing by running `kubectl get pods -n monito
From the root of this repository run the following commands to deploy Pyrra:

```bash
kubectl apply --server-side -f ./example/kubernetes/manifests/setup
kubectl apply --server-side -f ./example/kubernetes/manifests
kubectl apply --server-side -f ./examples/kubernetes/manifests/setup
kubectl apply --server-side -f ./examples/kubernetes/manifests
```

## Deploying SLO examples
Expand All @@ -48,7 +48,7 @@ Pyrra ships with some example SLOs for the Kubernetes apiserver and kubelet.

You can deploy them in the same way:
```bash
kubectl apply --server-side -f ./example/kubernetes/manifests/slos
kubectl apply --server-side -f ./examples/kubernetes/manifests/slos
```

Pyrra is going to see the added SLOs and generate PrometheusRule files,
Expand Down Expand Up @@ -87,7 +87,7 @@ https://cert-manager.io/docs/installation/kubectl/

After a successful cert-manager installation proceed to deploying the adjusted YAML of Pyrra itself.
```bash
kubectl apply --server-side -f ./example/kubernetes/manifests-webhook
kubectl apply --server-side -f ./examples/kubernetes/manifests-webhook
```
This will deploy an updated Pyrra API Deployment, a ValidatingWebhookConfiguration, a cert-manager Certificate, and a cert-manager Issuer.

Expand Down

0 comments on commit 12b2069

Please sign in to comment.