Downloads:
33,782
Downloads of v 3.2.8:
413
Last Update:
02 Oct 2017
Package Maintainer(s):
Software Author(s):
- CoreOS
Tags:
etcd configuration admin- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
etcd (Install)
This is not the latest version of etcd (Install) available.
- 1
- 2
- 3
3.2.8 | Updated: 02 Oct 2017
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
33,782
Downloads of v 3.2.8:
413
Maintainer(s):
Software Author(s):
- CoreOS
etcd (Install) 3.2.8
This is not the latest version of etcd (Install) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by CoreOS. The inclusion of CoreOS trademark(s), if any, upon this webpage is solely to identify CoreOS goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install etcd (Install), run the following command from the command line or from PowerShell:
To upgrade etcd (Install), run the following command from the command line or from PowerShell:
To uninstall etcd (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download etcd --internalize --version=3.2.8 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade etcd -y --source="'INTERNAL REPO URL'" --version="'3.2.8'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade etcd -y --source="'INTERNAL REPO URL'" --version="'3.2.8'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install etcd
win_chocolatey:
name: etcd
version: '3.2.8'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'etcd' do
action :install
source 'INTERNAL REPO URL'
version '3.2.8'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller etcd
{
Name = "etcd"
Version = "3.2.8"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'etcd':
ensure => '3.2.8',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 02 Oct 2017.
etcd is a distributed, consistent key-value store for shared configuration and service discovery, with a focus on being:
* Simple: curl'able user facing API (HTTP+JSON)
* Secure: optional SSL client cert authentication
* Fast: benchmarked 1000s of writes/s per instance
* Reliable: properly distributed using Raft
etcd is written in Go and uses the Raft consensus algorithm to manage a highly-available replicated log.
This package installs etcd as a service, and makes etcdctl.exe available in the path.
The package will pass package parameters to the etcd service.
Example: choco install etcd -y --params="-discovery https://discovery.etcd.io/tokengoeshere"
The service is managed with NSSM, you can change the service parameters easily by running nssm edit etcd
Originally packaged by Robert Labrie (https://github.com/tnwinc/chocolatey-etcd)
# remove the service if it exists
if ((Get-Service | Where-Object { $_.Name -eq "etcd" }).length) {
Get-Service etcd | Stop-Service
&nssm remove etcd confirm
}
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Remove-Item C:\ProgramData\etcd -Recurse -Force
Remove-Item "$toolsDir\etcdctl.exe"
Log in or click on link to see number of positives.
- etcd.3.2.8.nupkg (fc4af15d1261) - ## / 61
- etcd-v3.2.8-windows-amd64.zip (19f697982a8a) - ## / 62
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
etcd (Install) 3.6.0-alpha0 | 255 | Monday, February 28, 2022 | Approved | |
etcd (Install) 3.5.17 | 9 | Tuesday, November 12, 2024 | Approved | |
etcd (Install) 3.5.16 | 61 | Wednesday, September 11, 2024 | Approved | |
etcd (Install) 3.5.15 | 60 | Saturday, July 20, 2024 | Approved | |
etcd (Install) 3.5.14 | 63 | Thursday, May 30, 2024 | Approved | |
etcd (Install) 3.5.13 | 77 | Saturday, March 30, 2024 | Approved | |
etcd (Install) 3.5.12 | 85 | Wednesday, January 31, 2024 | Approved | |
etcd (Install) 3.5.11 | 70 | Thursday, December 7, 2023 | Approved | |
etcd (Install) 3.5.10 | 90 | Friday, October 27, 2023 | Approved | |
etcd (Install) 3.5.9 | 201 | Thursday, May 11, 2023 | Approved | |
etcd (Install) 3.5.8 | 114 | Thursday, April 13, 2023 | Approved | |
etcd (Install) 3.5.7 | 148 | Friday, January 20, 2023 | Approved | |
etcd (Install) 3.5.6 | 93 | Friday, December 16, 2022 | Approved | |
etcd (Install) 3.5.5 | 175 | Thursday, September 15, 2022 | Approved | |
etcd (Install) 3.5.4 | 174 | Sunday, April 24, 2022 | Approved | |
etcd (Install) 3.5.3 | 102 | Thursday, April 14, 2022 | Approved | |
etcd (Install) 3.5.2 | 160 | Tuesday, February 1, 2022 | Approved | |
etcd (Install) 3.5.1 | 322 | Friday, October 15, 2021 | Approved | |
etcd (Install) 3.5.0 | 249 | Wednesday, June 16, 2021 | Approved | |
etcd (Install) 3.5.0-rc1 | 118 | Thursday, June 10, 2021 | Approved | |
etcd (Install) 3.5.0-rc0 | 134 | Friday, June 4, 2021 | Approved | |
etcd (Install) 3.5.0-beta4 | 109 | Wednesday, May 26, 2021 | Approved | |
etcd (Install) 3.5.0-beta3 | 102 | Tuesday, May 18, 2021 | Approved | |
etcd (Install) 3.5.0-beta1 | 107 | Tuesday, May 18, 2021 | Approved | |
etcd (Install) 3.5.0-alpha0 | 133 | Thursday, February 25, 2021 | Approved | |
etcd (Install) 3.4.35 | 8 | Tuesday, November 12, 2024 | Approved | |
etcd (Install) 3.4.34 | 19 | Thursday, September 12, 2024 | Approved | |
etcd (Install) 3.4.33 | 23 | Thursday, June 13, 2024 | Approved | |
etcd (Install) 3.4.32 | 37 | Friday, April 26, 2024 | Approved | |
etcd (Install) 3.4.31 | 36 | Wednesday, March 20, 2024 | Approved | |
etcd (Install) 3.4.30 | 39 | Wednesday, January 31, 2024 | Approved | |
etcd (Install) 3.4.29 | 38 | Tuesday, January 9, 2024 | Approved | |
etcd (Install) 3.4.28 | 41 | Thursday, November 23, 2023 | Approved | |
etcd (Install) 3.4.27 | 61 | Tuesday, July 11, 2023 | Approved | |
etcd (Install) 3.4.26 | 52 | Friday, May 12, 2023 | Approved | |
etcd (Install) 3.4.25 | 52 | Friday, April 14, 2023 | Approved | |
etcd (Install) 3.4.24 | 75 | Thursday, February 16, 2023 | Approved | |
etcd (Install) 3.4.23 | 63 | Wednesday, December 21, 2022 | Approved | |
etcd (Install) 3.4.22 | 63 | Friday, December 16, 2022 | Approved | |
etcd (Install) 3.4.21 | 72 | Thursday, September 15, 2022 | Approved | |
etcd (Install) 3.4.20 | 89 | Saturday, August 6, 2022 | Approved | |
etcd (Install) 3.4.19 | 76 | Tuesday, July 12, 2022 | Approved | |
etcd (Install) 3.4.18 | 89 | Friday, October 15, 2021 | Approved | |
etcd (Install) 3.4.17 | 92 | Monday, October 4, 2021 | Approved | |
etcd (Install) 3.4.16 | 155 | Wednesday, May 12, 2021 | Approved | |
etcd (Install) 3.4.15 | 176 | Saturday, February 27, 2021 | Approved | |
etcd (Install) 3.4.14 | 244 | Thursday, November 26, 2020 | Approved | |
etcd (Install) 3.4.12 | 275 | Wednesday, August 19, 2020 | Approved | |
etcd (Install) 3.4.11 | 188 | Wednesday, August 19, 2020 | Approved | |
etcd (Install) 3.4.10 | 224 | Friday, July 17, 2020 | Approved | |
etcd (Install) 3.4.9 | 324 | Friday, May 22, 2020 | Approved | |
etcd (Install) 3.4.8 | 193 | Tuesday, May 19, 2020 | Approved | |
etcd (Install) 3.4.7 | 299 | Thursday, April 2, 2020 | Approved | |
etcd (Install) 3.4.6 | 235 | Monday, March 30, 2020 | Approved | |
etcd (Install) 3.4.5 | 279 | Thursday, March 19, 2020 | Approved | |
etcd (Install) 3.4.4 | 237 | Tuesday, February 25, 2020 | Approved | |
etcd (Install) 3.4.3 | 389 | Wednesday, October 23, 2019 | Approved | |
etcd (Install) 3.4.2 | 260 | Friday, October 11, 2019 | Approved | |
etcd (Install) 3.4.1 | 221 | Wednesday, September 18, 2019 | Approved | |
etcd (Install) 3.4.0 | 341 | Friday, August 30, 2019 | Approved | |
etcd (Install) 3.3.27 | 113 | Friday, October 15, 2021 | Approved | |
etcd (Install) 3.3.26 | 96 | Monday, October 4, 2021 | Approved | |
etcd (Install) 3.3.24 | 160 | Wednesday, August 19, 2020 | Approved | |
etcd (Install) 3.3.23 | 145 | Friday, July 17, 2020 | Approved | |
etcd (Install) 3.3.22 | 220 | Friday, May 22, 2020 | Approved | |
etcd (Install) 3.3.21 | 198 | Tuesday, May 19, 2020 | Approved | |
etcd (Install) 3.3.20 | 212 | Thursday, April 2, 2020 | Approved | |
etcd (Install) 3.3.19 | 220 | Thursday, March 19, 2020 | Approved | |
etcd (Install) 3.3.18 | 255 | Wednesday, November 27, 2019 | Approved | |
etcd (Install) 3.3.17 | 241 | Friday, October 11, 2019 | Approved | |
etcd (Install) 3.3.15 | 998 | Friday, August 30, 2019 | Approved | |
etcd (Install) 3.3.13 | 382 | Friday, May 3, 2019 | Approved | |
etcd (Install) 3.3.12 | 369 | Friday, February 8, 2019 | Approved | |
etcd (Install) 3.3.11 | 338 | Saturday, January 12, 2019 | Approved | |
etcd (Install) 3.3.10 | 282 | Saturday, January 5, 2019 | Approved | |
etcd (Install) 3.3.8 | 445 | Friday, June 15, 2018 | Approved | |
etcd (Install) 3.3.0 | 508 | Tuesday, February 6, 2018 | Approved | |
etcd (Install) 3.2.32 | 110 | Monday, March 29, 2021 | Approved | |
etcd (Install) 3.2.31 | 156 | Tuesday, August 18, 2020 | Approved | |
etcd (Install) 3.2.30 | 203 | Thursday, April 2, 2020 | Approved | |
etcd (Install) 3.2.29 | 239 | Thursday, March 19, 2020 | Approved | |
etcd (Install) 3.2.28 | 237 | Monday, November 11, 2019 | Approved | |
etcd (Install) 3.2.27 | 247 | Wednesday, September 18, 2019 | Approved | |
etcd (Install) 3.2.26 | 301 | Saturday, January 12, 2019 | Approved | |
etcd (Install) 3.2.25 | 296 | Saturday, January 5, 2019 | Approved | |
etcd (Install) 3.2.24 | 379 | Wednesday, July 25, 2018 | Approved | |
etcd (Install) 3.2.22 | 423 | Wednesday, June 6, 2018 | Approved | |
etcd (Install) 3.2.19 | 378 | Wednesday, April 25, 2018 | Approved | |
etcd (Install) 3.2.18 | 450 | Thursday, March 29, 2018 | Approved | |
etcd (Install) 3.2.17 | 355 | Thursday, March 15, 2018 | Approved | |
etcd (Install) 3.2.15 | 382 | Thursday, February 1, 2018 | Approved | |
etcd (Install) 3.2.14 | 394 | Friday, January 12, 2018 | Approved | |
etcd (Install) 3.2.13 | 374 | Monday, January 8, 2018 | Approved | |
etcd (Install) 3.2.12 | 427 | Thursday, December 21, 2017 | Approved | |
etcd (Install) 3.2.11 | 471 | Wednesday, December 6, 2017 | Approved | |
etcd (Install) 3.2.10 | 423 | Friday, November 17, 2017 | Approved | |
etcd (Install) 3.2.9 | 430 | Monday, October 9, 2017 | Approved | |
etcd (Install) 3.2.8 | 413 | Monday, October 2, 2017 | Approved | |
etcd (Install) 3.2.7 | 439 | Tuesday, September 5, 2017 | Approved | |
etcd (Install) 3.2.6 | 420 | Wednesday, August 23, 2017 | Approved | |
etcd (Install) 3.2.5 | 398 | Wednesday, August 9, 2017 | Approved | |
etcd (Install) 3.2.4 | 467 | Thursday, July 20, 2017 | Approved | |
etcd (Install) 3.2.3 | 401 | Monday, July 17, 2017 | Approved | |
etcd (Install) 3.2.2 | 376 | Tuesday, July 11, 2017 | Approved | |
etcd (Install) 3.2.1 | 421 | Monday, June 26, 2017 | Approved | |
etcd (Install) 3.1.20 | 294 | Saturday, January 5, 2019 | Approved | |
etcd (Install) 3.1.19 | 327 | Tuesday, July 24, 2018 | Approved | |
etcd (Install) 3.1.16 | 311 | Friday, June 1, 2018 | Approved | |
etcd (Install) 3.1.15 | 349 | Wednesday, May 9, 2018 | Approved | |
etcd (Install) 3.1.11 | 409 | Wednesday, November 29, 2017 | Approved | |
etcd (Install) 3.1.10 | 413 | Wednesday, August 23, 2017 | Approved | |
etcd (Install) 3.1.9 | 445 | Monday, June 12, 2017 | Approved | |
etcd (Install) 3.1.8 | 443 | Monday, May 22, 2017 | Approved | |
etcd (Install) 3.1.7 | 454 | Tuesday, May 2, 2017 | Approved | |
etcd (Install) 3.1.6 | 422 | Thursday, April 20, 2017 | Approved | |
etcd (Install) 3.1.5 | 446 | Tuesday, March 28, 2017 | Approved | |
etcd (Install) 3.1.4 | 401 | Thursday, March 23, 2017 | Approved | |
etcd (Install) 3.1.3 | 426 | Monday, March 13, 2017 | Approved | |
etcd (Install) 3.1.2 | 426 | Monday, February 27, 2017 | Approved | |
etcd (Install) 3.1.1 | 414 | Tuesday, February 21, 2017 | Approved | |
etcd (Install) 3.1.0 | 426 | Monday, January 30, 2017 | Approved | |
etcd (Install) 3.0.17 | 421 | Monday, February 27, 2017 | Approved | |
etcd (Install) 3.0.16 | 457 | Monday, January 16, 2017 | Approved | |
etcd (Install) 3.0.15 | 424 | Friday, January 13, 2017 | Approved | |
etcd (Install) 2.3.8 | 425 | Monday, February 27, 2017 | Approved | |
etcd (Install) 2.2.2 | 643 | Wednesday, December 2, 2015 | Approved | |
etcd (Install) 2.1.2 | 520 | Sunday, August 23, 2015 | Approved | |
etcd (Install) 2.1.1 | 419 | Wednesday, July 22, 2015 | Approved | |
etcd (Install) 2.0.13 | 475 | Wednesday, July 22, 2015 | Approved |
(c) 2017 CoreOS, Inc
Ground Rules:
- This discussion is only about etcd (Install) and the etcd (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or etcd (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.