Skip to content

Commit

Permalink
Specify generated objects
Browse files Browse the repository at this point in the history
  • Loading branch information
xtineskim committed Aug 11, 2023
1 parent 2dd53c8 commit 303dac0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions content/en/flagger/tutorials/cilium-progressive-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ spec:
----
## Bootstrap
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.
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.
Create a test namespace with Istio sidecar injection enabled:
Create a test namespace:
```bash
kubectl create ns test
Expand Down Expand Up @@ -219,9 +219,7 @@ horizontalpodautoscaler.autoscaling/podinfo-primary
service/podinfo
service/podinfo-canary
service/podinfo-primary
destinationrule.networking.istio.io/podinfo-canary
destinationrule.networking.istio.io/podinfo-primary
virtualservice.networking.istio.io/podinfo
httproutes.gateway.networking.k8s.io/podinfo
```

## Automated canary promotion
Expand Down

0 comments on commit 303dac0

Please sign in to comment.