Skip to content

Commit 647ce26

Browse files
authored
Merge branch 'main' into patch-2
2 parents b0cc0a9 + 21b0bd2 commit 647ce26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/monitoring/cleanup-ttl-controller-errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Cleanup Controller Errors Count
2+
title: Cleanup TTL Controller Errors Count
33
description: This metric can be used to track the number of errors encountered by the cleanup TTL controller while trying to delete objects.
44
weight: 45
55
---

content/en/docs/writing-policies/tips.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These are some tips and tricks you can use when putting together your Kyverno po
4040
Pattern specifies an overlay-style pattern used to check resources.
4141
```
4242

43-
* Use `kubectl get kyverno -A` to show all the Kyverno Custom Resources present in your cluster. This will return resources such as policies of various types, policy reports, and intermediary resources used internally by Kyverno.
43+
* Use `kubectl get kyverno -A` or `kubectl get crd | grep kyverno` to show all the Kyverno Custom Resources present in your cluster. This will return resources such as policies of various types, policy reports, and intermediary resources used internally by Kyverno.
4444
* When using VS Code, because of the OpenAPIV3 schema Kyverno supports, you can make use of this integration to assist in writing policy by getting field hints and describing elements.
4545
* Make use of the [Kyverno CLI](../kyverno-cli/) to test policies out in advance.
4646
* Organize your policies in a way which is meaningful to you, your organization, and your Kubernetes cluster design keeping in mind how they are processed. Each policy is processed in an idempotent manner while rules within policies are executed serially. When needing to control processing order, put highly-related rules in the same policy and use the `applyRules` field.

0 commit comments

Comments
 (0)