Code Monkey home page Code Monkey logo

Comments (3)

jdevoo avatar jdevoo commented on May 17, 2024

I noticed earlier issues in the simulator showing a bunch of these in the log

2023-05-26 14:05:40.655  WARN 1 --- [ool-1-thread-12] c.v.simulator.journey.Journey            : Queue unavailable - backing off 5000ms before retry
2023-05-26 14:05:40.937  WARN 1 --- [ool-1-thread-11] c.v.simulator.journey.Journey            : Queue unavailable - backing off 5000ms before retry
2023-05-26 14:05:41.733  WARN 1 --- [ool-1-thread-28] c.v.simulator.journey.Journey            : Queue unavailable - backing off 5000ms before retry
2023-05-26 14:05:41.970  WARN 1 --- [pool-1-thread-1] c.v.simulator.journey.Journey            : Queue unavailable - backing off 5000ms before retry

These disappeared after removing the NodePort and corresponding 30020 mapping from the fleetman-queue svc definition

---
apiVersion: v1
kind: Service
metadata:
  name: fleetman-queue
spec:
  selector:
    app: queue
  ports:
  - name: endpoint
    port: 61616
  type: ClusterIP
---

I had also missed exposing the api-gateway port.

---
apiVersion: v1
kind: Service
metadata:
  name: fleetman-api-gateway
spec:
  selector:
    app: api-gateway
  ports:
  - name: http
    port: 8080
    nodePort: 30020
  type: NodePort
---

The panel remains empty though.

from k8s-fleetman.

jdevoo avatar jdevoo commented on May 17, 2024

duh - I typed my own yaml and had to miss something...
Service for position-tracker was misnamed :-)

from k8s-fleetman.

DickChesterwood avatar DickChesterwood commented on May 17, 2024

Ah wonderful, I'm glad you fixed this because I would have been panicking about environment problems! In a way it's good to make a typo here because it underlines the importance of the service definitions.

Thanks for following up and I hope all goes well from here!

from k8s-fleetman.

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.