Skip to content

Instantly share code, notes, and snippets.

@swiftdiaries
Last active January 18, 2019 01:35
Show Gist options
  • Save swiftdiaries/6c01f308c9fb63c95a38788a8cb47bc9 to your computer and use it in GitHub Desktop.
Save swiftdiaries/6c01f308c9fb63c95a38788a8cb47bc9 to your computer and use it in GitHub Desktop.
kubectl apply --filename https://gist.githubusercontent.com/swiftdiaries/04847b5dc194df0e1357441054bd240d/raw/2f84e8b9addb2b605a4d4742cc33aef820e2177e/Istio%2520installation%2520YAML
# Create a kubeflow namespace
kubectl create ns kubeflow
# Set label to enable istio-injection on the kubeflow namespace
kubectl label namespace kubeflow istio-injection=enabled
ks init pipeline-ks-app --env on-prem --namespace kubeflow --skip-default-registries
cd pipeline-ks-app
ks registry add kubeflow https://github.com/kubeflow/kubeflow/tree/master/kubeflow
ks pkg install kubeflow/common
ks pkg install kubeflow/pipeline
ks generate ambassador ambassador
ks generate pipeline pipeline
ks apply on-prem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment