Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge upstream #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

merge upstream #1

wants to merge 3 commits into from

Commits on Jan 11, 2022

  1. Problem: We need to enable LSEED to run as a Kubernetes pod/service

    LSEED uses port 53 (DNS) to provide joining LND nodes with a list of
    existing nodes on the Lightning network. Unfortunately services on port
    53 are a bit difficult to provide behind the regular Kubernetes LB or
    ingress controller. In particular the fact that LSEED answers queries
    on both the UDP and TCP protocol makes it difficult to run in a
    Kubernetes environment.
    
    To solve the issues describe above this commit provides the following
    code changes:
    
    - enhanced logging for events that add new nodes to the LSEED node list
    - a Dockerfile to create a containerized version of LSEED
    - new parameters with separate listener addresses for UDP and TCP
    - a separate listener for UDP and TCP requests utilizing these new
      parameters
    - a couple of typo fixes to the Debugf statements in lseed and
      tests
    lispmeister committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    8fb45d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. remove no longer needed debug code

    lispmeister committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    905a784 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge pull request #2 from lispmeister/lseed-nlb

    Problem: We need to enable LSEED to run as a Kubernetes pod/service
    Roasbeef authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    59028f8 View commit details
    Browse the repository at this point in the history