Skip to content

Commit

Permalink
GITBOOK-1216: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi751 authored and gitbook-bot committed Dec 16, 2024
1 parent 9474c44 commit c5f3feb
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ Istio is a power traffic mesh management tool. It also provides an ingress gatew

### Namespace Setup

(Skip this section for Rancher cluster)
> _Skip this section for Rancher cluster_

Set up an Istio gateway on each namespace for a domain. This assumes that the namespace (and relevant Rancher project) are already created (you may use the Rancher console to create a namespace or via command line `kubectl`)
Set up an Istio gateway on each namespace for a domain. This assumes that the namespace (and relevant Rancher project) are already created (use the Rancher console to create a namespace or via command line `kubectl):`

* Edit and run this to define the variables:
* One command line define these variables (example):

```
export NS=dev
export HOSTNAME='dev.your.org'
export WILDCARD_HOSTNAME='*.dev.your.org'
```
* From [kubernetes/istio](https://github.com/OpenG2P/openg2p-deployment/tree/main/kubernetes/istio) directory, run the following:
* Git clone https://github.com/openg2p/openg2p-deployment repo. In [kubernetes/istio](https://github.com/OpenG2P/openg2p-deployment/tree/main/kubernetes/istio) directory, run the following:

```bash
envsubst < istio-gateway.yaml | kubectl apply -f -
Expand Down

0 comments on commit c5f3feb

Please sign in to comment.