ctrought
24e794bb38
fix: skip controller creation for namespace in test
...
Signed-off-by: Craig Trought <k8s@trought.ca >
2023-04-02 16:47:17 -04:00
ctrought
27c0a9b328
feat: additional labelSelector support
...
* add option to configure labelSelectors on configmaps & secrets
* support all labelSelectors
* label selector tests
* legacy support for ':' delimited selectors and wildcards
Signed-off-by: Craig Trought <k8s@trought.ca >
2023-03-31 19:08:10 -04:00
ctrought
e39a8f6bcf
refactor: use Namespace controller for namespaceSelector
...
Signed-off-by: Craig Trought <k8s@trought.ca >
2023-03-31 19:08:10 -04:00
faizanahmad055
cf40b431a3
Implement sync after restart
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2023-03-09 23:02:19 +01:00
avihuly
9e7b70964e
Added wildcard label vaule option
2023-01-05 14:28:08 +02:00
avihuly
8ebbb476b2
Added logs on startup & get ns opration
2023-01-05 12:54:08 +02:00
Avi Huli
e7cfafd6d6
Handle empty selector & ns label key not exists
2022-12-27 18:49:23 +02:00
Avi Huli
15d7263c95
Handle empty selector & ns label key not exists
2022-12-27 18:44:59 +02:00
Avi Huly
481eeeffc4
Merge pull request #2 from stakater/master
...
Updates from master
2022-12-18 15:23:24 +02:00
faizanahmad055
9875c416df
Update log level to error and debug
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2022-11-30 22:43:06 +01:00
faizanahmad055
b414e3b350
Update log level
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2022-11-30 22:37:50 +01:00
faizanahmad055
e417e8bc12
Add error log
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2022-11-30 22:35:39 +01:00
faizanahmad055
aafe3365eb
Update log level
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2022-11-30 22:34:02 +01:00
Avi Huly
08e6f81a15
Lint fix
2022-11-15 16:23:24 +02:00
Avi Huly
363fbd3b77
Test for namespace selector
2022-11-15 11:11:11 +02:00
Avi Huly
21502e2bb4
Added namespace selector functionality
...
Changes:
modified: internal/pkg/cmd/reloader.go
modified: internal/pkg/controller/controller.go
modified: internal/pkg/util/util.go
2022-11-12 23:00:56 +02:00
Alex Vest
1c7190884a
Merge branch 'master' into leadership-election
2022-10-06 11:17:35 +01:00
Alex Vest
919f75bb62
Shutdown on leader election loss
2022-10-04 16:41:34 +01:00
Alex Vest
401d4227d1
Move consts to const pkg
...
Should move leadership bits to own pkg?
2022-10-04 16:41:34 +01:00
Alex Vest
7f9f32ca58
Add leadership election
2022-10-04 16:41:34 +01:00
Ye Sijun
6937b8120b
support record event
...
Signed-off-by: Ye Sijun <junnplus@gmail.com >
2022-09-30 21:30:16 +09:00
faizanahmad055
61ce150d7c
Make reload on create optional
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2022-02-13 19:53:49 +01:00
aenima4six2
dfe7e9b3ca
176 - Add reload strategies to support pod annotation templates
2021-10-17 19:09:50 -04:00
Waleed Malik
953cbe9d28
Reload resource if secret/configmap is re-created
2021-07-30 10:24:50 +05:00
Amund Tenstad
78be58b090
Do not log content of secrets
2021-04-21 16:12:53 +02:00
Waleed Malik
aaddec1103
Skip failing test cases
2021-01-26 12:59:49 +05:00
Waleed Malik
b5fdcd577d
Refactor controller test cases
2021-01-26 12:04:40 +05:00
faizanahmad055
21dbeb9810
Remove redundant reload on resource creation
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2021-01-08 17:28:50 +01:00
Josh Soref
61e9202781
Spelling ( #161 )
...
* spelling: create-or
2020-09-01 10:32:16 +05:00
katainaka0503
3fe7ad04e9
Implement prometheus endpoint
2020-03-01 21:56:02 +09:00
waseem
aee5d84f45
Add to update method
2019-10-14 14:20:17 +02:00
waseem
a10b2fa747
Add support for ignoring namespaces
2019-10-14 14:14:40 +02:00
waseem
878bc5c442
Refactor Openshift detection
2019-07-05 12:23:14 +02:00
waseem
9f3c8379a6
Add IsOpenshift flag
2019-07-04 10:32:17 +02:00
waseem
9b48d320be
Add check for openshift
2019-07-04 10:25:22 +02:00
waseem
6d8c0cf6cb
Add controller tests and fixes
2019-07-04 09:58:58 +02:00
Joey Espinosa
75b00733bf
feat: parameterize all annotations
2019-02-04 12:33:53 -05:00
Faizan Ahmad
130741480e
Auto update referenced resource ( #45 )
...
* Add implementation for create event
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Add sleep in testcase
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Fix test case data
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Remove unnecessary dashes from chart
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Fix new env var creation issue
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Optimize upgrade code
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Update logs
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Initial implementation to perform rolling upgrades by auto referencing the resources
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Fix nil pointer exception
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Fix test cases
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Add test cases
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Update test case verify method
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Add missing name for envs
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Update annotation name
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Update readme
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Update readme
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Implement Golang CI comment
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
* Implement Golang CI comment
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2019-01-25 14:00:21 +01:00
faizanahmad055
b17ab76a24
Update start controller log
...
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com >
2019-01-10 18:34:23 +05:00
Faizan Ahmad
d3bae0d3bb
Optimize logging in reloader ( #19 )
...
* Optimize logging in reloader
* Fix test case failing issue
* Implement PR-19 review comments
* Place the log out of loop
* Fix change detection log
2018-08-02 11:17:35 +02:00
faizanahmad055
e4756034ea
Add random seq with namespace name to make it unique
2018-07-27 15:23:09 +05:00
faizanahmad055
c8c0f98c1d
Implement PR-2 review comments
2018-07-26 12:59:10 +05:00
faizanahmad055
2cac0cc713
Implement PR-2 review comments
2018-07-24 21:05:50 +05:00
faizanahmad055
5b467b731c
Revamp perform rolling method
2018-07-24 17:45:48 +05:00
faizanahmad055
c7d4a0aa9d
Fix controller e2e test cases
2018-07-23 19:00:05 +05:00
faizanahmad055
effc40cab1
Added Daemonset and statefulset e2e test
2018-07-23 18:31:33 +05:00
faizanahmad055
034d2dcd93
Implement golangci review comments on PR-2
2018-07-23 16:10:53 +05:00
faizanahmad055
81c7b3ef25
Implement PR-2 review comments
2018-07-23 15:24:52 +05:00
faizanahmad055
97b7286c2b
Fix helper package error
2018-07-19 18:08:49 +05:00
faizanahmad055
17b6d58300
Add handler testcases
2018-07-19 18:04:07 +05:00