Skip to content

Commit 274577b

Browse files
Merge pull request #287702 from msftadam/patch-30
Update best-practices-onboard-deploy.md
2 parents ea3e3b6 + b17c96a commit 274577b

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
@@ -243,7 +243,7 @@ Consider the following high-availability and disaster recovery requirements:
243243
244244
## Troubleshooting considerations
245245

246-
During installation and upgrade by default, atomic and wait options are set to `true`, and the operation timeout is set to `27 minutes`. During onboarding, we recommend that you set the atomic flag to `false` to prevent the Helm rollback upon failure. The optimal way to accomplish that is in the ARM template of the NF.
246+
During installation and upgrade by default, atomic and wait options are set to `true`, and the operation timeout is set to `27 minutes`. During initial onboarding, only while you are still debugging and developing artifacts, we recommend that you set the atomic flag to `false.` This prevents a helm rollback upon failure and retains any logs or errors which may otherwise be lost. The optimal way to accomplish that is in the ARM template of the NF.
247247

248248
In the ARM template, add the following section:
249249

@@ -269,6 +269,9 @@ The component name is defined in the NFDV:
269269
}
270270
</pre>
271271

272+
> [!IMPORTANT]
273+
> Make sure atomic and wait are set back to `true` after initial onboarding is complete.
274+
272275
## Cleanup considerations
273276

274277
Delete operator resources in the following order to make sure no orphaned resources are left behind:

0 commit comments

Comments
 (0)