Skip to content

Commit 2b1b89a

Browse files
authored
Update best-practices-onboard-deploy.md
title updates
1 parent 41fe0b0 commit 2b1b89a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,18 +274,20 @@ The component name is defined in the NFDV:
274274
275275
## Cleanup considerations
276276

277-
Delete operator resources in the following order to make sure no orphaned resources are left behind:
278-
277+
### Operator Resources
278+
As the first step towards cleaning up a deployed environment, start by deleting operator resources in the following order.
279279
- SNS
280280
- Site
281281
- CGV
282282

283+
Only once these operator resources are succesfully deleted, should a user proceed to delete other environment resources, such as the NAKS cluster.
284+
283285
> [!IMPORTANT]
284-
> Make sure SNS is deleted before you delete the NFDV.
286+
> Deleting resources out of order can result in orphaned resources are left behind.
285287
286-
Delete publisher resources in the following order to make sure no orphaned resources are left behind:
288+
### Publisher Resources
289+
As the first step towards cleaning up an onboarded environment, start by deleting publisher resources in the following.
287290

288-
- CGS
289291
- NSDV
290292
- NSDG
291293
- NFDV
@@ -294,6 +296,10 @@ Delete publisher resources in the following order to make sure no orphaned resou
294296
- Artifact Store
295297
- Publisher
296298

299+
> [!IMPORTANT]
300+
> Deleting resources out of order can result in orphaned resources are left behind.
301+
> Make sure SNS is deleted before you delete the NFDV.
302+
297303
## Considerations if your NF runs cert-manager
298304

299305
> [!IMPORTANT]

0 commit comments

Comments
 (0)