Etcd

  • By Canonical Kubernetes
  • Cloud
Channel Revision Published Runs on
latest/stable 760 06 Mar 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 764 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 766 Yesterday
Ubuntu 22.04 Ubuntu 20.04
latest/edge 765 16 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/beta 766 Yesterday
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 765 16 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 760 12 Feb 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/candidate 764 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/beta 760 14 Dec 2023
Ubuntu 22.04 Ubuntu 20.04
1.29/edge 759 25 Oct 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/stable 748 22 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/candidate 742 07 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/beta 748 07 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/edge 752 21 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/stable 742 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/candidate 742 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/beta 736 10 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/edge 737 10 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/stable 728 20 Mar 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/candidate 728 16 Mar 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/beta 720 09 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/edge 720 19 Nov 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/stable 718 30 Sep 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.25/candidate 718 28 Sep 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.25/beta 721 01 Dec 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/edge 708 09 Sep 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.24/stable 701 04 Aug 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.24/candidate 701 01 Aug 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.24/beta 691 03 May 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
1.24/edge 700 22 Jul 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.23/beta 682 22 Mar 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
1.23/edge 680 24 Feb 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
juju deploy etcd
Show information

Platform:

Ubuntu
22.04 20.04
  • alarm-disarm

    Disarm all alarms.

  • alarm-list

    List all alarms.

  • cis-benchmark

    Run the CIS Kubernetes Benchmark against snap-based components.

    Params
    • apply string

      Apply remediations to address benchmark failures. The default, 'none', will not attempt to fix any reported failures. Set to 'conservative' to resolve simple failures. Set to 'dangerous' to attempt to resolve all failures.

      Note: Applying any remediation may result in an unusable cluster.

    • config string

      Archive containing configuration files to use when running kube-bench. The default value is known to be compatible with snap components. When using a custom URL, append '#<hash_type>=<checksum>' to verify the archive integrity when downloaded.

    • release string

      Archive containing the 'kube-bench' binary to run. The default value points to a stable upstream release. When using a custom URL, append '#<hash_type>=<checksum>' to verify the archive integrity when downloaded.

      This may also be set to the special keyword 'upstream'. In this case, the action will compile and use a local kube-bench binary built from the master branch of the upstream repository: https://github.com/aquasecurity/kube-bench

  • compact

    Compact etcd event history.

    Params
    • physical boolean

      Setting to True will cause the compaction process to exit only after all revisions have been physically removed from the database.

    • revision string

      Revision to compact to. Leave blank to compact to the latest revision.

  • debug

    Collect debug data

  • defrag

    Defragment the storage of the local etcd member.

  • health

    Report the health of the cluster.

  • package-client-credentials

    Generate a tarball of the client certificates to connect to the cluster remotely.

  • restore

    Restore an etcd cluster's data from a snapshot tarball.

    Params
    • skip-backup boolean

      Dont backup any existing data, and skip directly to data restoration.

    • target string

      Path on disk to save any pre-existing data.

  • snap-upgrade

    Execute a migration from the apt package to a snap package format.

    Params
    • use-resource boolean

      Default to using the resource (offline environments)

  • snapshot

    Export and compress a backup of the data in the Etcd cluster.

    Params
    • keys-version string

      Version of keys to snapshoot. Allowed values 'v3' or 'v2'.

    • target string

      Location to save the etcd snapshot.