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

RFC: kube-bootstrap #16077

Closed
wants to merge 14 commits into from
Closed

RFC: kube-bootstrap #16077

wants to merge 14 commits into from

Commits on Nov 6, 2015

  1. AWS: Add a strongly typed mountDevice, return mountpoint on detach

    The strongly-typed mountDevice should fix a mistake I made before (also
    fixed in kubernetes#14493), and we want to return the mountpoint so we can use the
    updated GCE PD mount logic.
    justinsb committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    7ec6a95 View commit details
    Browse the repository at this point in the history
  2. AWS: Allow the mountDevice chosen to be forced

    This is useful for mounting master volumes.
    justinsb committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    1f0de13 View commit details
    Browse the repository at this point in the history
  3. WIP

    Conflicts:
    	pkg/cloudprovider/providers/aws/aws.go
    justinsb committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    2a47a7e View commit details
    Browse the repository at this point in the history
  4. AWS: Separate out download from install steps

    This doesn't have a big impact on script size because the headers are
    stripped by the grep expression.
    justinsb committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    421867a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2d6ff4 View commit details
    Browse the repository at this point in the history
  6. Bootstrap: Make bootstrap exit after run

    We make it into more of a daemon long-term but for now it is one-shot.
    justinsb committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    bc1b818 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf5952f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    210bc8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7280e0b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77fbb95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aaba84d View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    17a4376 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Rename MasterVolume -> MasterBootstrap

    As we're about to add more functionality
    justinsb committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    49d6488 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    052cefe View commit details
    Browse the repository at this point in the history