Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
Carson Anderson fb56a4e972 Change helm charts to use the k8s topology by default
This completely removes the etcd-operator dependency!

Signed-off-by: Carson Anderson <ca@carsonoid.net>
2020-04-07 10:20:06 -06:00
Abdullah Almariah d0b7521934 update helm vitess docker images
Signed-off-by: Abdullah Almariah <abdullahalmariah@gmail.com>
2019-12-02 01:50:29 +01:00
Morgan Tocker 4193d0378c Make sure 5.7 doesn't read 5.6 config file
Add SBR and sql-mode lines back in

Signed-off-by: Morgan Tocker <tocker@gmail.com>
2019-10-29 20:31:17 -06:00
Eli Nudler 6a3f4dac38 Rename secret name (myuser_password -> myuser-password) to matched regex pattern accepted by kubernetes and match the template example
Signed-off-by: Eli Nudler <enudler@gmail.com>
2019-06-25 23:56:53 +03:00
huynq0911 1898eba2df Change http to https for security links
For security, we should change http into https links.
This PR also update deprecated links

Signed-off-by: huynq0911 <huynq0911@gmail.com>
2019-02-16 12:41:48 +07:00
Derek Perkins 1d746252c8 helm: bump chart to 1.0
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2018-12-03 18:41:58 -07:00
Derek Perkins 06084a7323 docker: update pmm-client from 1.15.0 to 1.17.0
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2018-12-03 12:41:21 -07:00
Derek Perkins e050355abf helm: add per shard backup cron jobs
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2018-11-13 16:22:12 -07:00
Nik Voss f5ceb5abc8 helm: allow further customization through additional flags and secrets (#4333)
* Add extraFlags and secrets for vitess components to be able to configure transport encryption.
* Fixed indentation of volumeMounts.
* Fixed whitespace issues in templates, where helm would remove essential newlines.
* Fixed minor typo in vtgate template.
* Use toJson and trimAll to escape vtctlclient orchestrator flags.
* Use override default secrets instead of mounting both.
* Reverting accidental change of comments in helper template.
* Using inline flags helper for InitShardMaster-jobs.
* Added grpc TLS documentation.
* Add section about slave replication traffic encryption and percona at rest encryption using the vault plugin.
* Minor fixes to README and a few more comments to helm values.
* Use bash array to avoid pitfalls providing flags as raw string
* Add vtctlclient.extraFlags support to preStop hook.
2018-11-12 07:16:57 -07:00
Sugu Sougoumarane b4c0194074
Merge pull request #4305 from derekperkins/helm-updates
helm: add support for EXTRA_MY_CNF + fix ISM Job
2018-10-26 21:39:47 -07:00
Derek Perkins dc8d34c3d8 helm: add config map support for EXTRA_MY_CNF
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2018-10-23 15:30:17 -06:00
Derek Perkins 7e2233f200 helm: update pmm-client from 1.14.1 to 1.15.0
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2018-10-23 05:09:15 -06:00
Derek Perkins 54125d2d48 helm: update pmm-client to 1.14.1
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2018-10-03 18:34:38 -06:00
Derek Perkins cb7f680afa helm: remove hyphens from readme
Currently this breaks the backup script, and could possibly cause issues elsewhere
2018-02-02 20:44:10 -07:00
Derek Perkins 7c18d71ef7 helm: disable by default bc k8s 1.9 is required 2018-02-01 17:39:38 -07:00
Derek Perkins 1e1da11d4a helm: add optional support for PMM deployment 2018-02-01 06:29:57 -07:00
Anthony Yeh e9adf3790f
helm: Tweak chart config. 2018-01-23 12:47:08 -08:00
Anthony Yeh abad1c357d
helm: Move chart-specific docs to chart README 2018-01-23 11:12:38 -08:00
Anthony Yeh 7a115b88a1 Update Helm chart for Kubernetes 1.5 (#2379)
* Update Helm chart for Kubernetes 1.5

* Override some configs for Helm chart.
2016-12-16 10:49:41 -08:00
Anthony Yeh 3ce57f69c2 k8s: Add Helm chart for Vitess (#2230)
* k8s: Add Helm chart for Vitess

This is mostly a direct translation of `examples/kubernetes`,
which I expect can be replaced by this after some more tweaks
and doc updates.

In particular, this still does not use new features like Deployment,
and tablets are not protected by any controllers. I plan to start
incorporating these new features, potentially as options so this chart
can still work on clusters that don't have k8s Alpha features enabled.

* k8s: Add Orchestrator to Vitess Helm chart
2016-11-09 14:51:20 -08:00