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
For operational maintenance and introspection, airlock should grow some CLI subcommands.
Those are mostly meant for human consumption, in order to inspect state in etcd3 and act on it.
The idea is that the administrator can kubectl exec into the container and run maintenance commands there. Those commands requires access to the configuration, which is already available inside the container.
Here below is an initial list of tasks I'd like to be able to perform via CLI.
lock a reboot slot (by group+uuid)
unlock a reboot slot (by group+uuid)
show current slots usage (optionally, filtered by group)
list configured groups and their configured slots (optionally, filtered by group)
The text was updated successfully, but these errors were encountered:
For operational maintenance and introspection, airlock should grow some CLI subcommands.
Those are mostly meant for human consumption, in order to inspect state in etcd3 and act on it.
The idea is that the administrator can
kubectl exec
into the container and run maintenance commands there. Those commands requires access to the configuration, which is already available inside the container.Here below is an initial list of tasks I'd like to be able to perform via CLI.
The text was updated successfully, but these errors were encountered: