Add a binary and scripts for running a local kubernetes cluster.

This commit is contained in:
Daniel Smith
2014-06-11 16:02:08 -07:00
parent 02d9cf2eb9
commit 8178240bbe
7 changed files with 221 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
// The controller manager is responsible for monitoring replication controllers, and creating corresponding
// pods to achieve the desired state. It listens for new controllers in etcd, and it sends requests to the
// master to create/delete pods.