mirror of https://github.com/docker/docs.git
Refer to the raw content from github (#9837)
Signed-off-by: Jose Bigio <jose.bigio@docker.com>
This commit is contained in:
parent
0ee504c676
commit
7ee885fbf1
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue