Commit Graph
16 Commits
Author SHA1 Message Date
Stefan Prodan 663dc82574 Controller refactoring part two
- share components between loops
2018-10-11 20:51:12 +03:00
Stefan Prodan 302de10fec Canary CRD refactoring
- set canaries.flagger.app version to v1alpha1
- replace old Canary spec with CanaryDeployment
2018-10-11 01:43:53 +03:00
Stefan Prodan e2be4fdaed Add CanaryDeployment kind
- bootstrap the deployments. services and Istio virtual service
- use google/go-cmp to detect changes in the deployment pod spec
2018-10-10 16:57:12 +03:00
Stefan Prodan c3f4f0a925 Rename project to flagger 2018-10-07 13:08:42 +03:00
Stefan Prodan 10dfea4203 Rename CRD group and kind name to canaries.steerer.app 2018-10-04 14:52:36 +03:00
Stefan Prodan 2671723c4c Add goreleaser
- rename controller
- remove cli
2018-09-27 15:33:43 +03:00
Stefan Prodan 81157572f1 Add metrics server check at startup 2018-09-26 11:58:55 +03:00
Stefan Prodan 0a03c8c04f Replace glog with zap and refactor controller 2018-09-26 11:07:33 +03:00
Stefan Prodan 6f68769150 Add Prometheus instrumentation and liveness/readiness probes 2018-09-25 14:28:53 +03:00
Stefan Prodan db683655a7 Run go fmt 2018-09-24 18:27:18 +03:00
Stefan Prodan 0ddb337b66 Implement progressive rollout for K8s deployments 2018-09-24 16:12:14 +03:00
Stefan Prodan a3e599bc26 Add rollout controller and cache sync 2018-09-24 13:32:03 +03:00
Stefan Prodan 97c53b9599 Format rollout CLI output 2018-09-23 11:29:04 +03:00
Stefan Prodan c9ba2f6cb3 Add gated roll out based on Istio HTTP success rate metric
- add Prometheus observer component
- halt rollover when success rate drops under the threshold
- scale to zero for canary deployment after promotion has succeeded
2018-09-22 15:37:30 +03:00
Stefan Prodan 4384ae869f Add progressive canary deployer CLI 2018-09-21 19:23:48 +03:00
Stefan Prodan 39329bbb00 Init controller 2018-09-21 19:22:44 +03:00