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

etcd: compatibility with check mode #470

Merged
merged 5 commits into from
Sep 14, 2023
Merged

etcd: compatibility with check mode #470

merged 5 commits into from
Sep 14, 2023

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    24394f0 View commit details
    Browse the repository at this point in the history
  2. etcd check_mode

    vitabaks authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    90b1c6a View commit details
    Browse the repository at this point in the history
  3. Add ETCDCTL_API: "3"

    vitabaks authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7f49ef6 View commit details
    Browse the repository at this point in the history
  4. etcd: expect 'is healthy' status in stdout or in stderr

    In certain scenarios (for example the old etcd version), even when a command executes without errors (.rc=0), the output may reside in stderr instead of stdout. Now we accommodate for 'is healthy' in either output stream.
    vitabaks authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f5efcd1 View commit details
    Browse the repository at this point in the history
  5. fix trailing spaces

    vitabaks authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e4c944e View commit details
    Browse the repository at this point in the history