Advertisement
Guest User

Untitled

a guest
May 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # Install Solo.io SuperGloo Service Mesh Operator
  2. supergloo init
  3.  
  4. # Wait for SuperGloo to start
  5. kubectl --namespace supergloo-system rollout status deployment/supergloo --watch=true
  6.  
  7. # Use SuperGloo to install and configure Istio the easy way
  8. supergloo install istio \
  9. --name=flagger-test \
  10. --namespace=supergloo-system \
  11. --installation-namespace=istio-system \
  12. --version=1.0.6 \
  13. --auto-inject=true \
  14. --grafana=false \
  15. --jaeger=false \
  16. --mtls=false \
  17. --prometheus=true \
  18. --update=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement