Skip to content

Commit 2bf0491

Browse files
committed
Specify generated objects
Signed-off-by: Christine Kim <[email protected]>
1 parent 56ccddd commit 2bf0491

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/en/flagger/tutorials/cilium-progressive-delivery.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ spec:
6161
----
6262
## Bootstrap
6363
64-
Flagger takes a Kubernetes deployment and optionally a horizontal pod autoscaler \(HPA\), then creates a series of objects \(Kubernetes deployments, ClusterIP services, Istio destination rules and virtual services\). These objects expose the application inside the mesh and drive the canary analysis and promotion.
64+
Flagger takes a Kubernetes deployment and optionally a horizontal pod autoscaler \(HPA\), then creates a series of objects \(Kubernetes deployments, ClusterIP services, HTTPRoutes for the Gateway\). These objects expose the application inside the mesh and drive the canary analysis and promotion.
6565
66-
Create a test namespace with Istio sidecar injection enabled:
66+
Create a test namespace:
6767
6868
```bash
6969
kubectl create ns test
@@ -219,9 +219,7 @@ horizontalpodautoscaler.autoscaling/podinfo-primary
219219
service/podinfo
220220
service/podinfo-canary
221221
service/podinfo-primary
222-
destinationrule.networking.istio.io/podinfo-canary
223-
destinationrule.networking.istio.io/podinfo-primary
224-
virtualservice.networking.istio.io/podinfo
222+
httproutes.gateway.networking.k8s.io/podinfo
225223
```
226224

227225
## Automated canary promotion

0 commit comments

Comments
 (0)