You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: build/charts/yorkie-cluster/README.md
+16-34
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,17 @@ Installs the yorkie-cluster, which provides cluster mode for Yorkie server to ha
5
5
## Prerequisites
6
6
7
7
- Kubernetes 1.24+
8
+
- Istioctl 1.17+
8
9
- Helm 3+
9
10
11
+
## Install Istio with Istio Operator
12
+
13
+
Before installing the chart, you need to install Istio with [Istio Operator](https://istio.io/latest/docs/setup/install/operator/) using [istioctl](https://istio.io/latest/docs/setup/getting-started/#download).
_See [configuration](#configuration) below for custom installation_
@@ -40,34 +46,22 @@ For other environments like AWS, follow the steps below:
40
46
If you are using AWS EKS and want to expose Yorkie Cluster using AWS ALB, follow the steps below:
41
47
42
48
```bash
43
-
#Change istio-ingressgateway service type to NodePort, externalGateway.alb.enabled to true, and certArn to your AWS certificate ARN issued in AWS Certificate Manager
49
+
#Enable ALB, and change domain name and certificate arn for ALB
0 commit comments