Stefan Prodan
7b17286b96
e2e: Remove OSM tests
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-05-08 17:09:20 +03:00
Alejandro Pedraza
7242fa7d5c
Add support for Linkerd 2.13
...
In Linkerd 2.13 the Prometheus instance in
the `linkerd-viz` namespace is now locked behind an
[_AuthorizationPolicy_](https://github.com/linkerd/linkerd2/blob/stable-2.13.1/viz/charts/linkerd-viz/templates/prometheus-policy.yaml )
that only allows access to the `metrics-api` _ServiceAccount_.
This adds an extra _AuthorizationPolicy_ to authorize the `flagger`
_ServiceAccount_. It's created by default when using Kustomize, but
needs to be opted-in when using Helm via the new
`linkerdAuthPolicy.create` value. This also implies that the Flagger
workload has to be injected by the Linkerd proxy, and that can't happen
in the same `linkerd` namespace where the control plane lives, so we're
moving Flagger into the new injected `flagger-system` namespace.
The `namespace` field in `kustomization.yml` was resetting the namespace
for the new _AuthorizationPolicy_ resource, so that gets restored back
to `linkerd-viz` using a `patchesJson6902` entry. A better way to do
this would have been to use the `unsetOnly` field in a
_NamespaceTransformer_ (see kubernetes-sigs/kustomize#4708 ) but for
the life of me I couldn't make that work...
Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io >
2023-05-08 06:33:00 -05:00
Sanskar Jaiswal
8229852585
disable flux helm drift detection for managed resources
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-04-10 17:28:39 +05:30
John Harris
49d59f3b45
update Kuma version and docs
...
Signed-off-by: John Harris <john@johnharris.io >
2023-04-06 14:27:19 +05:30
Nelson Johnstone
2b45c2013c
metric variables documentation and e2e tests
...
Signed-off-by: Nelson Johnstone <93178586+njohnstone2@users.noreply.github.com >
2023-02-08 19:49:22 +10:00
Gallardot
6c29c21184
add apisix docs
...
Signed-off-by: Gallardot <tttick@163.com >
2022-12-07 11:57:21 +08:00
Gallardot
69861e0c8a
chore: add kustomize. fix: e2e test
...
Signed-off-by: Gallardot <tttick@163.com >
2022-12-06 17:56:00 +05:30
Gallardot
e440be17ae
add e2e tests and helper functions for router
...
Signed-off-by: Gallardot <tttick@163.com >
2022-12-06 17:54:03 +05:30
Christoph Grotz
e015a409fe
Added support for Gateway API v1beta1
...
Signed-off-by: Christoph Grotz <grotz@google.com >
2022-11-22 15:51:16 +01:00
mdolinin
647f624554
fix(gloo): Update tests to not check gateway deployment. Was removed from >1.12.x
...
Signed-off-by: mdolinin <dmo.builder@gmail.com >
2022-10-25 11:18:26 -04:00
mdolinin
3d3e051f03
fix(gloo): Update Gloo to the latest stable version
...
Signed-off-by: mdolinin <dmo.builder@gmail.com >
2022-10-25 07:52:15 -04:00
Stefan Prodan
e06334cd12
Bump Contour to v1.22 in e2e tests
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-10-18 16:46:01 +03:00
Vidhart Bhatia
25a33fe58f
Update ScaledObject API to KEDA 2.7.1
...
Signed-off-by: Vidhart Bhatia <vidhartbhatia@hotmail.com >
Co-authored-by: Sanskar Jaiswal <sanskar.jaiswal@weave.worksl >
2022-07-29 14:50:29 +05:30
Sanskar Jaiswal
b01e4cf9ec
add e2e tests for KEDA ScaledObjects
...
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works >
2022-06-10 15:32:04 +05:30
Sanskar Jaiswal
9b97bff7b1
add e2e tests for hpa reconciler
...
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works >
2022-06-07 13:43:11 +05:30
Sanskar Jaiswal
6dd8a755c8
bump provider versions in e2e tests
...
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works >
2022-06-07 12:09:19 +05:30
Sanskar Jaiswal
c7c0c76bd3
fix canary rollback behaviour
...
Prevents the canary from getting triggered, when a canary deploy is
updated to match the primary deploy after an analysis fails.
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works >
2022-04-15 13:49:05 +05:30
Stefan Prodan
e6bb47f920
Merge pull request #1108 from aryan9600/aryan9600/gateway-api
...
Add Gateway API as a provider
2022-03-14 11:14:01 +02:00
Sanskar Jaiswal
281d869f54
add a/b test docs and update progressive docs
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-03-10 16:54:36 +05:30
Sanskar Jaiswal
91126d102d
fix a/b testing logic and update e2e tests
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-03-10 16:54:36 +05:30
Sanskar Jaiswal
ba4646cddb
fix docs and e2e install.sh
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-03-10 16:54:36 +05:30
Sanskar Jaiswal
da451a0cf4
add metric templates to tests
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-03-10 16:54:36 +05:30
Sanskar Jaiswal
5e1d00d4d2
add router_test and make test install script platform agnostic
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-03-10 16:54:36 +05:30
Sanskar Jaiswal
00d54d268c
add gateway tests and change provider aname
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-03-10 16:54:36 +05:30
Sanskar Jaiswal
174e9fdc93
Add support for Gateway API as a provider.
...
Adds Gateway API as a provider for progressive traffic shifting, A/B
testing and Blue-Green testing. Adds a new field in the Canary
`spec.service.gatewayRefs` which specifies the Gateway that Flagger
should use.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-03-10 16:54:36 +05:30
Sanskar Jaiswal
5dc336d609
bump podinfo to 6.0.x and loadtester to 0.22.0
...
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works >
2022-03-09 20:19:39 +05:30
Sanskar Jaiswal
7a438ad323
fix failing kuma e2e tests
...
Kuma e2e tests were failing in CI(https://github.com/fluxcd/flagger/runs/4826617915?check_suite_focus=true )
due to prom server installed in the kuma-metrics ns not being able to
contact the kubernetes api server. Fixed by switching to flagger
prometheus and a custom kustomize build for kuma tests.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-01-20 08:20:16 +00:00
John Harris
d2038699c0
Fix newlines
...
Signed-off-by: John Harris <john.harris@konghq.com >
2022-01-05 07:46:56 -08:00
John Harris
e81627a96d
Add tests
...
Signed-off-by: John Harris <john.harris@konghq.com >
2021-12-18 14:09:39 -08:00
Stefan Prodan
45ecaa9084
Prevent Flux from overriding Flagger managed objects
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-11-10 18:19:04 +02:00
Léopold Jacquot
7d2f3dea7a
Use nginx controller canary metrics
...
Signed-off-by: Léopold Jacquot <leopold.jacquot@infomaniak.com >
2021-09-30 11:12:37 +02:00
Stefan Prodan
9a993b131d
Update Gloo to 1.9.0
...
Fix for deprecated CRDs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-09-30 11:39:59 +03:00
Keerthan Ekbote
aa485f4bf1
Update gloo apis to replace snake case with camel case
...
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
2021-08-23 12:16:43 -04:00
Stefan Prodan
e470474d6f
Update Istio delegation e2e for 1.11
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-08-23 17:48:40 +03:00
Stefan Prodan
7533d0ae99
e2e: Update Ingress NGINX to v0.49.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-08-23 14:26:27 +03:00
Stefan Prodan
419000cc13
e2e: Update Istio to v1.11.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-08-23 12:58:35 +03:00
Stefan Prodan
0759b6531b
e2e: Update Contour to v1.18
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-08-23 12:34:32 +03:00
Stefan Prodan
c6dffd9d3e
e2e: Update Linkerd to v2.10.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-08-20 17:17:59 +03:00
Johnson Shi
11375b6890
Support OSM progressive traffic shifting
...
Signed-off-by: Johnson Shi <Johnson.Shi@microsoft.com >
2021-08-11 17:43:00 -07:00
Stefan Prodan
c1b1d7d448
e2e: Update Traefik to 2.4.9
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-07-27 12:17:40 +03:00
Stefan Prodan
834a601311
e2e: Update Kubernetes to v1.21.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-05-26 10:44:06 +03:00
Stefan Prodan
a2784c533e
Upgrade Ingress to networking/v1
...
- breaking change: drop support for Ingress `k8s.io/api/networking/v1beta1`
- routing: use Ingress `k8s.io/api/networking/v1` for NGINX and Skipper routers
- e2e: update ingress-nginx v0.46.0 and skipper to v0.13.61
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-05-26 09:59:26 +03:00
Stefan Prodan
deb3fb01a2
e2e: Update Contour to v1.15
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-05-25 10:43:14 +03:00
Stefan Prodan
3accd23a19
e2e: Update Istio to v1.10.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-05-25 10:42:21 +03:00
Stefan Prodan
41e427d645
Merge pull request #908 from kdorosh/add_gloo_upstreamRef
...
Gloo Upstream Ref for Upstream Config
2021-05-14 15:37:49 +03:00
Keerthan Ekbote
a286625ad9
updated gloo unit tests
...
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
intermediate commit
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
updated gloo unit tests
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
copy config from upstream ref to flagger-generateed upstreams
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
removed unneeded types
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
make fmt
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
added code-generator to replace
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
reverted go.mod
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
fixed struct
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
updated e2es with new upstream ref
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
Add note to docs about upstreamRef
Signed-off-by: Kevin Dorosh <kevin.dorosh@solo.io >
Fix typo, improve clarity
Signed-off-by: Kevin Dorosh <kevin.dorosh@solo.io >
2021-05-14 08:07:15 -04:00
Iaroslav Vorozhko
d7999e6627
Added e2e test to check nginx update pass witth nginx validation webhook after canary promotion
...
Signed-off-by: Iaroslav Vorozhko <iaroslav.vorozhko@mcmakler.de >
2021-05-14 12:25:05 +02:00
Keerthan Ekbote
3f1af1ec85
added comment
...
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
2021-04-27 17:14:30 -04:00
Keerthan Ekbote
487432d873
change: turned off discovery by default in tests
...
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
2021-04-27 13:44:21 -04:00
Tarun Pothulapati
4a66a28c01
update to latest stable linkerd version
...
This commit updates the linkerd version to `2.10`, along with
the install script to download the arm version.
It also updates the install script and metricsTempalte to install
and use the viz Prometheus respectively.
Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com >
2021-03-15 06:25:18 +00:00