Giter Site home page Giter Site logo

Comments (19)

debianmaster avatar debianmaster commented on June 5, 2024 1

turns out this is a date issue on the container. when docker is running container host time is not synced into running container.

from old_issues_repo.

debianmaster avatar debianmaster commented on June 5, 2024 1

sidecar should send metrics to istio control plane in istio-system , AFAIK

from old_issues_repo.

ldemailly avatar ldemailly commented on June 5, 2024

can you add the relevant logs ? anything in mixer or envoy logs that seems abnormal ?

from old_issues_repo.

debianmaster avatar debianmaster commented on June 5, 2024

screen shot 2017-06-14 at 1 24 08 pm

no sign of any errors in mixer or envoy logs i can see metadata but not any traces now. i changed date ranges and tried too

from old_issues_repo.

debianmaster avatar debianmaster commented on June 5, 2024

is there any dependency on kube 1.6 for distributed tracing to work?

from old_issues_repo.

ldemailly avatar ldemailly commented on June 5, 2024

also, are you running 0.1.6 or something else ?

from old_issues_repo.

debianmaster avatar debianmaster commented on June 5, 2024

i'm running 0.1.6 istio on openshift 1.5.1 which is k8s 1.5 :)

from old_issues_repo.

ldemailly avatar ldemailly commented on June 5, 2024

(edit: showing how to run latest pilot and istioctl / newer than 0.1.6:)

$ git clone https://github.com/istio/istio.git ; cd istio
$ source istio.VERSION 
$ export MANAGER_HUB=$PILOT_HUB  # Important/needed at the moment
$ export MANAGER_TAG=$PILOT_TAG  # ditto
$ curl -L $ISTIOCTL_URL/istioctl-osx > ./istioctl  # change the -osx to your env if needed
$ chmod 755 ./istioctl
$ ./istioctl version
istioctl version:

Version: 0.2.0-ac94a44
GitRevision: ac94a44
GitBranch: master
User: jenkins@ubuntu-16-04-build-12744189088e0f
GolangVersion: go1.8
KubeInjectHub: docker.io/istio
KubeInjectTag: 0.1


apiserver version:

Version: 0.2.0-ac94a44
GitRevision: ac94a44
GitBranch: master
User: jenkins@ubuntu-16-04-build-12744189088e0f
GolangVersion: go1.8.1
# rest of the installation instructions as is

from old_issues_repo.

Morriz avatar Morriz commented on June 5, 2024

So what steps can we take to fix this? I am running minikube on osx

from old_issues_repo.

Morriz avatar Morriz commented on June 5, 2024

I found this one liner:
minikube ssh -- docker run -i --rm --privileged --pid=host debian nsenter -t 1 -m -u -n -i date -u $(date -u +%m%d%H%M%Y)

here: kubernetes/minikube#1378

from old_issues_repo.

Morriz avatar Morriz commented on June 5, 2024

And this one goes with it:
minikube ssh -- sudo ln -sf /usr/share/zoneinfo/Europe/Amsterdam /etc/localtime

But I still get no trace ;|

from old_issues_repo.

Morriz avatar Morriz commented on June 5, 2024

Any idea what could be wrong? The date settings are now identical between host and guest vm.

I am using auto-injection.

from old_issues_repo.

debianmaster avatar debianmaster commented on June 5, 2024

@Morriz this error is 0.1.6 i do not see this error anymore on the newer alpha release

from old_issues_repo.

Morriz avatar Morriz commented on June 5, 2024

I am using 0.2.4, but I get no metrics in zipkin nor jaeger

from old_issues_repo.

debianmaster avatar debianmaster commented on June 5, 2024

jaeger has some issue AFAIk, zipkin is working for me on 0.2.4 release

from old_issues_repo.

ldemailly avatar ldemailly commented on June 5, 2024

try master or wait a bit for 0.2.6 which should be today

from old_issues_repo.

Morriz avatar Morriz commented on June 5, 2024

I deployed the book app in the default namespace (as in the tutorial). How is it going to deliver metrics to the istio-system namespace where I deployed the zipkin and jaeger services (again, following the tutorial)? The sidecars are running next to the pods in the 'default` namespace, no?

Maybe this is a documentation/intructions issue?

from old_issues_repo.

Morriz avatar Morriz commented on June 5, 2024

Maybe it has to do with this: istio/istio#936

from old_issues_repo.

Morriz avatar Morriz commented on June 5, 2024

I managed to get output...it just took forever ;| Starting zipkin again after jaeger got zipkin working, but jaeger seems to discard input after a small window of receiving metrics

from old_issues_repo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.