📝 Add Kyverno install chapter

This commit is contained in:
Ludovic Piot
2025-06-12 21:50:42 +02:00
parent 4d3bc06e30
commit eee44979c5
2 changed files with 17 additions and 4 deletions

View File

@@ -10,10 +10,6 @@ spec:
resources:
namespaces:
- flux-system
- ingress-nginx
- kyverno
- monitoring
- openebs
match:
resources:
kinds:
@@ -29,6 +25,10 @@ spec:
resources:
namespaces:
- flux-system
- ingress-nginx
- kyverno
- monitoring
- openebs
match:
resources:
kinds:
@@ -50,6 +50,10 @@ spec:
resources:
namespaces:
- flux-system
- ingress-nginx
- kyverno
- monitoring
- openebs
match:
resources:
kinds:

View File

@@ -109,6 +109,15 @@ class: pic
![Running Mario](images/M6-running-Mario.gif)
---
### Debugging
`Kyverno-policies` `Kustomization` failed because `spec.dependsOn` property can only target a resource from the same `Kind`.
- Let's suppress the `spec.dependsOn` property.
Now `Kustomizations` for **_🎸ROCKY_** and **_🎬MOVY_** tenants failed because of our policies.
---