Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memcached #7

Merged
merged 41 commits into from
Aug 14, 2020
Merged

Memcached #7

merged 41 commits into from
Aug 14, 2020

Conversation

endrec
Copy link
Contributor

@endrec endrec commented Aug 14, 2020

No description provided.

gtaylor and others added 30 commits August 14, 2020 13:47
* [stable/memcached] Add icon and description

* Version bump
…et (#933)

* Make memcached a statefulset, add anti-affinity and podDisruptionBudget

* Address review comments

* Make the chart 1.0.0, as deploment to SS is a breaking change

* Convert anti-affinity a proper yaml format
* Use memcached modern recommended options instead

* Allow setting custom Memcached options with a sane default

* Bump major version since this might break backwards compatibilty by changing defaults

* don't use '-o' if extendedOptions is empty

* Update Chart.yaml

* We set default for memcached verbosity to 'v' in values.yml

* fix options
* separated value linking pdb minAvailable and replicaCount so that statefulset can scale

* rename pdbCount to pdbMinAvailable
…ty is soft (#3221)

* Update statefulset.yaml

* Update Chart.yaml

* fixes linter issues
* Update Chart.yaml

* change tables->table

change tables->table
* Update memcache to latest

* Incrementing chart version

* Update Chart.yaml
The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure.
* Add version 

version: 2.1.1

* [stable/memcached]Typo fix:AnitAffinity->AntiAffinity

[stable/memcached]Typo fix:AnitAffinity->AntiAffinity
* Adding optional sidecar containers and volumes

* Using extraContainers instead of sidecars

* Using extraVolumes instead of additionalVolumes

* Make default an empty string in order to prevent warnings

* Update Chart.yaml
When pdbMinAvailable == replicaCount, it will not be possible for Kubernetes
to drain any node which is hosting a memcached pod, as the PodDisruptionPolicy
will forbid kubernetes from ejecting the pod and rescheduling it elsewhere.
* stable/memcached: Add support for metrics

* stable/memcached: Add newline at the end of the values file

* Add missing values documentation to README

* Bump chart version
* Adds support for nodeSelectors

Signed-off-by: Jeff Fouchard <jeff@fouchard.org>

* Bump chart version

Signed-off-by: Jeff Fouchard <jeff@fouchard.org>
* Support changing the kind

Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>

* Use kind string value, not bool

Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>

* Update chart version

Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>

* Fix readme value

Signed-off-by: Jeff Fouchard <jeff.fouchard@fullscript.com>
* Add pod annotations

Signed-off-by: Daniel Karnutsch <d.karnutsch@gmail.com>

* change version to bump to next minor

Signed-off-by: Daniel Karnutsch <d.karnutsch@gmail.com>
Signed-off-by: Andy Snowden <andy.snowden@equityzen.com>
…memcached helm chart (#11966)

* Add ability to specify arbitrary custom labels in memcached helm chart

Signed-off-by: orkhanm <orkhan.mamedov.7@gmail.com>

* Update casing to be consistant across all values file references, add readme reference to new parameter

Signed-off-by: orkhanm <orkhan.mamedov.7@gmail.com>

* Fix circleci lint error "missing starting space in comment  (comments)"

Signed-off-by: orkhanm <orkhan.mamedov.7@gmail.com>

* Bump minor version; Change the way yaml is templated into statefulset

Signed-off-by: orkhanm <orkhan.mamedov.7@gmail.com>

* change parameter name from customLabels to podLabels

Signed-off-by: orkhanm <orkhan.mamedov.7@gmail.com>
Signed-off-by: Tim Moore <tmm@corefiling.com>
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
* [stable/memcached] add extraArgs to values

Signed-off-by: Aitor Ruano <aruano@pm.me>

* fix version

Signed-off-by: Aitor Ruano <aruano@pm.me>

* replace range by with flow statement

Signed-off-by: Aitor Ruano <aruano@pm.me>
* add serviceName if kind is equal StatefulSet

Signed-off-by: Majid Rahiminejad <majran@torob.ir>

* Version updated to 2.8.3

Signed-off-by: Majid Rahiminejad <majran@torob.ir>
* Add security context to memcached chart

Signed-off-by: Joris Andrade <joris@frontapp.com>

* Remove typo

Signed-off-by: Joris Andrade <joris@frontapp.com>

* Address comments

Signed-off-by: Joris Andrade <joris@frontapp.com>
* [stable/memcached] Add updateStrategy configuration option

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>

* [stable/memcached] Set specific keys for updateStrategy to follow convention

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>

* [stable/memcached] Fix README to reflect updateStrategy.type value requirement

Signed-off-by: Remington Reackhof <rreackhof@rmn.com>
pam- and others added 11 commits August 14, 2020 13:47
* Added priorityClassName parameter to Statefulset resource and values.yaml

Signed-off-by: pam- <pam.assogba@gmail.com>

* Bumping version

Signed-off-by: pam- <pam.assogba@gmail.com>

* Updated README

Signed-off-by: pam- <pam.assogba@gmail.com>

* Fixing typo

Signed-off-by: pam- <pam.assogba@gmail.com>

* yaml typo

Signed-off-by: pam- <pam.assogba@gmail.com>
* Added priorityClassName parameter to Statefulset resource and values.yaml

Signed-off-by: pam- <pam.assogba@gmail.com>

* Bumping version

Signed-off-by: pam- <pam.assogba@gmail.com>

* Updated README

Signed-off-by: pam- <pam.assogba@gmail.com>

* Fixing typo

Signed-off-by: pam- <pam.assogba@gmail.com>

* yaml typo

Signed-off-by: pam- <pam.assogba@gmail.com>

* Moving priority class name parameter under appriopriate spec

Signed-off-by: pam- <pam.assogba@gmail.com>

* Removing priorityClassName parameter from wrong header

Signed-off-by: pam- <pam.assogba@gmail.com>
Signed-off-by: Andrew Drake <andrew@frontapp.com>
…#17688)

Signed-off-by: Andrew Drake <andrew@frontapp.com>
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Signed-off-by: Lord-Y <Lord-Y@users.noreply.github.com>
Signed-off-by: Lord-Y <Lord-Y@users.noreply.github.com>
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* as of apps/v1beta2 spec.template.labels are immutable.  The chart should not exist in these lables as it will always cause upgrade issues

Signed-off-by: Shane Starcher <shanestarcher@gmail.com>

* add chart helper

Signed-off-by: Shane Starcher <shanestarcher@gmail.com>

* bump correct version

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
* [stable/memcached] fixes updateStrategy for Deployment

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>

* bump chart version

Signed-off-by: Raffael Sahli <sahli@gyselroth.com>
@endrec endrec merged commit e903252 into master Aug 14, 2020
@endrec endrec deleted the memcached branch August 14, 2020 13:22
endrec pushed a commit that referenced this pull request Aug 14, 2020
* Create promethues-operator chart

Signed-off-by: Giancarlo Rubio <gianrubio@gmail.com>

* Fixes for stable/prometheus-operator

Changed:
- Update Prometheus to 2.4.3, alertmanager to 0.15.2
- Change some job labels - should refer to a label appearing on the service. Tried to keep this consistent with what was used in the coreos version
- Add confguration for using CoreDNS
- Add insecureSkipVerify to kubeApiServer
- Add `prometheus.additionalScrapeConfigs`, `prometheus.additionalAlertManagerConfigs`

- Add ability to deploy an operated prometheus without installing anything else
  - Switch `prometheus.serviceAccountName` to be based on `prometheus.fullname` to prevent clashes
- Fix `serviceMonitorSelector` typo
- Add `serviceMonitorNamespaceSelector` to values.yaml
- Fix grafana typo (helm/charts#6765 (comment))

Add CoreDNS dashboard

- Fixed dashboard use of updated name metric

Signed-off-by: Giancarlo Rubio <gianrubio@gmail.com>
Signed-off-by: Vasily Sliouniaev <vsliouniaev@users.noreply.github.com>

Vas prometheus operator (#5)

* Fix lint

* Fix missing selector on kubelet

helm/charts#6765 (comment)

* Fix braces in files

* Fix naming

* Move non-exporters out of exporters folder

* Use common value names, add to readme

* Change value names deploy -> enabled

helm/charts#6765 (comment)
helm/charts#6765 (comment)

* Update etcd rules

https://github.com/etcd-io/etcd/blob/master/Documentation/op-guide/etcd3_alert.rules.yml

* Fix etcd rules to match job name

* Review readme

* Change initial version to 0.1.0

Additional Fixes While Github is down (#6)

* Fix additional service monitor template

* Fix label indentation

helm/charts#6765 (comment)

Fix cleanup, requirements.lock file (#7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet