Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

k8sd cluster-recover: add non-interactive mode #662

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. k8sd cluster-recover: add non-interactive mode

    At the moment, the "k8sd cluster-recover" displays interactive
    prompts and text editors that assist the user in updating the dqlite
    configuration.
    
    We need to be able to run the command non-interactively in order
    to automate the cluster recovery procedure.
    
    This change adds a "--non-interactive" flag. If set, we'll no longer
    show confirmation prompts and we'll assume that the configuration
    files have already been updated, proceeding with the dqlite recovery.
    petrutlucian94 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1c85b31 View commit details
    Browse the repository at this point in the history