Giter Site home page Giter Site logo

Comments (2)

alok87 avatar alok87 commented on June 13, 2024

First search result on no route to host.

This error indicates that the Kubernetes API server is unable to reach the node. This has nothing to do with your containers, pods or even your CNI network. no route to host indicates that either:

The host is unavailable
A network segmentation has occurred
The Kubelet is unable to answer the API server

Looks like an k8s environment issue..

These environment related information can help me help you:

  • Kubernetes environment, version you are using?
  • WPA version? are you are v1.1.0? Did you follow this?
  • Output of kubectl get deployment workerpodautoscaler -o yaml -n kube-system
  • Is your deployment.yaml same as this ?
  • Is your CRD same as this ?
  • Can you share the Kubernetes Deployment resource and WPA resource (if possible)?
kubectl get deploy <ur_deploy_name> -n <namespace> -o yaml
kubectl get wpa <ur_wpa_name> -n <namespace> -o yaml

Also,

Try these latest released images today (tags like v1 and v1.1 always gets overwritten with the latest, recommended to use the exact tag like v1.1.0-18-gd098b97)

pushed: practodev/workerpodautoscaler:v1.1.0-18-gd098b97
pushed: practodev/workerpodautoscaler:v1.1
pushed: practodev/workerpodautoscaler:v1

from k8s-worker-pod-autoscaler.

alok87 avatar alok87 commented on June 13, 2024

Closing this due to inactivity and does not look like a WPA bug.

from k8s-worker-pod-autoscaler.

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.