Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Introduce kubernetes containers #112

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

Commits on Sep 10, 2015

  1. Introduce kubernetes-master containers

    This commit introduces containers for the Kubernetes master
    services.  The master container contains the requistite package(s)
    for the master services.  There is a container for each service
    (apiserver, controller-manager, and scheduler) that contains an
    entrypoint for convinience (these containers are based off of the
    master container).
    DirectXMan12 committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    81f3def View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Introduce kubernetes-node containers

    This commit introduces containers for the Kubernetes node
    services.  The node container contains the requistite package
    to install the node service.  There is a container for each service
    (kubelet and kube-proxy) that contain additional packages required to run
    each service, as well as an atomic run label and an entrypoint for convinience
    (these containers are based off of the node container).
    
    Additionally, the non-base containers (i.e. all containers besides the
    base master and node containers) have a default endpoint which pulls
    configuration data from `/etc/kubernetes`.  This has the advantage of
    allowing existing configuration to be reused (by mounting
    `/etc/kubernetes:/etc/kubernetes:ro`), and of providing sensible
    defaults when no options are given.
    DirectXMan12 committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    25ba6a2 View commit details
    Browse the repository at this point in the history