diff --git a/docs/operator-manual/upgrading/2.14-3.0.md b/docs/operator-manual/upgrading/2.14-3.0.md index 1c48c814ef69d..66c5cfcf08b84 100644 --- a/docs/operator-manual/upgrading/2.14-3.0.md +++ b/docs/operator-manual/upgrading/2.14-3.0.md @@ -29,11 +29,11 @@ Argo CD manifest now contains a default configuration for `resource.exclusions` are known to be created by controller and not usually managed in Git. The exclusions contains high volume and high churn objects which we exclude for performance reasons, reducing connections and load to the K8s API servers of managed clusters. -The excluded Kind are: +The excluded Kinds are: - **Kubernetes Resources**: `Endpoints`, `EndpointSlice`, `APIService`, `Lease`, `SelfSubjectReview`, `TokenReview`, `LocalSubjectAccessReview`, `SelfSubjectAccessReview`, `SelfSubjectRulesReview`, `SubjectAccessReview`, `CertificateSigningRequest`, `PolicyReport` and `ClusterPolicyReport`. - **Cert Manager**: `CertificateRequest`. -- **Kynerno**: `EphemeralReport`, `ClusterEphemeralReport`, `AdmissionReport`, `ClusterAdmissionReport`, `BackgroundScanReport`, `ClusterBackgroundScanReport` and `UpdateRequest`. +- **Kyverno**: `EphemeralReport`, `ClusterEphemeralReport`, `AdmissionReport`, `ClusterAdmissionReport`, `BackgroundScanReport`, `ClusterBackgroundScanReport` and `UpdateRequest`. - **Cilium**: `CiliumIdentity`, `CiliumEndpoint` and `CiliumEndpointSlice`. The default `resource.exclusions` can be overridden or removed in the configMap to preserve the v2 behavior.