00dfcf4a by Adam Heath

Istio can now be installed via helm, don't need to use the operator.

1 parent a16049a7
...@@ -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
......