Kubernetes Operations (kOps) - Production Grade k8s Installation, Upgrades and Management
Go to file
Justin Santa Barbara cba6559092 upup: set GO15VENDOREXPERIMENT, update docs for 1.5
We set GO15VENDOREXPERIMENT in the makefile.  It doesn't appear to
actually work for go code generation, so there's a note in the README
that you really want to be using 1.6 for development.

Fixes #97
2016-06-11 23:09:45 -04:00
protokube upup: increase etcd initialDelaySeconds 2016-06-11 23:08:40 -04:00
upup upup: set GO15VENDOREXPERIMENT, update docs for 1.5 2016-06-11 23:09:45 -04:00
CONTRIBUTING.md final commit 2016-03-29 10:27:47 -07:00
LICENSE final commit 2016-03-29 10:27:47 -07:00
README add to the readme a description of what this project's goal is 2016-05-03 11:16:07 -07:00

README

# kube-deploy

This is a repository of community maintained Kubernetes cluster deployment
automations.

Think of this as https://github.com/kubernetes/contrib for deployment
automations! Each subdirectory is it's own project. It should be a place where
people can come see how the community is deploying kubernetes and should allow
for faster development iteration compared to developing in the main repository.