Etcd

  • By Canonical Kubernetes
  • Cloud
Channel Revision Published Runs on
latest/stable 764 21 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 764 15 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/beta 766 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 765 16 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/beta 766 19 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.30/edge 765 16 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/stable 764 21 Apr 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

Learn about configurations >

  • bind_to_all_interfaces | boolean

    Default: True

    The service binds to all network interfaces if true. The service binds only to the first found bind address of each relation if false

  • bind_with_insecure_http | boolean

    The service binds to localhost:4001 with http if true. This exposes an insecure endpoint for the service and is not recommended in production environments.

  • channel | string

    Default: auto

    The snap channel from which to install etcd (e.g. '3.3/stable'), or 'auto' to accept the charm default. Choosing 'auto' will install the latest supported version of etcd at deploy time, but will not automatically upgrade to a newer version thereafter.

  • management_port | int

    Default: 2380

    Port to run the ETCD Management service

  • nagios_context | string

    Default: juju

    Used by the nrpe subordinate charms. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • port | int

    Default: 2379

    Port to run the public ETCD service on

  • snapd_refresh | string

    Default: max

    How often snapd handles updates for installed snaps. Set to an empty string to check 4x per day. Set to "max" (the default) to check once per month based on the charm deployment date. You may also set a custom string as described in the 'refresh.timer' section here: https://forum.snapcraft.io/t/system-options/87

  • tls_cipher_suites | string

    Applies to etcd 3.x+ only. A comma-separated list of cipher suites to use for communication between the client/server and peers. Ciphers are prioritized by the order provided. If empty, the cipher suites will be auto-populated based on Mozilla's "intermediate" cipher list: https://wiki.mozilla.org/Security/Server_Side_TLS