miren debug etcdctl
Run etcdctl against Miren's embedded etcd
Place Miren's -n/--namespace and --socket flags before the etcdctl arguments. Once the etcdctl arguments begin, all remaining flags are passed through to etcdctl unchanged.
Usage
miren debug etcdctl [args...] [flags]
Flags
--namespace, -n— containerd namespace (default:miren)--socket— path to containerd socket
Global Options
--options— Path to file containing options--server-address— Server address to connect to (default:127.0.0.1:8443)--verbose, -v— Enable verbose output
Examples
Show endpoint status:
miren debug etcdctl endpoint status --write-out=table
List every key:
miren debug etcdctl get / --prefix --keys-only