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
- The script treats the provided configuration as the "Desired State."
220
+
- It checks existing Networks, Resources, Routers, and Policies by name.
221
+
- It will **Create** if missing, **Update** if the attributes (address, groups, etc.) differ, and do nothing if the state already matches the config.
222
+
- Renaming a network/resource in the `config.yaml` will result in the creation of a *new* object, leaving the old one as is (it does not automatically delete).
0 commit comments