Sanskar Jaiswal
757d90121b
scheduler: fail canary according to progress deadline
...
Modify `canary.IsPrimaryReady()` and `canary.Initialize()` to return a
boolean indicating if the error is retriable. Modify the scheduler to
rollback the analysis and mark the Canary object as failed if the above
two functions or `canary.IsCanaryRead()` returns false along with an
error.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2024-03-05 00:10:30 +05:30
Somtochi Onyekwere
215c859619
add field for configuring canary threshold
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2022-02-08 13:52:28 +01:00
Mahdi Dibaiee
8f50521435
[feat] primaryReadyThreshold: allow configuring threshold for primary
...
see #639
Signed-off-by: Mahdi Dibaiee <mdibaiee@pm.me >
2021-11-11 14:44:52 +00:00
Gregory Vander Schueren
a5d3e4f6a6
pkg:canary: fix typos in logs
...
Signed-off-by: Gregory Vander Schueren <gregory.vanderschueren@sortlist.com >
2021-07-21 15:44:56 +02:00
Stefan Prodan
cd75c5fa25
Copyright Flux authors
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-12-21 19:44:52 +02:00
Stefan Prodan
90abb7ba5b
Rename imports to fluxcd/flagger
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2020-12-21 19:02:23 +02:00
sayboras
c0515fc6ff
Upgrade to kube 1.18
2020-04-04 23:46:38 +11:00
mathetake
4242bf0f07
pkg/canary/daemonset: fix ready condition according to kubectl
2020-03-27 19:31:12 +09:00
mathetake
5843b02931
pkg/canary: refator error messages
2020-03-08 10:42:51 +09:00
mathetake
7fb675e8aa
make deployment tests aligned with daemonset
2020-03-07 23:28:50 +09:00
mathetake
8e9b9a358f
pkg/canary: refator error handlings and enhance messages
2020-03-07 23:10:07 +09:00
mathetake
9c8b887d30
use LastTransitionTime for deadline calculation
...
and run goimports on several files
2020-02-26 12:57:26 +09:00
mathetake
a828b43463
pkg/canary: add daemonset target controller
2020-02-23 12:25:38 +09:00