Skip to content

Commit 5f57f00

Browse files
authored
Update best-practices-onboard-deploy.md
1 parent 064e1a3 commit 5f57f00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/operator-service-manager/best-practices-onboard-deploy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,10 @@ Delete publisher resources in the following order to make sure no orphaned resou
293293

294294
## Considerations if your NF runs cert-manager
295295

296-
With release 1.0.2728-50 and later , AOSM now uses cert-manager to store and rotate certificates. As part of this change, AOSM deploys a cert-manager operator, and associate CRDs, in the azurehybridnetwork namespace. Since having multiple cert-manager operators, even deployed in separate namespaces, will watch across all namespaces, only one cert-manager can be effectively run on the cluster.
296+
> [!IMPORTANT]
297+
> This guidance applies only to certain releases. Check your version for proper behavior.
298+
299+
From release 1.0.2728-50 to release Version 2.0.2777-132, AOSM uses cert-manager to store and rotate certificates. As part of this change, AOSM deploys a cert-manager operator, and associate CRDs, in the azurehybridnetwork namespace. Since having multiple cert-manager operators, even deployed in separate namespaces, will watch across all namespaces, only one cert-manager can be effectively run on the cluster.
297300

298301
Any user trying to install cert-manager on the cluster, as part of a workload deployment, will get a deployment failure with an error that the CRD “exists and cannot be imported into the current release.” To avoid this error, the recommendation is to skip installing cert-manager, instead take dependency on cert-manager operator and CRD already installed by AOSM.
299302

0 commit comments

Comments
 (0)