Refer to the raw content from github (#9837)

Signed-off-by: Jose Bigio <jose.bigio@docker.com>
This commit is contained in:
Jose Bigio 2019-11-12 09:56:24 -08:00 committed by Olly P
parent 0ee504c676
commit 7ee885fbf1
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ A new Kubernetes manifest file with updated ingress rules can be found [here](./
1. Source a [UCP Client Bundle](/ee/ucp/user-access/cli/) attached to a cluster with Cluster Ingress installed.
2. Download the sample Kubernetes manifest file.
```bash
$ wget https://github.com/docker/docker.github.io/tree/master/ee/ucp/kubernetes/cluster-ingress/yaml/ingress-weighted.yaml
$ wget https://raw.githubusercontent.com/docker/docker.github.io/master/ee/ucp/kubernetes/cluster-ingress/yaml/ingress-weighted.yaml
```
3. Deploy the Kubernetes manifest file.
@ -105,4 +105,4 @@ In this case, 100% of the traffic with the `stage=dev` header is sent to the v3
## Where to go next
- [Deploy the Sample Application with Sticky Sessions](./sticky/)
- [Deploy the Sample Application with Sticky Sessions](./sticky/)

View File

@ -32,7 +32,7 @@ requests.
1. Source a [UCP Client Bundle](/ee/ucp/user-access/cli/) attached to a cluster with Cluster Ingress installed.
2. Download the sample Kubernetes manifest file.
```bash
$ wget https://github.com/docker/docker.github.io/tree/master/ee/ucp/kubernetes/cluster-ingress/yaml/ingress-sticky.yaml
$ wget https://raw.githubusercontent.com/docker/docker.github.io/master/ee/ucp/kubernetes/cluster-ingress/yaml/ingress-sticky.yaml
```
3. Deploy the Kubernetes manifest file with the new DestinationRule. This file includes the consistentHash loadBalancer policy.
```bash