Giter Club home page Giter Club logo

Comments (7)

jackzampolin avatar jackzampolin commented on May 14, 2024

@johnparn

from kube-lego.

jackzampolin avatar jackzampolin commented on May 14, 2024

After some more looking, I've found that the Ingress is not associating with the LB which is causing the Ingress to constantly create and delete IPs.

screenshot 2016-10-18 09 20 09

from kube-lego.

jackzampolin avatar jackzampolin commented on May 14, 2024

@simonswine Any thoughts on this? Also in the nginx example there are no kube-lego-service.yml or pre-tls ingress examples.

The sites are intermittently reachable but the ingresses are constantly updating and drop their IPs:

NAMESPACE     NAME          HOSTS                           ADDRESS           PORTS     AGE
pylonserver   pylonserver   pylon.design,www.pylon.design   104.196.152.170   80        48s
jackserver   jackserver   jackzampolin.com,www.jackzampolin.com   104.196.152.170   80        4m
pylonserver   pylonserver   pylon.design,www.pylon.design             80        1m
jackserver   jackserver   jackzampolin.com,www.jackzampolin.com             80        5m
pylonserver   pylonserver   pylon.design,www.pylon.design   104.196.152.170   80        1m
jackserver   jackserver   jackzampolin.com,www.jackzampolin.com   104.196.152.170   80        5m
jackserver   jackserver   jackzampolin.com,www.jackzampolin.com             80        6m
pylonserver   pylonserver   pylon.design,www.pylon.design             80        2m
pylonserver   pylonserver   pylon.design,www.pylon.design   104.196.152.170   80        7m
jackserver   jackserver   jackzampolin.com,www.jackzampolin.com   104.196.152.170   80        11m
jackserver   jackserver   jackzampolin.com,www.jackzampolin.com             80        12m
pylonserver   pylonserver   pylon.design,www.pylon.design             80        8m
pylonserver   pylonserver   pylon.design,www.pylon.design   104.196.152.170   80        9m
jackserver   jackserver   jackzampolin.com,www.jackzampolin.com   104.196.152.170   80        12m

from kube-lego.

simonswine avatar simonswine commented on May 14, 2024

Looks like a nginx ingress problem (my guess is it's pods are constantly restarting).

I think the problem is in this line

- --nginx-configmap=nginx-ingress/nginx

It should be like that:

 - --nginx-configmap=prodenv/nginx

But the log of the nginx pods will tell you more

from kube-lego.

jackzampolin avatar jackzampolin commented on May 14, 2024

@simonswine Turns out the port in the 50-nginx-deployment.yaml is wrong. Need to change port from 10249 to 10254 and version from 0.8.2 to 0.8.3

I'll update the example and submit a PR

from kube-lego.

simonswine avatar simonswine commented on May 14, 2024

Yeah I had that problem as well, but if you stick to the example with 0.8.2 and 10249, it should have worked...

Just closing this let me know feel free to reopen if needed

from kube-lego.

jackzampolin avatar jackzampolin commented on May 14, 2024

Close it! Thanks for writing awesome software @simonswine! I'll go ahead and close my other issue out as well!

from kube-lego.

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.