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: Development.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Modes and CLI behavior
90
90
- Unsupported in standalone: `Application`, `Component`, and `VirtualMachineSpec`. These higher-level constructs require the controller and DB.
91
91
- Supported in standalone: direct CloudStack resource kinds such as `VirtualMachine`, `Network`, `Volume`, `SSHKey`, `SecurityGroup`, `AffinityGroup`, and `UserData` (subject to SDK coverage).
92
92
93
-
- Default behavior (cluster mode): when `-s` is not specified the CLI assumes cluster mode and operations are intended to be persisted to the database and reconciled by the controller. Resources are managed via the database/controller.
93
+
- Default behavior (controller mode): when `-s` is not specified the CLI assumes controller mode and operations are intended to be persisted to the database and reconciled by the controller. Resources are managed via the database/controller.
94
94
95
95
Examples:
96
96
@@ -108,7 +108,7 @@ Examples:
108
108
CLI flags: `--all / -A`
109
109
------------------------
110
110
111
-
Two commands support an `--all` (short `-A`) flag in cluster mode to query CloudStack directly rather than the controller DB:
111
+
Two commands support an `--all` (short `-A`) flag in controller mode to query CloudStack directly rather than the controller DB:
112
112
113
113
-`get VirtualMachine -A` — list all VMs from CloudStack (including unmanaged VMs); without `-A` the controller returns only VMs persisted in the DB (managed by cloudstackctl).
114
114
-`describe <Kind> <name> -A` — describe the named resource by querying CloudStack directly rather than using controller-managed state.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ spec:
203
203
Usage notes:
204
204
205
205
- To run the CLI in standalone mode (no DB/controller): `./cloudstackctl -s get VirtualMachine` or `./cloudstackctl -s apply -f vm.yaml`.
206
-
- To run in cluster mode (default), ensure the controller and Postgres are running; `apply` will send resources to the controller which persists them to the DB and reconciles via CloudStack.
206
+
- To run in controller mode (default), ensure the controller and Postgres are running; `apply` will send resources to the controller which persists them to the DB and reconciles via CloudStack.
0 commit comments