Last active
December 19, 2018 19:07
-
-
Save swiftdiaries/45be0f72c420b3b7ffd7671efa9e5d3c to your computer and use it in GitHub Desktop.
Install instructions from knative
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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