Skip to content

Instantly share code, notes, and snippets.

@pavolloffay
Created September 10, 2018 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavolloffay/192398aabe416fc58199aace1d2d5448 to your computer and use it in GitHub Desktop.
Save pavolloffay/192398aabe416fc58199aace1d2d5448 to your computer and use it in GitHub Desktop.
Kiali
JAEGER_URL=http://tracing-istio-system.`minishift ip`.nip.io
GRAFANA_URL="http://grafana-istio-system.`minishift ip`.nip.io"

cat kiali-configmap.yaml | VERSION_LABEL=v0.7.0 JAEGER_URL=http://tracing-istio-system.`minishift ip`.nip.io GRAFANA_URL="http://grafana-istio-system.`minishift ip`.nip.io" envsubst | oc create -n istio-system -f -
cat kiali-secrets.yaml | VERSION_LABEL=v0.7.0 envsubst | oc create -n istio-system  -f  - 
cat kiali.yaml | IMAGE_NAME=kiali/kiali IMAGE_VERSION=latest NAMESPACE=istio-system VERSION_LABEL=master VERBOSE_MODE=4  IMAGE_PULL_POLICY_TOKEN="imagePullPolicy: IfNotPresent" envsubst | oc create -n istio-system -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment