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

Split networking out from node initialization into its own package #16269

Merged
merged 2 commits into from
Sep 16, 2017

Commits on Sep 15, 2017

  1. Separate config and options specific code for node from start

    First refactoring towards separating out the code that launches
    networking from the code that launches the kubelet. Ensures that node
    options (the part that converts nodeconfig to kubelet config) is
    completely separate from how processes are started.
    smarterclayton committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    c38a98b View commit details
    Browse the repository at this point in the history
  2. Split networking out from node initialization into its own package

    Node and networking are now completely independent initialization paths.
    smarterclayton committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    9fc4265 View commit details
    Browse the repository at this point in the history