Sanskar Jaiswal
8dbc72d7ff
gatewayapi: add docs for b/g mirroring
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-10-03 14:41:38 +05:30
Stefan Prodan
3a7fd48d3a
Merge pull request #1518 from mumubin/docs_deployment_strategies_fix
...
docs: fix error example in deployment strategies
2023-09-22 17:52:47 +03:00
Kevin McDermott
56b6339f8c
Add Canary Webhook checksum.
...
This adds a new Checksum field to the canary webhook body, which is a
hash of the LastAppliedSpec and TrackedConfigs.
This can be used to identify the rollout of a specific configuration,
and differentiate between webhooks being sent for different
configuration and deployment versions.
Signed-off-by: Kevin McDermott <kevin@weave.works >
2023-09-19 12:50:37 +01:00
bin.hu
ecdde862bf
docs: fix error example in deployment strategies
...
Signed-off-by: bin.hu <bin.hu@ringcentral.com >
2023-09-18 14:08:36 +08:00
Alex Leong
04a1f2fa68
Add metrics templates
...
Signed-off-by: Alex Leong <alex@buoyant.io >
2023-09-15 15:08:32 -07:00
Alex Leong
efc588001f
Include gatewayRefs in Linkerd Canary resources
...
Signed-off-by: Alex Leong <alex@buoyant.io >
2023-09-15 14:05:14 -07:00
Alex Leong
da7015397c
Update Linkerd tutorial
...
Signed-off-by: Alex Leong <alex@buoyant.io >
2023-09-15 12:08:23 -07:00
Sanskar Jaiswal
0eaf054e8b
remove all usages of autoscaling/v2beta2 from docs
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-09-11 13:57:26 +05:30
Sanskar Jaiswal
00fcf991a6
gatewayapi: add support for session affinity
...
Add support for Canary releases with session affinity for Gateway API.
This enables any Gateway API implementation that supports
[`ResponseHeaderModifier`](3d22aa5a08/apis/v1beta1/httproute_types.go (L651) )
to be used with session affinity.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-09-11 13:57:23 +05:30
Son Bui
f29c74b957
chore: fix incorrect canary name on document
...
Signed-off-by: Son Bui <sonbv00@gmail.com >
2023-09-01 13:08:24 +08:00
Sanskar Jaiswal
cc08d31622
add docs for kubectl in loadtester
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-08-29 13:50:50 +05:30
Sanskar Jaiswal
eb302fe16e
Merge pull request #1489 from sonbui00/fix-1104
...
Update Istio Gateway reference format
2023-08-28 18:51:09 +05:30
Son Bui
2e4fe73d34
fix: Incorrect format for istio gateways #1104
...
Signed-off-by: Son Bui <sonbv00@gmail.com >
2023-08-28 20:46:30 +08:00
Son Bui
388c0ef344
upgrade istio version
...
Signed-off-by: Son Bui <sonbv00@gmail.com >
2023-08-28 19:29:46 +08:00
Frank Kelly
e5c0ffb693
Fix FAQ templating format and change workload to target.
...
Signed-off-by: Frank Kelly <kellyfj@gmail.com >
2023-08-21 11:36:55 +05:30
Steven Fraser
310ca7eae8
Fixing namespace of HelmRepository
...
Signed-off-by: Steven Fraser <steve.fraser@weave.works >
2023-07-12 17:27:04 -04:00
Sanskar Jaiswal
6384bfb4a2
add spec.suspend to allow suspending canary
...
Suspend, if set to true will suspend the Canary, disabling any canary runs
regardless of any changes to its target, services, etc. Note that if the
Canary is suspended during an analysis, its paused until the Canary is unsuspended.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-05-17 13:43:23 +05:30
Alejandro Pedraza
d151a1b5e4
Update linkerd tutorial
...
Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io >
2023-05-08 06:33:00 -05:00
John Harris
49d59f3b45
update Kuma version and docs
...
Signed-off-by: John Harris <john@johnharris.io >
2023-04-06 14:27:19 +05:30
KwongTN
4ebb38743d
Update flagger-install-with-flux.md
...
Signed-off-by: KwongTN <5886584+kwongtn@users.noreply.github.com >
2023-03-25 00:20:17 +08:00
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
Sanskar Jaiswal
e9ffef29f6
Merge pull request #1346 from lloydchang/patch-2
...
docs(readme.md): add additional tutorial
2023-02-05 00:37:55 +05:30
Sanskar Jaiswal
c65d072249
Merge pull request #1338 from wwadge/add-prometheus-bearer-auth
...
Allow access to Prometheus in OpenShift via SA token
2023-01-18 19:32:49 +05:30
Wallace Wadge
a50d7de86d
Allow access to Prometheus in OpenShift via SA token
...
Fixes: https://github.com/fluxcd/flagger/issues/1064
Signed-off-by: Wallace Wadge <wwadge@gmail.com >
2023-01-18 08:56:53 +01:00
lloydchang
685c816a12
docs(readme.md): add additional tutorial
...
AWS App Mesh: Canary Deployment Using Flagger
https://www.eksworkshop.com/advanced/340_appmesh_flagger/
Signed-off-by: lloydchang <lloydchang@gmail.com >
2023-01-16 15:28:22 -08:00
Aurel Canciu
5d3ab056f0
Support for overriding primary scaler replicas
...
Adding support for overriding the primary scaler replica count via
.spec.autoscalerRef.primaryScalerReplicas, a feature which would enable
users to define a different scaling configurations for the primary.
This can be useful in the situation where the user does not want to
scale the canary workload to the exact same size as the primary,
especially when opting for a canary deployment pattern where only a
small portion of traffic is routed to the canary workload pods.
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com >
2023-01-16 18:47:14 +01:00
Gallardot
6c29c21184
add apisix docs
...
Signed-off-by: Gallardot <tttick@163.com >
2022-12-07 11:57:21 +08:00
Stefan Prodan
228fbeeda4
Update release docs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-11-23 16:40:46 +02:00
Sanskar Jaiswal
ec0657f436
update gateway api docs to v1beta1
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-11-23 15:30:42 +05:30
Kingdon Barrett
63edc627ad
Fix #1315
...
Signed-off-by: Kingdon Barrett <kingdon@weave.works >
2022-11-16 21:14:30 -05:00
Sanskar Jaiswal
d16c9696c3
add docs for istio sticky canary releases
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-11-15 17:55:52 +05:30
mdolinin
4d28b9074b
fix(faq): Update FAQ about zero downtime with correct values
...
Signed-off-by: mdolinin <dmo.builder@gmail.com >
2022-10-26 20:56:30 -04:00
Stefan Prodan
487b6566ee
docs: Add guide on how to install Flagger with Flux OCI
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-10-23 12:15:57 +03:00
Stefan Prodan
e7e155048d
Merge pull request #1265 from ebar0n/patch-1
...
Use Helm to install loadtester in kubernetes-blue-green docs
2022-10-18 17:49:44 +03:00
Stefan Prodan
8197073cf0
Merge pull request #1270 from RicardoLorenzo/slack_bot_token_authentication
...
Slack bot token authentication
2022-10-18 17:48:00 +03:00
Ricardo Lorenzo
3dd667f3b3
Slack bot token authentication
...
Signed-off-by: Ricardo Lorenzo <rlorenzo@payfone.com >
2022-10-18 14:56:08 +01:00
Sanskar Jaiswal
3418488902
update Go to 1.19
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2022-10-12 12:40:15 +05:30
Edwar Baron
b97a87a1b4
Update kubernetes-blue-green.md
...
Signed-off-by: Edwar Baron <edwar.baron@gmail.com >
2022-09-02 10:10:06 -05:00
Stefan Prodan
11209fe05d
Update Go to 1.18 and Alpine to 3.16
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-07-29 15:36:25 +03:00
Stefan Prodan
d3373447c3
Merge pull request #1239 from sympatheticmoose/patch-1
...
Clarify HPA API requirement
2022-07-29 15:19:57 +03:00
Sanskar Jaiswal
f5c267144e
fix KEDA version typo in tutorial
...
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works >
2022-07-29 16:03:10 +05:30
David Harris
bab12dc99b
clarify HPA API requirement
...
Signed-off-by: David Harris <david.harris@weave.works >
2022-07-20 17:25:08 +01:00
Sanskar Jaiswal
ca044d3577
Merge pull request #1223 from Mpluya/patch-1
...
include Contour retryOn in the sample canary
2022-07-11 15:26:04 +05:30
Sanskar Jaiswal
76bac5d971
Merge pull request #1216 from aryan9600/keda-scaled-objects
...
Add support for KEDA ScaledObjects as an auto scaler
2022-07-08 19:21:22 +05:30
Sanskar Jaiswal
377a8f48e2
add tutorial for scaledobjects
...
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works >
2022-06-30 17:15:15 +05:30
Mae Large
1bb4afaeac
updated retryOn supported values link to point to contour's api doc
...
Signed-off-by: Mae Large <mlarge@vmware.com >
2022-06-22 06:10:42 -05:00
Mae Anne Large
4dd6102a0f
include Contour retryOn in the sample canary
...
without this change the HTTPProxy - podinfo.test was not getting created due to the following warning:
```
test 4m11s Warning Synced canary/podinfo HTTPProxy podinfo.test create error: HTTPProxy.projectcontour.io "podinfo" is invalid: spec.routes.retryPolicy.retryOn: Unsupported value: "": supported values: "5xx", "gateway-error", "reset", "connect-failure", "retriable-4xx", "refused-stream", "retriable-status-codes", "retriable-headers", "cancelled", "deadline-exceeded", "internal", "resource-exhausted", "unavailable"
```
Signed-off-by: Mae Anne Large <Mpluya@users.noreply.github.com >
Signed-off-by: Mae Large <mlarge@vmware.com >
2022-06-22 06:10:42 -05:00
奇方
4f64377480
update install guide on alibaba service mesh
...
Signed-off-by: 奇方 <qifang.ly@alibaba-inc.com >
2022-06-22 17:56:27 +08:00
David Harris
844090f842
typo: controller
...
Signed-off-by: David Harris <david.harris@weave.works >
2022-06-17 10:23:50 +01:00
Daniel Holbach
a5912ccd89
typo: boostrap -> bootstrap
...
Signed-off-by: Daniel Holbach <daniel@weave.works >
2022-06-14 13:57:33 +02:00