stefanprodan
dc3cde88d2
Use Helm to install Flagger for Istio e2e tests
2019-06-19 11:03:44 +03:00
stefanprodan
98beb1011e
Skip primary check on init when using Istio
...
The deployment will become ready after the ClusterIP are created
2019-06-19 10:50:55 +03:00
stefanprodan
8c59e9d2b4
Fix metrics URL getter
2019-06-19 10:30:19 +03:00
stefanprodan
9a87d47f45
Check primary readiness on initialisation
...
Wait for the primary to become ready before scaling down the canary in the init phase
2019-06-19 09:49:25 +03:00
stefanprodan
f25023ed1b
Include selector in service reconciliation
...
- detect changes in the Kubernetes service selectors and ports
- preserve the immutable fields when updating the ClusterIP services
2019-06-18 17:57:00 +03:00
stefanprodan
806b233d58
Fix typo in ClusterIP FAQ
2019-06-18 13:35:14 +03:00
Stefan Prodan
677ee8d639
Merge pull request #207 from weaveworks/port-discovery
...
Implement port discovery
2019-06-18 13:09:35 +03:00
stefanprodan
61ac8d7a8c
Add port discovery to canary example
2019-06-18 12:46:21 +03:00
stefanprodan
278680b248
Add port discovery to changelog
2019-06-18 12:43:50 +03:00
stefanprodan
5e4a58a1c1
Upgrade e2e tests to Istio v1.1.9
2019-06-18 11:35:21 +03:00
stefanprodan
757b5ca22e
Add missing config params to chart readme
2019-06-18 11:35:07 +03:00
stefanprodan
6d1da5bb45
Use container name in port discovery
...
If the port name is missing, append the container name to the tcp port name
2019-06-17 20:50:21 +03:00
stefanprodan
9ca79d147d
Add Istio virtual service merging to FAQ
2019-06-17 12:06:53 +03:00
stefanprodan
37fcfe15bb
Merge feature comparison table
2019-06-16 11:48:21 +03:00
stefanprodan
a9c7466359
Add pod affinity and label selectors to FAQ
2019-06-16 11:18:51 +03:00
stefanprodan
91a3f2c9a7
Add NGINX A/B testing convention to FAQ
2019-06-16 10:52:33 +03:00
stefanprodan
9aa341d088
Add load tester mTLS to FAQ
...
Ref: #186
2019-06-16 10:38:07 +03:00
stefanprodan
c9e09fa8eb
Add Istio mTLS to FAQ
...
Fix : #205
2019-06-16 10:36:25 +03:00
stefanprodan
e6257b7531
Add port discovery to FAQ
2019-06-16 10:33:03 +03:00
stefanprodan
aee027c91c
Add Kubernetes services to FAQ
2019-06-16 10:32:25 +03:00
stefanprodan
c106796751
Add A/B testing to FAQ
2019-06-16 10:31:25 +03:00
stefanprodan
42bd600482
Update GKE Prometheus config
2019-06-15 16:55:27 +03:00
stefanprodan
47ad81be5b
Remove unused go modules
2019-06-15 16:54:52 +03:00
stefanprodan
88c450e3bd
Implement port discovery
...
If port discovery is enabled, Flagger scans the deployment pod template and extracts the container ports excluding the port specified in the canary service spec and Istio proxy ports. All the extra ports will be used when generation the ClusterIP services.
2019-06-15 16:34:32 +03:00
stefanprodan
2ebedd185c
Add port discovery field to canary service spec
2019-06-15 16:18:54 +03:00
Stefan Prodan
0fdbef4cda
Merge pull request #203 from weaveworks/prep-v0.15.0
...
Release v0.15.0
0.15.0
2019-06-12 16:50:58 +03:00
stefanprodan
68500dc579
Fix e2e helm install
2019-06-12 16:33:09 +03:00
stefanprodan
12a29f1939
Release v0.15.0
2019-06-12 15:38:56 +03:00
stefanprodan
9974968dee
Update Istio e2e to 1.1.8
2019-06-12 14:46:29 +03:00
Stefan Prodan
f2eaa91c9c
Merge pull request #202 from weaveworks/gomod
...
Switch to go mod from dep
2019-06-12 11:15:44 +03:00
Stefan Prodan
f117f72901
Merge pull request #200 from weaveworks/traffic-policy
...
Add support for Istio traffic policy
2019-06-12 11:15:23 +03:00
stefanprodan
5424126d3c
Remove go mod from code gen script
2019-06-11 19:48:11 +03:00
stefanprodan
028933b635
Switch to go mod from dep
2019-06-11 19:37:36 +03:00
stefanprodan
678f79fc61
Revendor with go mod
2019-06-11 19:35:26 +03:00
stefanprodan
933c19fdf4
Add generated destination rules to docs
2019-06-11 11:08:05 +03:00
stefanprodan
d678c59285
Add traffic policy to docs
2019-06-07 14:17:29 +03:00
stefanprodan
2285bd210e
Add traffic policy to canary service spec
...
Attach traffic policy to canary and primary destination rules
2019-06-07 13:58:59 +03:00
stefanprodan
cba6e5f811
Add Istio destination rule to RBAC
2019-06-07 13:32:34 +03:00
stefanprodan
3fa9f37192
Reconcile Istio destination rule
...
Remove port selector from virtual service destinations
Ignore the destination weight field when diffing the virtual service spec
2019-06-07 13:31:07 +03:00
stefanprodan
c243756802
Make Istio port selector optional
2019-06-07 13:22:39 +03:00
stefanprodan
27b1b882ea
Add destination rule to Istio clientset
2019-06-07 11:52:51 +03:00
Stefan Prodan
2505cbfe15
Merge pull request #198 from weaveworks/release-v0.14.1
...
Release v0.14.1
0.14.1
2019-06-05 10:36:18 +03:00
stefanprodan
396452b7b6
Add changelog for v0.14.1
2019-06-05 10:28:40 +03:00
stefanprodan
76c82f48a4
Release v0.14.1
2019-06-05 10:28:13 +03:00
Stefan Prodan
948226dd4e
Merge pull request #196 from weaveworks/helm-test-hook
...
Implement Helm and Bash pre-rollout hooks
2019-06-05 10:11:04 +03:00
stefanprodan
1c97fc86c9
Restrict Helm task to a single command
2019-06-05 09:40:18 +03:00
Stefan Prodan
00de7abfde
Merge pull request #197 from Laci21/set-url-custom-path
...
Add ability to set Prometheus url with custom path without trailing "/"
2019-06-04 19:04:56 +03:00
László Bence Nagy
631d93b8d9
Add ability to set Prometheus url with custom path without trailing '/'
2019-06-04 17:31:27 +02:00
stefanprodan
2e38dbc565
Release test runner v0.4.0
2019-06-04 17:27:58 +03:00
stefanprodan
b122f7f71a
Add integration tests to docs
2019-06-04 17:27:19 +03:00