arkime / aws-aio

Apache License 2.0
8 stars 3 forks source link

`cluster-create` should pull existing config if directory doesn't exist #136

Open chelma opened 11 months ago

chelma commented 11 months ago

Description

If the user calls cluster-create on an existing cluster but has deleted their local config directory or otherwise doesn't have it in the local directory tree, the code will create the config directory with default configuration rather than what is currently deployed.

Blocked By

Acceptance Criteria