Skip to content

Commit

Permalink
docs: fix typo apisix (argoproj#2508)
Browse files Browse the repository at this point in the history
Signed-off-by: Gallardot <[email protected]>

Signed-off-by: Gallardot <[email protected]>
Signed-off-by: Travis Perdue <[email protected]>
  • Loading branch information
Gallardot authored and Travis Perdue committed Jan 12, 2023
1 parent b6e351b commit d3e7d76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For these reasons, in large scale high-volume production environments, a rolling
* Automated rollbacks and promotions
* Manual judgement
* Customizable metric queries and analysis of business KPIs
* Ingress controller integration: NGINX, ALB
* Ingress controller integration: NGINX, ALB, Apache APISIX
* Service Mesh integration: Istio, Linkerd, SMI
* Metric provider integration: Prometheus, Wavefront, Kayenta, Web, Kubernetes Jobs, Datadog, New Relic, InfluxDB

Expand Down
2 changes: 1 addition & 1 deletion docs/features/traffic-management/apisix.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Next it is time to perform an update. Just as with Deployments, any change to th

```shell
kubectl argo rollouts set image rollout-apisix-canary \
rollout-apisix-canary=argoproj/rollouts-demo:yellow
rollouts-demo=argoproj/rollouts-demo:yellow
```

During a rollout update, the controller will progress through the steps defined in the Rollout's update strategy. The example rollout sets a 20% traffic weight to the canary, and pauses the rollout indefinitely until user action is taken to unpause/promote the rollout.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For these reasons, in large scale high-volume production environments, a rolling
* Automated rollbacks and promotions
* Manual judgement
* Customizable metric queries and analysis of business KPIs
* Ingress controller integration: NGINX, ALB
* Ingress controller integration: NGINX, ALB, Apache APISIX
* Service Mesh integration: Istio, Linkerd, SMI
* Simultaneous usage of multiple providers: SMI + NGINX, Istio + ALB, etc.
* Metric provider integration: Prometheus, Wavefront, Kayenta, Web, Kubernetes Jobs, Datadog, New Relic, Graphite, InfluxDB
Expand Down

0 comments on commit d3e7d76

Please sign in to comment.