From 1571b2bee9271a6e47a7b659866ab9c21a52f805 Mon Sep 17 00:00:00 2001 From: yairst Date: Thu, 25 Apr 2024 08:24:39 +0300 Subject: [PATCH] Fix typo in k8s example readme --- examples/kubernetes/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/kubernetes/README.md b/examples/kubernetes/README.md index a398d7cb..6c22742f 100644 --- a/examples/kubernetes/README.md +++ b/examples/kubernetes/README.md @@ -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 @@ -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, @@ -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.