Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install istio into openshift #36

Merged
merged 1 commit into from
Feb 18, 2018
Merged

install istio into openshift #36

merged 1 commit into from
Feb 18, 2018

Conversation

jmazzitelli
Copy link
Collaborator

I still can't get prometheus to run successfully. Getting:

level=error
ts=2018-02-17T02:10:53.269935415Z
caller=main.go:323
msg="Opening storage failed"
err="mkdir data/: permission denied"

@jmazzitelli jmazzitelli added the do not merge A PR is not ready to merge label Feb 17, 2018
@jmazzitelli
Copy link
Collaborator Author

up to this point, I have istio 0.5.0 installing and running in locally build 3.7
./build-openshift.sh # only needed if you do not have openshift yet
./cluster-openshift.sh up # only needed if you do not have openshift yet
./istio-install-openshift.sh 0.5.0

i'm going to write a bookstore install script next, but that will be another PR.

This is ready for merge.

@jmazzitelli jmazzitelli removed the do not merge A PR is not ready to merge label Feb 17, 2018
@jmazzitelli jmazzitelli changed the title trying to get istio installed fully. install istio into openshift Feb 17, 2018

oc create -f install/kubernetes/addons/prometheus.yaml
oc create -f install/kubernetes/addons/grafana.yaml
oc create -f install/kubernetes/addons/servicegraph.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No blocker tip:
I normally skip the servicegraph as it is not really necessary and in some versions doesn't deploy correctly leaving the pod in crash state.

## Workaround for servicegraph bug https://github.com/istio/issues/issues/179
oc set image deploy/servicegraph servicegraph="docker.io/istio/servicegraph:0.4.0"

oc process -f https://raw.githubusercontent.com/jaegertracing/jaeger-openshift/master/all-in-one/jaeger-all-in-one-template.yml | oc create -f -

oc expose svc servicegraph
oc expose svc grafana
oc expose svc prometheus
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Below this ones I found quite useful to resolve the route in some variables:

SERVICEGRAPH=$(oc get route servicegraph -o jsonpath='{.spec.host}{"\n"}')/dotviz
GRAFANA=$(oc get route grafana -o jsonpath='{.spec.host}{"\n"}')
etc

@lucasponce lucasponce merged commit 0a7231e into kiali:master Feb 18, 2018
@jmazzitelli jmazzitelli deleted the istio-install-2 branch February 18, 2018 13:39
jmazzitelli pushed a commit to jmazzitelli/kiali that referenced this pull request Jul 16, 2024
[hack] allow skupper demo script be able to log into OpenShift clusters view token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants