33 Commits
Author SHA1 Message Date
Matt Farina f37172d79d [incubator/etcd] deprecating chart (#24253)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 07:20:24 -08:00
Scott Rigby 000b3d94aa [incubator/etcd] add repo archive notice (#24042)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 08:56:25 -08:00
cryptkandChris Jowett 47f5c2cd37 [incubator/etcd] Update StatefulSet apiVersion to apps/v1 (#23470)
Signed-off-by: Chris Jowett <cryptk@gmail.com>

Co-authored-by: Chris Jowett <cryptk@gmail.com>
2020-08-08 12:26:19 -07:00
Michael Peters eb1ef8eb44 Improve etcd statefulset template (#19535)
+ Fix bash'ism in sh command for stderr redirection. The old line
results in process forking and a loop that doesn't finish
+ etcdctl defaults to simple output now which is comma separated
+ There are some scenarios when recovering from a crash where
/var/run/etcd/default.etcd exists but /var/run/etcd/member_id does not,
so make sure both exist before trying to use it to recover

Signed-off-by: Michael Peters <michael00peters@gmail.com>
2020-04-19 23:31:39 -07:00
mfuxi 6133aab242 [incubator/etcd] implement TLS/SSL for client and peers in etcd (#16741)
* added TLS/SSL ability #16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>

* removed hardcoded protocol and bumped version in Chart.yaml #16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>

* added some comments in README.md #16569

Signed-off-by:Moty Fux <moty.fux@gmail.com>
Signed-off-by: Moty Fux <moty.fux@gmail.com>
2019-09-14 22:50:38 -07:00
Carlos Tadeu Panato Junior d8df8663f3 add apiVersion (#13853)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-05-15 04:30:17 -07:00
Omer Hamerman 1baf90787e Adding an option to use memoryMode for ETCD (#10436)
* Adding an option to use memoryMode for ETCD when persistentVolumes are not enabled

Signed-off-by: omerxx <omerxx@gmail.com>

* Version bump to v0.6.1, documentation and README entry

Signed-off-by: omerxx <omerxx@gmail.com>

* Remove trailing spaces

Signed-off-by: omerxx <omerxx@gmail.com>
2019-01-17 15:28:49 -08:00
redixin 4fe7143f82 [incubator/etcd] Fix rejoin after failure (#9195)
Signed-off-by: Sergey Skripnick <sskripnick@mirantis.com>
2019-01-07 21:18:12 -08:00
Maartje Eyskens c723d43294 Change listen urls to have an IP which is required in etcd3 (#8080)
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
2018-10-05 07:53:29 -07:00
Maartje Eyskens 8120f2c5c5 Add env value to etcd (#7743)
* Add extraEnv value to etcd

Allow to set custom env via the etcd chart values which allows to pass
custom etcd options

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>

* Bump chart version

Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
2018-09-18 01:17:34 -07:00
Chris Pressland ad31703220 [incubator/etcd] Prevent removal of data from INITIAL_CLUSTER_SIZE pods (#6306)
* Prevent removal of data from INITIAL_CLUSTER_SIZE pods

* Bump etcd chart version

* Update Chart.yaml
2018-07-02 12:57:19 -07:00
cheyang dc67b785bf refactor etcd to meet the chart tech requirement (#5316)
* de-capitalize all the variables of etcd

* remove unused variables

* refactor the image definition

* update the version

* remove trailing spaces

* bump a major version

* fix typo

* Update Chart.yaml

* disable pvc by default, to make the e2e test pass

* add persistent volume enabled

* fix align issue

* update helpers.tpl

* fix cpu and memory resources

* remove default function
2018-05-17 22:07:53 -07:00
AdamDang ef9956a940 Add appVersion key for etcd (#4722)
The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure.
2018-04-06 06:14:46 -07:00
AdamDang 7aff264c50 Typo fix in etcd/README.md (#4199)
* Add version for etcd

Add version for etcd

* Typo fix in etcd/README.md

Typo fix in etcd/README.md
2018-03-16 12:33:25 -07:00
Ryan Luckie f72cb2dc59 [incubator/etcd] Add pod assignment configuration options (#3542)
* [incubator/etcd] Add pod assignment configuration options

- update statefulset template to add affinity, nodeSelector and tolerations
- add sane default values
- update README
- bump chart version

* Change case of values to match existing style
2018-02-21 07:33:39 -08:00
Matt Farina 4e85f9d3d3 Convert registry to k8s.gcr.io (#3158)
See #3141 for more detail
2017-12-28 02:22:36 -08:00
zoues da5a048aae Remove pod.alpha.kubernetes.io/initialized annotation annotation which has been deprecated (#2333) 2017-10-09 21:30:55 +02:00
Frode Egeland 1c50d9b2bd [incubator/etcd] tidy up (#1721)
* [incubator/etcd] split template into separate files

* [incubator/etcd] rename template to be consistent

* Bump chart version
2017-09-29 19:01:40 +02:00
Guang Ya Liu 1e3ba4bcd6 [incubator/etcd] Use storageClassName for etcd. (#2042) 2017-09-10 10:49:32 -05:00
kevinschumacher 19e62756cf [incubator/etcd] #1785 namespace defined templates with chart name (#1835) 2017-08-26 10:16:30 +05:30
Shane Starcher e84d9eb552 increasing name to 63 characters . (#1729) 2017-08-15 09:50:31 +01:00
Jon Davies 759f159742 [incubator/etcd]: Made StorageClass an option for PVC (#1374)
* [incubator/etcd]: Made StorageClass an option for PVC

* Update Chart.yaml

* [stable/etcd] Do not set a default storage class
2017-07-17 17:09:14 -07:00
Frederic Hemberger 912f50c716 Use consistent whitespace in template placeholders (#1437)
Use consistent whitespace in template placeholders
2017-07-09 21:11:24 +02:00
Sergey Nuzhdin f26d65ae2a Update incubator/etcd to statefulset (#631) (#660)
* Update incubator/etcd to statefulset (#631)

* typo fix

* bump chart version

* bump chart version again

* bumped chart version
2017-03-17 15:18:26 -07:00
Adnan Abdulhussein 8313479af6 [incubator/etcd] update description and add icon (#588)
* [incubator/etcd] update description and add icon
* version bump
2017-02-13 15:06:07 -06:00
Reinhard Nägele 34d669df4f [incubator/etcd] Remove helm.sh/created annotations (#500)
* [incubator/etcd] Remove helm.sh/created annotations

* etcd: bump to version 0.1.2
2017-01-27 14:27:18 -08:00
Lachlan Evenson 99edd74f9f update -l statement to user correct label 2016-10-27 22:44:16 -07:00
Adnan Abdulhussein d19fe5e74c Fix quoting for etcd, mongodb, spark and zookeeper (#121)
There were some constraints added in the Kubernetes 1.4 release that
caused quoted integers to be rejected when an integer is expected.
This fixes those issues in these charts.
2016-10-18 08:53:11 -07:00
Adnan Abdulhussein c7d1bff059 docs(*): update READMEs to reference chart repos (#119)
* docs(*): update READMEs to reference chart repos

* Rebase
2016-10-18 08:52:06 -07:00
Vic Iglesias 0bfcbe855a Merge pull request #55 from linki/grep
grep for correct member name to populate file
2016-08-31 12:02:17 -07:00
Martin Linkhorst 1d1f3ed1d1 fix(etcd): grep for correct member name to populate file 2016-08-31 18:04:04 +02:00
Martin Linkhorst aa27851dc4 fix(etcd): use correct port names for SRV records 2016-08-31 18:02:37 +02:00
Lachlan Evenson 990b76e218 move etcd chart to incubator 2016-08-26 06:13:30 -04:00