Skip to content

Commit

Permalink
upadted
Browse files Browse the repository at this point in the history
  • Loading branch information
cfregly committed Aug 10, 2019
1 parent 1d22fa4 commit 64332c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kubeflow/infrastructure/user-data-cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pipeline cluster-kube-install --tag $PIPELINE_VERSION --chip=cpu --namespace=kub

sleep 30
kubectl delete -f /root/.pipelineai/cluster/yaml/.generated-istio-noauth.yaml
sleep 300
sleep 60

cd /root
export ISTIO_VERSION=1.2.2
Expand All @@ -187,13 +187,17 @@ helm del --purge istio-init

kubectl apply -f /root/istio-1.2.2/install/kubernetes/helm/helm-service-account.yaml
helm init --service-account tiller
sleep 30

helm install /root/istio-1.2.2/install/kubernetes/helm/istio-init --name istio-init --namespace istio-system
sleep 60

helm install /root/istio-1.2.2/install/kubernetes/helm/istio --name istio --namespace istio-system --set gateways.istio-ingressgateway.type=NodePort --set grafana.enabled=true --set kiali.enabled=true --set prometheus.enabled=true --set tracing.enabled=true --set "kiali.dashboard.grafanaURL=http://grafana:3000"
sleep 30

# Istio - Label the namespace
kubectl label namespace istio-system istio-injection=enabled
sleep 30

# Prometheus
kubectl apply -f /root/pipeline/kubeflow/infrastructure/telemetry/conf/prometheus-gateway.yaml
Expand Down

0 comments on commit 64332c9

Please sign in to comment.