1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

correct typo in README for Kyverno 1.10+ (#8911)

Signed-off-by: Peter Jakubis <balonik32@gmail.com>
Co-authored-by: treydock <tdockendorf@osc.edu>
This commit is contained in:
Peter Jakubis 2023-11-16 11:45:05 +01:00 committed by GitHub
parent 871d8ed3ca
commit bed463214e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -756,7 +756,7 @@ Please consult the [values.yaml](./values.yaml) file before overriding `config.r
Running a highly-available Kyverno installation is crucial in a production environment. Running a highly-available Kyverno installation is crucial in a production environment.
In order to run Kyverno in high availability mode, you should set `replicaCount` to `3` or more. In order to run Kyverno in high availability mode, you should set `replicas` to `3` or more for desired components.
You should also pay attention to anti affinity rules, spreading pods across nodes and availability zones. You should also pay attention to anti affinity rules, spreading pods across nodes and availability zones.
Please see https://kyverno.io/docs/installation/#security-vs-operability for more informations. Please see https://kyverno.io/docs/installation/#security-vs-operability for more informations.

View file

@ -390,7 +390,7 @@ Please consult the [values.yaml](./values.yaml) file before overriding `config.r
Running a highly-available Kyverno installation is crucial in a production environment. Running a highly-available Kyverno installation is crucial in a production environment.
In order to run Kyverno in high availability mode, you should set `replicaCount` to `3` or more. In order to run Kyverno in high availability mode, you should set `replicas` to `3` or more for desired components.
You should also pay attention to anti affinity rules, spreading pods across nodes and availability zones. You should also pay attention to anti affinity rules, spreading pods across nodes and availability zones.
Please see https://kyverno.io/docs/installation/#security-vs-operability for more informations. Please see https://kyverno.io/docs/installation/#security-vs-operability for more informations.