orchard/internal/command
Fedor Korotkov cdf5c5eb00
Simplified bootstrapping of a cluster (#40)
* Simplified bootstrapping of a cluster

Introduced a new convention about a pre-defined `bootstrap-admin` account for `orchard controller run`. Providing `ORCHARD_BOOTSTRAP_ADMIN_TOKEN` will auto-create such user for easier configuration. `bootstrap-admin` can be used for creating other service accounts on the first run and after that can be disposed.

Also change `orchard worker run` to expect controller URL as the only parameter and a bootstrap token passed via an argument instead of using a context that might not be created.

* Missing error check
2023-03-22 23:43:37 +04:00
..
context Simplified bootstrapping of a cluster (#40) 2023-03-22 23:43:37 +04:00
controller Simplified bootstrapping of a cluster (#40) 2023-03-22 23:43:37 +04:00
create Better state syncing and other improvements (#24) 2023-03-01 11:42:16 -05:00
deletecmd Better state syncing and other improvements (#24) 2023-03-01 11:42:16 -05:00
dev Events Entity (#28) 2023-03-13 08:04:17 -04:00
get Introduce service accounts and bootstrap tokens (#22) 2023-02-21 11:34:12 -05:00
list Introduce service accounts and bootstrap tokens (#22) 2023-02-21 11:34:12 -05:00
portforward Port forwarding support (#30) 2023-03-14 11:31:13 -04:00
ssh Introduce "orchard ssh" and "orchard vnc" commands (#36) 2023-03-21 14:58:24 -04:00
stop Better state syncing and other improvements (#24) 2023-03-01 11:42:16 -05:00
vnc Introduce "orchard ssh" and "orchard vnc" commands (#36) 2023-03-21 14:58:24 -04:00
worker Simplified bootstrapping of a cluster (#40) 2023-03-22 23:43:37 +04:00
root.go Introduce "orchard ssh" and "orchard vnc" commands (#36) 2023-03-21 14:58:24 -04:00