stefanprodan
8dc4c03258
Update Kubernetes packages to 1.17
2020-01-11 18:24:31 +02:00
Michael Parker
38dfda9d8f
add event-webhook command line flag
2020-01-06 16:35:42 -06:00
Stefan Prodan
968d67a7c3
Merge pull request #386 from mumoshu/envoy-canary-analysis
...
feat: Support for canary analysis on deployments and services behind Envoy
2019-12-18 19:22:18 +02:00
stefanprodan
a60dc55dad
Update Helm tester to Helm v3.0.1
2019-12-17 00:10:11 +02:00
Yusuke Kuoka
6661406b75
Metrics provider for deployments and services behind Envoy
...
Assumes `envoy:smi` as the mesh provider name as I've successfully tested the progressive delivery for Envoy + Crossover with it.
This enhances Flagger to translate it to the metrics provider name of `envoy` for deployment targets, or `envoy:service` for service targets.
The `envoy` metrics provider is equivalent to `appmesh`, as both relies on the same set of standard metrics exposed by Envoy itself.
The `envoy:service` is almost the same as the `envoy` provider, but removing the condition on pod name, as we only need to filter on the backing service name = envoy_cluster_name. We don't consider other Envoy xDS implementations that uses anything that is different to original servicen ames as `envoy_cluster_name`, for now.
Ref #385
2019-11-30 13:03:01 +09:00
stefanprodan
4454c9b5b5
Add canary factory for Kubernetes targets
...
- extract Kubernetes operations to controller interface
- implement controller interface for kind Deployment
2019-11-25 18:45:19 +02:00
stefanprodan
3dbfa34a53
Add wrk to load tester tools
...
- add wrk v4.0.2
- update Helm v2 to 2.16.1
- update Helm v3 to 3.0.0-rc.3
2019-11-13 12:54:47 +02:00
stefanprodan
8349dd1cda
Release load tester v0.11.0
...
- tools updates: Helm v2.15.1, Helm v3.0.0-rc.2, rimusz helm-tiller v0.9.3, gPRC probe v0.3.1
- add hey test during build
2019-11-03 11:46:18 +02:00
stefanprodan
6e6b127092
Update loadtester Helm to v3.0.0-beta.5
2019-10-28 15:31:17 +02:00
stefanprodan
1cb09890fb
Add env to chart options to be used for Slack and Teams URLs
2019-10-09 16:53:34 +03:00
stefanprodan
faae6a7c3b
Add env vars for Slack and Teams URLs
2019-10-09 16:03:30 +03:00
stefanprodan
095fef1de6
Release loadtester v0.9.0 with gRPC health check
2019-10-06 11:26:42 +03:00
stefanprodan
507075920c
Implement Helm v3 tester
2019-09-08 09:33:34 +03:00
stefanprodan
73bb2a9fa2
Release loadtester 0.7.1
2019-09-06 16:21:22 +03:00
Anton Kislitcyn
f56b6dd6a7
Add annotations prefix for ingresses
2019-09-06 11:36:06 +02:00
stefanprodan
e7ad5c0381
Release load tester v0.7.0
2019-08-22 18:31:05 +03:00
stefanprodan
be22ff9951
Bump load tester version
2019-07-24 16:28:46 +03:00
stefanprodan
f204fe53f4
Implement canary gating API with in-memory storage
...
POST /gate/[check|open|close]
2019-07-24 16:14:22 +03:00
stefanprodan
919dafa567
Add gate halt and approve endpoints
2019-07-24 12:02:44 +03:00
stefanprodan
4871be0345
Release loadtester v0.5.0
2019-07-22 14:57:14 +03:00
stefanprodan
10c61daee4
Exit when losing leadership
2019-07-07 13:09:05 +03:00
stefanprodan
b937c4ea8d
Implement leader election
...
Add enable-leader-election and leader-election-namespace flags
2019-07-07 11:41:27 +03:00
stefanprodan
b847345308
Add 5 seconds timeout to notifier
2019-07-06 18:02:45 +03:00
stefanprodan
8ca9cf24bb
Implement MS Teams notifier
2019-07-06 17:14:21 +03:00
stefanprodan
ba4a2406ba
Refactor notifier to allow more implementations
2019-07-06 15:47:12 +03:00
Daniel Herman
764e7e275d
Validate the minimum supported k8s version
...
Fixes #103
2019-06-27 00:18:08 -04:00
stefanprodan
d0591916a4
Update k8s packages
2019-06-21 23:42:59 +03:00
stefanprodan
b5f73d66ec
Add version command
2019-06-21 12:54:43 +03:00
stefanprodan
028933b635
Switch to go mod from dep
2019-06-11 19:37:36 +03:00
stefanprodan
2e38dbc565
Release test runner v0.4.0
2019-06-04 17:27:58 +03:00
stefanprodan
9f359327f0
Add generic bash blocking command
2019-06-04 14:01:25 +03:00
stefanprodan
3ae995f55c
Bump load tester version to v0.4.0-beta.2
2019-06-03 15:56:14 +03:00
stefanprodan
0032c14a78
Refactor metrics
...
- add observer interface with builtin metrics functions
- add metrics observer factory
- add prometheus client
- implement the observer interface for istio, envoy and nginx
- remove deprecated istio and app mesh metric aliases (istio_requests_total, istio_request_duration_seconds_bucket, envoy_cluster_upstream_rq, envoy_cluster_upstream_rq_time_bucket)
2019-05-13 17:34:08 +03:00
stefanprodan
5f544b90d6
Log mesh provider at startup
2019-05-06 18:41:04 +03:00
Yuval Kohavi
2173bfc1a0
Merge remote-tracking branch 'origin/master' into supergloo-updated
2019-04-19 11:17:37 -04:00
stefanprodan
0c68983c62
Update deps to Kubernetes 1.13.1
2019-04-18 19:30:55 +03:00
stefanprodan
093348bc60
Release loadtester 0.3.0 with bats support
2019-04-18 13:45:32 +03:00
Yuval Kohavi
156488c8d5
Merge remote-tracking branch 'origin/master' into supergloo-updated
2019-04-17 18:24:41 -04:00
Yuval Kohavi
868482c240
basics seem working!
2019-04-16 15:10:08 -04:00
stefanprodan
6ef72e2550
Make the pod selector configurable
...
- default labels: app, name and app.kubernetes.io/name
2019-04-15 12:57:25 +03:00
stefanprodan
a09dc2cbd8
Rename logging package
2019-04-15 11:25:45 +03:00
stefanprodan
b2c12c1131
Move observer to metrics package
2019-03-30 11:45:39 +02:00
stefanprodan
025785389d
Refactor Prometheus recorder
...
- add flagger_info gauge metric
- expose the version and mesh provider as labels
- move the recorder to the metrics package
2019-03-28 11:58:19 +02:00
stefanprodan
b4ae060122
Move to weaveworks org
2019-03-20 18:26:04 +02:00
stefanprodan
7d340c5e61
Change mesh providers based on cmd flag
2019-03-17 10:52:52 +02:00
stefanprodan
48e79d5dd4
Add mesh provider flag
2019-03-16 14:12:23 +02:00
stefanprodan
a9167801ba
Release loadtester v0.2.0
2019-03-12 11:55:31 +02:00
Stefan Prodan
62f4a6cb96
Merge pull request #90 from cloudang/ngrinder
...
Support delegation to external load testing tools
2019-03-12 11:47:30 +02:00
Alex Wong
2ef1c5608e
remove logCmdOutput flag
2019-03-12 14:31:00 +08:00
stefanprodan
780ba82385
Log namespace restriction if one exists
2019-03-08 13:05:25 +02:00