Skip to content

Commit

Permalink
Upgrade istio httpbin from 1.0 to 1.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikovnatskymiacar authored Jun 22, 2020
1 parent 0f186d3 commit a54aa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ The following are relevant snippets from that tutorial.
#### Install a sample service
With automatic sidecar injection:
```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:
```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:
Expand Down

0 comments on commit a54aa72

Please sign in to comment.