Crate mz_self_managed_debug

Source
Expand description

Debug tool for self managed environments.

Modulesยง

  • Dumps Docker resources to files.
  • Dumps k8s resources to files.
  • Dumps catalog information to files. We run queries in serial rather than parallel because all queries in the pgwire connection are run in serial anyways. Running the queries in serial also makes cleaning up / aborting queries much easier.
  • utils ๐Ÿ”’

Structsยง

Constantsยง

Staticsยง

Functionsยง

  • create_k8s_client ๐Ÿ”’
    Creates a k8s client given a context. If no context is provided, the default context is used.
  • main ๐Ÿ”’
  • run ๐Ÿ”’