mathetake
ecb8207488
pkg/metrics/provider: fix a type in cloudwatch permission name in comments
2020-03-02 22:26:55 +09:00
mathetake
5faf63ed24
docs/gitbooks/usage/metrics: add cloud watch metrics example
2020-03-02 22:21:47 +09:00
mathetake
7b6a5f96a1
pkg/metrics/providers: add region filed for MetricTemplate.Provider
...
and make Address not required
2020-03-02 21:58:58 +09:00
mathetake
4ff28d7bd5
pkg/metrics/providers: add AWS CloudWatch metrics provider
2020-03-02 21:58:58 +09:00
Stefan Prodan
62f2851dfd
Merge pull request #457 from weaveworks/docs-v1beta1
...
Update docs for Flagger v1beta1 API
2020-03-02 13:30:47 +02:00
stefanprodan
34c9fecf8c
docs: add prerequisites to tutorials
2020-03-02 13:05:33 +02:00
stefanprodan
b6958733e1
docs: replace threshold with thresholdRange
2020-03-01 22:36:08 +02:00
stefanprodan
0c998c36cf
docs: add upgrade guide for v1beta1
2020-03-01 12:13:55 +02:00
stefanprodan
bf0499e8a6
docs: use metric providers in tutorials
2020-02-29 11:56:13 +02:00
stefanprodan
c4a9712b81
docs: add getting started section
2020-02-29 11:37:18 +02:00
stefanprodan
49c088595e
Add code changes section to dev docs
2020-02-28 18:46:52 +02:00
stefanprodan
be4c67540d
build: make release compatible with go mod
2020-02-28 18:46:26 +02:00
stefanprodan
a9fba0a1f2
docs: rename canaryAnalysis to analysis
2020-02-28 18:20:57 +02:00
stefanprodan
98ecae93e1
Set API version to v1beta1 in docs examples
2020-02-28 18:20:57 +02:00
stefanprodan
5aa9dd154c
Add datadog metric provider to docs
...
Ref: #460
2020-02-28 18:20:57 +02:00
stefanprodan
e4da4a34a6
Add dev guides section to docs
2020-02-28 18:20:57 +02:00
stefanprodan
2837d4407e
Split the CRD docs into canary target, service, status, analysis
2020-02-28 18:20:57 +02:00
stefanprodan
0e81b5f4d2
Update docs for Flagger v1beta1 API
2020-02-28 18:20:57 +02:00
Stefan Prodan
8f12128aaf
Merge pull request #467 from weaveworks/build-v1beta1
...
Release loadtester v0.13.0
2020-02-28 18:19:38 +02:00
stefanprodan
dd7a045542
Release loadtester v0.13.0
2020-02-28 17:58:39 +02:00
stefanprodan
baadc19a42
build: cleanup makefile
2020-02-28 17:46:43 +02:00
stefanprodan
981abdbc85
tester: Update Helm binaries and bash
2020-02-28 17:17:05 +02:00
stefanprodan
273f84b374
tester: Fix health.proto permissions
2020-02-28 13:43:28 +02:00
Stefan Prodan
793e998a39
Merge pull request #463 from weaveworks/analysis-v1beta1
...
Rename spec.canaryAnalysis to spec.analysis
2020-02-28 13:18:48 +02:00
stefanprodan
9a44c5baac
build: add goimports to CI
2020-02-28 12:58:49 +02:00
stefanprodan
a30f688450
fmt: fix imports formatting
...
- run gofmt and goimports
2020-02-28 12:52:23 +02:00
stefanprodan
19faf67523
e2e: update istio to 1.4.5 and NGINX to 1.33.0
2020-02-28 12:28:09 +02:00
stefanprodan
3e0867040f
Add unit tests for canary phases
2020-02-28 11:31:47 +02:00
stefanprodan
82660e23da
Update e2e tests to v1beta1
...
- set Canary API version to flagger.app/v1beta1
- rename canaryAnalysis to analysis
2020-02-28 11:31:27 +02:00
stefanprodan
43662582b8
Replace spec.canaryAnalysis with spec.analysis in CRD
...
- rename spec.canaryAnalysis to spec.analysis
- required fields: spec.analysis.interval and spec.analysis.threshold
2020-02-28 11:30:06 +02:00
stefanprodan
287977c2b5
Deprecate spec.canaryAnalysis replaced by spec.analysis
...
- add analysis field to Canary spec
- deprecate canaryAnalysis filed (to be removed in the next API version)
- maintain backwards compatibility with v1alpha3 by using spec.canaryAnalysis if spec.analysis is nil
- set analysis threshold default value to 1
2020-02-28 11:24:38 +02:00
Stefan Prodan
41f644ab8c
Merge pull request #461 from weaveworks/add-maintainer/mathetake
...
docs: add maintainer: @mathetake
2020-02-27 13:41:37 +02:00
mathetake
74618a9016
docs: add maintainer: @mathetake
2020-02-27 13:22:59 +02:00
Stefan Prodan
450dcd692e
Merge pull request #462 from weaveworks/ci-push
...
ci: push container for master only
2020-02-27 13:22:18 +02:00
stefanprodan
e2b4a3de32
ci: push container for master only
2020-02-27 13:03:58 +02:00
Stefan Prodan
c17c69ec1b
Merge pull request #460 from mathetake/datadog-metrics-provider
...
feature: add datadog metrics provider
2020-02-27 11:41:55 +02:00
mathetake
a157824130
metrics/provider: add datadog metrics provider
...
implement metrics provider interface for datadog, tested against
the actual datadog account
resolves #284
2020-02-27 17:35:03 +09:00
Stefan Prodan
6c398c246f
Merge pull request #455 from mathetake/feature/daemonset-target
...
feat: Support daemonset target kind
2020-02-26 12:02:54 +02:00
Stefan Prodan
31f38a4f43
GitBook: [master] 24 pages modified
2020-02-26 08:43:28 +00:00
mathetake
9c8b887d30
use LastTransitionTime for deadline calculation
...
and run goimports on several files
2020-02-26 12:57:26 +09:00
mathetake
eec343f3aa
prevent infinite loop
2020-02-25 18:14:43 +09:00
mathetake
4fe19be9b7
allow flagger to access to apps.daemonsts resources
2020-02-25 13:25:37 +09:00
mathetake
cc07c2891e
add DaemonSet targetKind in crd and change label selector
...
and ignore daemonSetScaleDownNodeSelector in target spec change detection
2020-02-25 13:00:36 +09:00
mathetake
336344720c
add e2e test for daemonset target type
2020-02-23 13:55:45 +09:00
mathetake
5af1665ef8
pkg/controller: add unit test for daemonset target
2020-02-23 13:39:11 +09:00
mathetake
a828b43463
pkg/canary: add daemonset target controller
2020-02-23 12:25:38 +09:00
Stefan Prodan
bf1089b204
Merge pull request #454 from weaveworks/contour-1.2
...
Contour 1.2
2020-02-22 08:55:32 +02:00
stefanprodan
0c2d7da136
Use Contour 1.2 in e2e tests
2020-02-22 00:50:38 +02:00
stefanprodan
3968e84efd
Fix Contour header override for Linkerd
2020-02-22 00:46:00 +02:00
Stefan Prodan
54d4df5751
Merge pull request #450 from weaveworks/istio-multi-cluster
...
Add docs for Istio multi-cluster setup
2020-02-21 10:28:02 +02:00