1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
Commit graph

664 commits

Author SHA1 Message Date
ajanikow
da2d9b70bf Update deepcopy 2020-04-16 09:44:39 +00:00
Adam Janikowski
6ab800bec8
[Feature] Fix UpToDate Condition (#552) 2020-04-16 07:57:48 +02:00
Adam Janikowski
aaa7042b12
[Feature] Advanced sync check (#549) 2020-04-14 05:54:15 +02:00
Adam Janikowski
ea615a35eb
[Feature] New metrics options (#548) 2020-04-10 14:21:43 +02:00
Adam Janikowski
4de3a3b96d
[Feature] Clean old rotation methods (#547) 2020-04-08 12:32:24 +02:00
Adam Janikowski
565fe30101
[Feature] Accept Kubeconfig ENV (#543) 2020-04-06 13:20:33 +02:00
Adam Janikowski
99770ce2bc
[Feature] Add UpToDate Condition (#540) 2020-04-01 15:38:03 +02:00
Adam Janikowski
fd8e98aee9
[CICD] Define Travis file (#541) 2020-04-01 11:23:24 +02:00
Adam Janikowski
bf7c9f9e9a
[Feature] Add Affinity to GroupSpec (#534) 2020-03-23 23:03:16 +01:00
Adam Janikowski
2b86360df4
[Feature] Allow to override default images (#536) 2020-03-23 21:07:41 +01:00
Adam Janikowski
301048cdf7
[Feature] Allow to set all probes on core groups (#537) 2020-03-23 20:46:02 +01:00
Adam Janikowski
3ce4cada01
[Feature] Allow to direct use image (#538) 2020-03-23 20:41:45 +01:00
Adam Janikowski
397712df50
[Feature] Do not remove Agency members (#535) 2020-03-23 20:37:08 +01:00
Adam Janikowski
d8c9f5a536
[Feature] Add customizable volumes (#533) 2020-03-20 14:39:32 +01:00
Adam Janikowski
26088637dc
[Feature] Add memory limits env (#532) 2020-03-18 10:48:31 +01:00
Adam Janikowski
aafeff7446
[Feature] Change rotation discovery (#531) 2020-03-17 09:31:52 +01:00
Adam Janikowski
221d9d1b7f
Feature/add rotate annotation (#530) 2020-03-11 08:57:03 +01:00
Adam Janikowski
7c649303d0
FEATURE/fix-linter-issues (#529) 2020-03-10 10:26:38 +01:00
Adam Janikowski
c10f5104b4
FATURE/fix docs and headers (#528) 2020-03-04 11:25:14 +01:00
Adam Janikowski
3254e2f789
FEATURE/Remove v1alpha from core API (#527) 2020-03-03 10:34:54 +01:00
Adam Janikowski
40d738b771
FEATURE/allow-to-customize-security-context (#526) 2020-03-02 11:03:45 +01:00
ajanikow
514720d004 Generate code for API update 2020-02-27 08:56:48 +00:00
Adam Janikowski
c829a71ea9
Feature/new resize mode (#524) 2020-02-27 08:28:25 +01:00
Adam Janikowski
43135df93a
Feature: Allow to customize probe configuration (#519) 2020-02-21 12:59:19 +01:00
Adam Janikowski
c8a5d79fbc Feature: cluster upgrade for 3.6 (#518) 2020-02-10 10:47:41 +01:00
Adam Janikowski
50fa4fde59
[BUGFIX] Do not remove used DBServer (#515) 2020-01-28 20:57:37 +01:00
Adam Janikowski
9b73a77d3e
[Feature] Maintenance Mode (#516) 2020-01-27 07:33:12 +01:00
informalict
59277df79e Fixed bug with changing storage class name (#487) 2020-01-20 08:39:51 +01:00
informalict
523e1a3f34 Feature/resource requirements in sidecars (#505) 2020-01-16 13:36:28 +01:00
informalict
be9ca18925 Cleaning the code (#501) 2019-11-24 22:38:07 -08:00
informalict
d79065bfbd Drop capabilities for most of containers (#500) 2019-11-14 10:00:35 +01:00
Adam Janikowski
115d03f0a1
Allow to set annotations (#499) 2019-11-11 14:11:27 +01:00
informalict
ba3a30911f Drop all capabilities to security context (#497) 2019-11-11 09:09:33 +01:00
informalict
27775eb802 Add node affinity for members pod (#494) 2019-11-11 09:08:16 +01:00
informalict
4bdb51cdcb Discard alpha and beta phrases from annotations (#492) 2019-11-04 13:29:50 +01:00
Adam Janikowski
30c09d0259
Change version to V1 (#490) 2019-11-04 08:49:24 +01:00
informalict
46a2b144f7 Change k8s.io version to v1 (#471) 2019-10-18 09:55:39 +02:00
informalict
5f98a4aafc Feature/change user password (#484) 2019-10-18 09:54:27 +02:00
Adam Janikowski
89ab9a2344
Fix communication with ArangoD API in version 3.5.1 (#465) 2019-10-16 16:58:20 +02:00
Adam Janikowski
3cc2b4f9aa
REVERT/to_0.4.0 (#476) 2019-10-16 09:05:56 +02:00
informalict
9b9862619c
Upgrade/golang1.13 (#469)
* Prepare environment for golang 1.13

Add test which checks if version has been changed

Remove unnecessary variables from Makefile

remove commit change

* Remove unnecessary dependencies
2019-10-14 15:33:24 +02:00
informalict
b16029b33c Feature/change user password (#463)
* Change password in a database for a user
* Add unit tests
* Change password for user when hash secret has changed
* Add integration test for changing root password
* Add disclaimer
* Change comment
* Run unit test for whole pkg/deployment/...
* Check password in the database
* Fix nil receiver
* Fix removing root secret password
* Fix unit test definition in Makefile
* Don't validate non-existing users' secrets
2019-10-10 10:55:08 +02:00
Adam Janikowski
d13fb27325
Add Size Field to Backup CR (#460) 2019-10-07 07:48:36 +02:00
Lars Maier
a27e5eff2f
Do not display scaling buttons if scaling is not possible. (#441)
* Do not display scaling buttons if scaling is not possible.
2019-10-01 14:57:55 +02:00
Adam Janikowski
443e291823
Update Arango Backup Policy schedule (#458) 2019-10-01 10:40:31 +02:00
Adam Janikowski
6cef89bc41
Arango Backup support in Operator (#438) 2019-09-27 13:04:23 +02:00
Lars Maier
83598c4ab6 When the member is terminated do not set cleaned out state when resigning. Added test for upgrade. (#450) 2019-09-24 09:23:13 +02:00
Max Neunhöffer
ef46f8920e Rename LocallyAttachedVolumes to NetworkAttachedVolumes. (#447) 2019-09-23 09:03:09 +02:00
Adam Janikowski
c359f44114
Change custom templates to Helm charts (#445) 2019-09-23 09:00:10 +02:00
Adam Janikowski
ec8ed8e0ae
Allow to set ImagePullSecrets in pods (#444) 2019-09-15 18:43:55 +02:00