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

etcdctl: use v3 #213

Merged
merged 4 commits into from
Aug 24, 2021
Merged

etcdctl: use v3 #213

merged 4 commits into from
Aug 24, 2021

Commits on Aug 23, 2021

  1. kola/etcd/discovery: set explicit V2 API version

    Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
    Mathieu Tortuyaux committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3f64a99 View commit details
    Browse the repository at this point in the history
  2. kola/test/etcd: use ETCDCTL_API=3

    we currently ship etcdctl/v3 but it defaults to v2 so now we explicit
    require to use v3
    
    Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
    Mathieu Tortuyaux committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    0277ef6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. kola/test/etcd/discover: remove set/check keys

    this check is quite redundant with the other tests - beside it heavily relies
    on V2 HTTP api which is quite painful to maintain accross the various
    version of etcd.
    
    Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
    Mathieu Tortuyaux committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    23e7aea View commit details
    Browse the repository at this point in the history
  2. readme: add ipv4 forwarding requirements

    Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
    Mathieu Tortuyaux committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    b0b22af View commit details
    Browse the repository at this point in the history