Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Tremel committed Feb 1, 2019
1 parent a41ac99 commit bb89c2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions canary/native/README.md
Expand Up @@ -3,9 +3,9 @@ Canary deployment using Kubernetes native functionnalities

> In the following example we apply the poor man's canary using Kubernetes
native features (replicas). If you want a finer grained control over traffic
shifting, check the [nginx-ingress](../nginx-ingress) example which use Nginx
to split traffic or the [a/b testing](../../ab-testing) example which shift
traffic using [Istio](https://istio.io).
shifting, check the [nginx-ingress](../nginx-ingress) example which use
[Nginx](http://nginx.org/) to split traffic or the [a/b testing](../../ab-testing)
example which shift traffic using [Istio](https://istio.io).

## Steps to follow

Expand Down
2 changes: 1 addition & 1 deletion canary/nginx-ingress/README.md
Expand Up @@ -2,7 +2,7 @@ Canary deployment using the nginx-ingress controller
====================================================

> In the following example, we shift traffic between 2 applications using the
(canary annotations of the Nginx ingress
[canary annotations of the Nginx ingress
controller](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#canary).

## Steps to follow
Expand Down

0 comments on commit bb89c2a

Please sign in to comment.