Istio can now be installed via helm, don't need to use the operator.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -35,7 +35,7 @@ docker-compose -f "$TOP_DIR/docker-compose.yaml" up -d k3s-master-2 k3s-master-3 | ... | @@ -35,7 +35,7 @@ docker-compose -f "$TOP_DIR/docker-compose.yaml" up -d k3s-master-2 k3s-master-3 |
35 | 35 | ||
36 | #docker-compose -f "$TOP_DIR/docker-compose.yaml" up -d k3s-proxy | 36 | #docker-compose -f "$TOP_DIR/docker-compose.yaml" up -d k3s-proxy |
37 | 37 | ||
38 | [[ ${features[istio]} ]] && istioctl install -yf "$TOP_DIR/istio-minimal-operator.yaml" | 38 | #[[ ${features[istio]} ]] && istioctl install -yf "$TOP_DIR/istio-minimal-operator.yaml" |
39 | 39 | ||
40 | cd "$TOP_DIR" | 40 | cd "$TOP_DIR" |
41 | 41 | ... | ... |
-
Please register or sign in to post a comment