Etcd
- Canonical Kubernetes
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 770 | 04 Sep 2024 | |
latest/stable | 718 | 30 Sep 2022 | |
latest/stable | 691 | 05 May 2022 | |
latest/stable | 655 | 16 Dec 2021 | |
latest/candidate | 764 | 15 Apr 2024 | |
latest/candidate | 718 | 28 Sep 2022 | |
latest/candidate | 681 | 11 Mar 2022 | |
latest/candidate | 634 | 26 Oct 2021 | |
latest/beta | 770 | 14 Aug 2024 | |
latest/beta | 706 | 01 Sep 2022 | |
latest/beta | 688 | 26 Apr 2022 | |
latest/beta | 655 | 15 Dec 2021 | |
latest/edge | 772 | 08 Nov 2024 | |
latest/edge | 719 | 19 Oct 2022 | |
latest/edge | 699 | 02 Jul 2022 | |
latest/edge | 668 | 03 Feb 2022 | |
1.32/edge | 772 | 08 Nov 2024 | |
1.31/stable | 770 | 04 Sep 2024 | |
1.31/beta | 770 | 13 Aug 2024 | |
1.31/edge | 771 | 21 Aug 2024 | |
1.30/stable | 766 | 11 Jul 2024 | |
1.30/beta | 766 | 19 Apr 2024 | |
1.30/edge | 768 | 26 Jul 2024 | |
1.29/stable | 764 | 21 Apr 2024 | |
1.29/candidate | 764 | 15 Apr 2024 | |
1.29/beta | 760 | 14 Dec 2023 | |
1.29/edge | 759 | 25 Oct 2023 | |
1.28/stable | 748 | 22 Aug 2023 | |
1.28/candidate | 742 | 07 Jun 2023 | |
1.28/beta | 748 | 07 Aug 2023 | |
1.28/edge | 752 | 21 Aug 2023 | |
1.27/stable | 742 | 12 Jun 2023 | |
1.27/candidate | 742 | 12 Jun 2023 | |
1.27/beta | 736 | 10 Apr 2023 | |
1.27/edge | 737 | 10 Apr 2023 | |
1.26/stable | 728 | 20 Mar 2023 | |
1.26/candidate | 728 | 16 Mar 2023 | |
1.26/beta | 720 | 09 Apr 2023 | |
1.26/edge | 720 | 19 Nov 2022 | |
1.26/edge | 719 | 19 Oct 2022 | |
1.25/stable | 718 | 30 Sep 2022 | |
1.25/candidate | 718 | 28 Sep 2022 | |
1.25/beta | 721 | 01 Dec 2022 | |
1.25/beta | 706 | 01 Sep 2022 | |
1.25/edge | 708 | 09 Sep 2022 | |
1.24/stable | 701 | 04 Aug 2022 | |
1.24/stable | 691 | 05 May 2022 | |
1.24/candidate | 701 | 01 Aug 2022 | |
1.24/beta | 691 | 03 May 2022 | |
1.24/edge | 700 | 22 Jul 2022 | |
1.24/edge | 699 | 02 Jul 2022 | |
1.23/beta | 682 | 22 Mar 2022 | |
1.23/edge | 680 | 24 Feb 2022 |
juju deploy etcd
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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.