summaryrefslogtreecommitdiff
path: root/developer-guides
AgeCommit message (Collapse)Author
2015-05-15Add ga-beacon analytics to gendocs scriptsJeff Lowdermilk
hack/run-gendocs.sh puts ga-beacon analytics link into all md files, hack/verify-gendocs.sh verifies presence of link.
2015-05-07Fix environment variable error in Vagrant docs: `KUBERNETES_MASTER_MINION` ↵Matt Bogosian
-> `KUBERNETES_MINION_MEMORY`.
2015-04-17Fix #2741. Add support for alternate Vagrant providers: VMWare Fusion, ↵Matt Bogosian
VMWare Workstation, and Parallels.
2015-04-16Stop using dockerfile/* imagesTim Hockin
As per http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/ docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all users in our tree. Sadly this means a lot of published examples are now broken.
2015-03-30remove remaining references to containerized cadvisor.António Meireles
since GoogleCloudPlatform/kubernetes#5308 got merged cadvisor facilities are built-in in kubelet, so time to update the 'screenshots'... Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-18Update vagrant documentation to use get.k8s.io for setup.Rohit Jnagal