Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the documentation to reflect deprecation of "external" profile value in istioctl #620

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions docs/userguide/service/working-with-istio-on-non-flat-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ not direct connectivity between the pods in all clusters.

![Istio on Karmada-different-network](../../resources/userguide/service/istio/istio-on-karmada-different-network.png)

***
---
devleejb marked this conversation as resolved.
Show resolved Hide resolved

The reason for deploying `istiod` on the `member1` is that `kiali` needs to be deployed on the same cluster as `istiod`
. If `istiod` and `kiali` are deployed on the `karmada-host`,`kiali` will not find the namespace created by `karmada`. It
cannot implement the function of service topology for application deployed by `karmada`. I will continue to provide a new
solution later that deploys `istiod` on the `karmada-host`.
***

---

## Install Karmada

Expand All @@ -27,9 +29,11 @@ in Quick Start, you can get a Karmada.

## Deploy Istio

***
---

If you are testing multicluster setup on `kind` you can use [MetalLB](https://metallb.universe.tf/installation/) to make use of `EXTERNAL-IP` for `LoadBalancer` services.
***

---

### Install istioctl

Expand Down Expand Up @@ -155,7 +159,7 @@ EOF
Run the following command to install istio CRDs on karmada apiserver:

```bash
istioctl manifest generate --set profile=external \
istioctl manifest generate --set profile=remote \
--set values.global.configCluster=true \
--set values.global.externalIstiod=false \
--set values.global.defaultPodDisruptionBudget.enabled=false \
Expand Down Expand Up @@ -269,4 +273,4 @@ samples/multicluster/gen-eastwest-gateway.sh --mesh mesh1 --cluster member2 --ne

### Deploy bookinfo application

See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ not direct connectivity between the pods in all clusters.

![Istio on Karmada-different-network](../../resources/userguide/service/istio/istio-on-karmada-different-network.png)

***
---

The reason for deploying `istiod` on the `member1` is that `kiali` needs to be deployed on the same cluster as `istiod`
. If `istiod` and `kiali` are deployed on the `karmada-host`,`kiali` will not find the namespace created by `karmada`. It
cannot implement the function of service topology for application deployed by `karmada`. I will continue to provide a new
solution later that deploys `istiod` on the `karmada-host`.
***

---

## Install Karmada

Expand All @@ -27,9 +29,11 @@ in Quick Start, you can get a Karmada.

## Deploy Istio

***
---

If you are testing multicluster setup on `kind` you can use [MetalLB](https://metallb.universe.tf/installation/) to make use of `EXTERNAL-IP` for `LoadBalancer` services.
***

---

### Install istioctl

Expand Down Expand Up @@ -155,7 +159,7 @@ EOF
Run the following command to install istio CRDs on karmada apiserver:

```bash
istioctl manifest generate --set profile=external \
istioctl manifest generate --set profile=remote \
--set values.global.configCluster=true \
--set values.global.externalIstiod=false \
--set values.global.defaultPodDisruptionBudget.enabled=false \
Expand Down Expand Up @@ -269,4 +273,4 @@ samples/multicluster/gen-eastwest-gateway.sh --mesh mesh1 --cluster member2 --ne

### Deploy bookinfo application

See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ not direct connectivity between the pods in all clusters.

![Istio on Karmada-different-network](../../resources/istio-on-karmada-different-network.png)

***
---

The reason for deploying `istiod` on the `member1` is that `kiali` needs to be deployed on the same cluster as `istiod`
. If `istiod` and `kiali` are deployed on the `karmada-host`,`kiali` will not find the namespace created by `karmada`. It
cannot implement the function of service topology for application deployed by `karmada`. I will continue to provide a new
solution later that deploys `istiod` on the `karmada-host`.
***

---

## Install Karmada

Expand All @@ -27,9 +29,11 @@ in Quick Start, you can get a Karmada.

## Deploy Istio

***
---

If you are testing multicluster setup on `kind` you can use [MetalLB](https://metallb.universe.tf/installation/) to make use of `EXTERNAL-IP` for `LoadBalancer` services.
***

---

### Install istioctl

Expand Down Expand Up @@ -155,7 +159,7 @@ EOF
Run the following command to install istio CRDs on karmada apiserver:

```bash
istioctl manifest generate --set profile=external \
istioctl manifest generate --set profile=remote \
--set values.global.configCluster=true \
--set values.global.externalIstiod=false \
--set values.global.defaultPodDisruptionBudget.enabled=false \
Expand Down Expand Up @@ -269,4 +273,4 @@ samples/multicluster/gen-eastwest-gateway.sh --mesh mesh1 --cluster member2 --ne

### Deploy bookinfo application

See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ not direct connectivity between the pods in all clusters.

![Istio on Karmada-different-network](../../resources/userguide/service/istio/istio-on-karmada-different-network.png)

***
---

The reason for deploying `istiod` on the `member1` is that `kiali` needs to be deployed on the same cluster as `istiod`
. If `istiod` and `kiali` are deployed on the `karmada-host`,`kiali` will not find the namespace created by `karmada`. It
cannot implement the function of service topology for application deployed by `karmada`. I will continue to provide a new
solution later that deploys `istiod` on the `karmada-host`.
***

---

## Install Karmada

Expand All @@ -27,9 +29,11 @@ in Quick Start, you can get a Karmada.

## Deploy Istio

***
---

If you are testing multicluster setup on `kind` you can use [MetalLB](https://metallb.universe.tf/installation/) to make use of `EXTERNAL-IP` for `LoadBalancer` services.
***

---

### Install istioctl

Expand Down Expand Up @@ -155,7 +159,7 @@ EOF
Run the following command to install istio CRDs on karmada apiserver:

```bash
istioctl manifest generate --set profile=external \
istioctl manifest generate --set profile=remote \
--set values.global.configCluster=true \
--set values.global.externalIstiod=false \
--set values.global.defaultPodDisruptionBudget.enabled=false \
Expand Down Expand Up @@ -269,4 +273,4 @@ samples/multicluster/gen-eastwest-gateway.sh --mesh mesh1 --cluster member2 --ne

### Deploy bookinfo application

See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ not direct connectivity between the pods in all clusters.

![Istio on Karmada-different-network](../../resources/userguide/service/istio/istio-on-karmada-different-network.png)

***
---

The reason for deploying `istiod` on the `member1` is that `kiali` needs to be deployed on the same cluster as `istiod`
. If `istiod` and `kiali` are deployed on the `karmada-host`,`kiali` will not find the namespace created by `karmada`. It
cannot implement the function of service topology for application deployed by `karmada`. I will continue to provide a new
solution later that deploys `istiod` on the `karmada-host`.
***

---

## Install Karmada

Expand All @@ -27,9 +29,11 @@ in Quick Start, you can get a Karmada.

## Deploy Istio

***
---

If you are testing multicluster setup on `kind` you can use [MetalLB](https://metallb.universe.tf/installation/) to make use of `EXTERNAL-IP` for `LoadBalancer` services.
***

---

### Install istioctl

Expand Down Expand Up @@ -155,7 +159,7 @@ EOF
Run the following command to install istio CRDs on karmada apiserver:

```bash
istioctl manifest generate --set profile=external \
istioctl manifest generate --set profile=remote \
--set values.global.configCluster=true \
--set values.global.externalIstiod=false \
--set values.global.defaultPodDisruptionBudget.enabled=false \
Expand Down Expand Up @@ -269,4 +273,4 @@ samples/multicluster/gen-eastwest-gateway.sh --mesh mesh1 --cluster member2 --ne

### Deploy bookinfo application

See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ not direct connectivity between the pods in all clusters.

![Istio on Karmada-different-network](../../resources/userguide/service/istio/istio-on-karmada-different-network.png)

***
---

The reason for deploying `istiod` on the `member1` is that `kiali` needs to be deployed on the same cluster as `istiod`
. If `istiod` and `kiali` are deployed on the `karmada-host`,`kiali` will not find the namespace created by `karmada`. It
cannot implement the function of service topology for application deployed by `karmada`. I will continue to provide a new
solution later that deploys `istiod` on the `karmada-host`.
***

---

## Install Karmada

Expand All @@ -27,9 +29,11 @@ in Quick Start, you can get a Karmada.

## Deploy Istio

***
---

If you are testing multicluster setup on `kind` you can use [MetalLB](https://metallb.universe.tf/installation/) to make use of `EXTERNAL-IP` for `LoadBalancer` services.
***

---

### Install istioctl

Expand Down Expand Up @@ -155,7 +159,7 @@ EOF
Run the following command to install istio CRDs on karmada apiserver:

```bash
istioctl manifest generate --set profile=external \
istioctl manifest generate --set profile=remote \
--set values.global.configCluster=true \
--set values.global.externalIstiod=false \
--set values.global.defaultPodDisruptionBudget.enabled=false \
Expand Down Expand Up @@ -269,4 +273,4 @@ samples/multicluster/gen-eastwest-gateway.sh --mesh mesh1 --cluster member2 --ne

### Deploy bookinfo application

See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ not direct connectivity between the pods in all clusters.

![Istio on Karmada-different-network](../../resources/userguide/service/istio/istio-on-karmada-different-network.png)

***
---

The reason for deploying `istiod` on the `member1` is that `kiali` needs to be deployed on the same cluster as `istiod`
. If `istiod` and `kiali` are deployed on the `karmada-host`,`kiali` will not find the namespace created by `karmada`. It
cannot implement the function of service topology for application deployed by `karmada`. I will continue to provide a new
solution later that deploys `istiod` on the `karmada-host`.
***

---

## Install Karmada

Expand All @@ -27,9 +29,11 @@ in Quick Start, you can get a Karmada.

## Deploy Istio

***
---

If you are testing multicluster setup on `kind` you can use [MetalLB](https://metallb.universe.tf/installation/) to make use of `EXTERNAL-IP` for `LoadBalancer` services.
***

---

### Install istioctl

Expand Down Expand Up @@ -155,7 +159,7 @@ EOF
Run the following command to install istio CRDs on karmada apiserver:

```bash
istioctl manifest generate --set profile=external \
istioctl manifest generate --set profile=remote \
--set values.global.configCluster=true \
--set values.global.externalIstiod=false \
--set values.global.defaultPodDisruptionBudget.enabled=false \
Expand Down Expand Up @@ -269,4 +273,4 @@ samples/multicluster/gen-eastwest-gateway.sh --mesh mesh1 --cluster member2 --ne

### Deploy bookinfo application

See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ not direct connectivity between the pods in all clusters.

![Istio on Karmada-different-network](../../resources/userguide/service/istio/istio-on-karmada-different-network.png)

***
---

The reason for deploying `istiod` on the `member1` is that `kiali` needs to be deployed on the same cluster as `istiod`
. If `istiod` and `kiali` are deployed on the `karmada-host`,`kiali` will not find the namespace created by `karmada`. It
cannot implement the function of service topology for application deployed by `karmada`. I will continue to provide a new
solution later that deploys `istiod` on the `karmada-host`.
***

---

## Install Karmada

Expand All @@ -27,9 +29,11 @@ in Quick Start, you can get a Karmada.

## Deploy Istio

***
---

If you are testing multicluster setup on `kind` you can use [MetalLB](https://metallb.universe.tf/installation/) to make use of `EXTERNAL-IP` for `LoadBalancer` services.
***

---

### Install istioctl

Expand Down Expand Up @@ -155,7 +159,7 @@ EOF
Run the following command to install istio CRDs on karmada apiserver:

```bash
istioctl manifest generate --set profile=external \
istioctl manifest generate --set profile=remote \
--set values.global.configCluster=true \
--set values.global.externalIstiod=false \
--set values.global.defaultPodDisruptionBudget.enabled=false \
Expand Down Expand Up @@ -269,4 +273,4 @@ samples/multicluster/gen-eastwest-gateway.sh --mesh mesh1 --cluster member2 --ne

### Deploy bookinfo application

See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
See module `Deploy bookinfo application` in [here](./working-with-istio-on-flat-network.md#deploy-bookinfo-application)
Loading