You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(*) In Istio [1.17.0 Gateway naming convention was changed](https://istio.io/latest/news/releases/1.17.x/announcing-1.17/change-notes/) to be a concatenation of Gateway `Name` and `GatewayClass`.
52
53
54
+
(**) From this time, we switched from using a monolothic AWS provider to using provider families. Details are in make target `deploy-crossplane-aws-provider`.
55
+
53
56
## Testing AWS/Crossplane/Istio Blueprint
54
57
55
58
This section describes how to test the blueprint using different
@@ -81,16 +84,16 @@ Deploy dependencies with the make targets shown below. Version information can b
81
84
make deploy-gateway-api
82
85
make deploy-aws-load-balancer-controller-crds
83
86
AWS_LOAD_BALANCER_CONTROLLER_CHART_VERSION=v1.4.6 make deploy-aws-load-balancer-controller
84
-
CROSSPLANE_VERSION=v1.11.0 make deploy-crossplane
85
-
CROSSPLANE_AWS_PROVIDER_VERSION=v0.33.0 make deploy-crossplane-aws-provider
86
-
ISTIO_VERSION=1.17.2 make deploy-istio
87
+
CROSSPLANE_VERSION=v1.12.2 make deploy-crossplane
88
+
CROSSPLANE_AWS_PROVIDER_VERSION=v0.36.0 make deploy-crossplane-aws-provider
89
+
ISTIO_VERSION=1.18.0 make deploy-istio
87
90
```
88
91
89
92
Deploy controller and blueprint:
90
93
91
94
```
92
-
BIFROST_VERSION=0.1.6 make deploy-controller-aws-helm
93
-
BIFROST_BLUEPRINTS_VERSION=0.0.18 make deploy-aws-istio-blueprint
95
+
BIFROST_VERSION=0.1.8 make deploy-controller-aws-helm
96
+
BIFROST_BLUEPRINTS_VERSION=0.0.21 make deploy-aws-istio-blueprint
94
97
```
95
98
96
99
Note, there is also a `deploy-aws-istio-blueprint-local` make target to deploy
0 commit comments