Skip to content

Commit

Permalink
Cleanup commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildiagne committed Oct 25, 2019
1 parent 059c711 commit 6433fa9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions providers/aws/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ function install_istio() {
# Install prerequisites.
is_istio_prereq_installed="$(helm ls --all istio-init | grep istio-init)"
if [ -z "$is_istio_prereq_installed" ]; then
# helm install \
# --wait \
# --name istio-init \
# --namespace istio-system \
# $istio_folder/install/kubernetes/helm/istio-init
for i in $istio_folder/install/kubernetes/helm/istio-init/files/crd*yaml; do
kubectl apply -f $i
done
Expand Down Expand Up @@ -116,13 +111,6 @@ EOF

kubectl apply -f istio-lean.yaml
rm istio-lean.yaml

# helm install \
# --wait \
# --name istio \
# --namespace istio-system \
# $istio_folder/install/kubernetes/helm/istio \
# --values $istio_folder/install/kubernetes/helm/istio/values-istio-demo.yaml
}

function install_knative() {
Expand Down

0 comments on commit 6433fa9

Please sign in to comment.