Giter Club home page Giter Club logo

Comments (3)

sarathkrishnan-007 avatar sarathkrishnan-007 commented on September 27, 2024 1

I've checked, and quite a lot of pods are marked as evicted and ErrImageNeverPull, after I started ingesting a few subscription data.
I'm unable to connect to the kibana dashboard as I couldn't find creds for the same. I wish the setup documentation could be elaborate for non-dev folks to be able to debug.
The events log on the UI doesn't show any error message, but the pods have crashed. I don't see any disk space running out either (as there's 1 TB of premium SSD attached) to the VM.

from optscale.

maxb-hystax avatar maxb-hystax commented on September 27, 2024

Hi, you can check Kibana dashboard to see the logs, it can be accessed on port 30081 by default.
But first you should check what's going on with the pods itself, especially in ErrImageNeverPull state.

from optscale.

nexusriot avatar nexusriot commented on September 27, 2024

you can check pod status on the controller node

kubectl get pod

if you have ErrImageNeverPull please simply pull the image and check storage available disk space

in other cases check pod wait contitions, for example in

kubectl describe pod restapi-7967ddfd77-ccrr2

check for wait-* (just for example)

 wait-mariadb:
    Container ID:  docker://f32e1c1ab6ae69bbddd12fe437aea877bc590b16bee4726cbded7831ada01107
    Image:         mariadb:local
    Image ID:      docker://sha256:d2b0622eaedf923a684894d9dc1656f444185da15a24b80df1f3114dd2d56c07
    Port:          <none>
    Host Port:     <none>
    Command:
      sh
      -c
      until mysql --connect-timeout=2 -h mariadb.default.svc.cluster.local -p$MYSQL_ROOT_PASSWORD -e "SELECT 1"; do sleep 2; done
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Tue, 10 Oct 2023 12:04:50 +0400
      Finished:     Tue, 10 Oct 2023 12:04:55 +0400
    Ready:          True
    Restart Count:  0

from optscale.

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.