mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
Upgrade istio httpbin from 1.0 to 1.6 version
This commit is contained in:
parent
0f186d31b5
commit
a54aa72303
@ -139,12 +139,12 @@ The following are relevant snippets from that tutorial.
|
|||||||
#### Install a sample service
|
#### Install a sample service
|
||||||
With automatic sidecar injection:
|
With automatic sidecar injection:
|
||||||
```bash
|
```bash
|
||||||
$ kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.0/samples/httpbin/httpbin.yaml
|
$ kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.6/samples/httpbin/httpbin.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
Otherwise:
|
Otherwise:
|
||||||
```bash
|
```bash
|
||||||
$ kubectl apply -f <(istioctl kube-inject -f https://raw.githubusercontent.com/istio/istio/release-1.0/samples/httpbin/httpbin.yaml)
|
$ kubectl apply -f <(istioctl kube-inject -f https://raw.githubusercontent.com/istio/istio/release-1.6/samples/httpbin/httpbin.yaml)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Create an Istio Gateway:
|
#### Create an Istio Gateway:
|
||||||
|
Loading…
Reference in New Issue
Block a user