You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/advanced_functionality/custom_config.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,3 +106,23 @@ commands can be used to add/delete a custom config file to the edgenode. The cus
106
106
107
107
This command links the specified custom config to the host, ensuring that the cloud-init file is applied during the provisioning process.
108
108
Refer :doc:`orch-cli documentation </user_guide/set_up_edge_infra/orch_cli/orch_cli_guide>` for more options to manage host.
109
+
110
+
#. If your cloud-init file triggers package upgrades on the machine, this may result in upgrading the agent version. To prevent unintended agent upgrades, add the
This approach holds the agent packages before executing upgrades, then releases them afterward, ensuring agents are not inadvertently updated during the provisioning process.
0 commit comments