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. 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. 2. Download the sample Kubernetes manifest file.
```bash ```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. 3. Deploy the Kubernetes manifest file.

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. 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. 2. Download the sample Kubernetes manifest file.
```bash ```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. 3. Deploy the Kubernetes manifest file with the new DestinationRule. This file includes the consistentHash loadBalancer policy.
```bash ```bash