Attach
Attach to events store channels command
Attach command allows to display 'events_store' channel content for debugging proposes
kubemqctl events_store attach [flags]
# Attach to all events store channels and output running messages
kubemqctl events_store attach *
# Attach to some-events-store 'events store' channel and output running messages
kubemqctl events_store attach some-events-store
# Attach to some-events-store1 and some-events-store2 'events store' channels and output running messages
kubemqctl events_store attach some-events-store1 some-events-store2
# Attach to some-events-store 'events store' channel and output running messages filter by include regex (some*)
kubemqctl events_store attach some-events -i some*
# Attach to some-events-store 'events store' channel and output running messages filter by exclude regex (not-some*)
kubemqctl events_store attach some-events -e not-some*
-e, --exclude stringArray set (regex) strings to exclude
-h, --help help for attach
-i, --include stringArray set (regex) strings to include
--config string set kubemqctl configuration file (default "./.kubemqctl.yaml")
Last modified 3yr ago