Skip to content

Commit

Permalink
istion
Browse files Browse the repository at this point in the history
  • Loading branch information
cherkavi authored Apr 22, 2022
1 parent 1d260ca commit 3c31f3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,10 @@ oc delete {type} {type name}
* routes
* ...

#### Isio external service exposing
```sh
oc get svc istio-ingressgateway -n istio-system
```
### expose services
if your service looks like svc/web - 172.30.20.243:8080
instead of external link like: http://gateway-myproject.192.168.42.43.nip.io to pod port 8080 (svc/gateway), then you can "expose" it for external world:
Expand Down

0 comments on commit 3c31f3a

Please sign in to comment.