Skip to content

Instantly share code, notes, and snippets.

@swiftdiaries
Last active December 19, 2018 19:07
Show Gist options
  • Save swiftdiaries/45be0f72c420b3b7ffd7671efa9e5d3c to your computer and use it in GitHub Desktop.
Save swiftdiaries/45be0f72c420b3b7ffd7671efa9e5d3c to your computer and use it in GitHub Desktop.
Install instructions from knative
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
# Ensure Istio pods are Running or Completed.
kubectl get pods -n istio-system --watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment