summaryrefslogtreecommitdiff
path: root/developer-guides
AgeCommit message (Collapse)Author
2016-02-16Remove hack/e2e-test.sh in favor of hack/e2e.go.Joe Finney
2015-12-21run hack/update-generated-docs.shChao Xu
2015-12-03Minion->Node rename: docs/ machine names only, except gce/awsBrad Erickson
2015-12-02Minion->Name rename: cluster/vagrant, docs and VagrantfileBrad Erickson
2015-11-25Minion->Node rename: NUM_NODESBrad Erickson
2015-11-25Minion->Node rename: KUBERNETES_NODE_MEMORY, VAGRANT_NODE_NAMES, etcBrad Erickson
ENABLE_NODE_PUBLIC_IP NODE_ADDRESS NODE_BLOCK_DEVICE_MAPPINGS NODE_CONTAINER_ADDRS NODE_CONTAINER_NETMASKS NODE_CONTAINER_SUBNET_BASE NODE_CONTAINER_SUBNETS NODE_CPU
2015-11-13Run update-gendocsTim Hockin
2015-09-16Update vagrant.mdzhengguoyong
2015-09-16 fix the change of minions to nodeseulerzgy
2015-07-19Merge pull request #11551 from a-robinson/docsBrian Grant
Improve syntax highlighting for design and devel docs
2015-07-19Replace ``` with ` when emphasizing something inline in docs/Alex Robinson
2015-07-19Improve devel docs syntax highlighting.Alex Robinson
2015-07-17Run gendocsTim Hockin
2015-07-17apply changesDaniel Smith
2015-07-17Better scary messageTim Hockin
2015-07-14Run gendocsTim Hockin
2015-07-14Run gendocsTim Hockin
2015-07-13Apply mungedocs changesDaniel Smith
2015-07-13Change 'minion' to 'node' in docsTim Hockin
2015-07-13Run gendocs and mungesTim Hockin
2015-07-10Auto-fixed docsDaniel Smith
2015-07-07Update kubectl get command in docs/devel/Janet Kuo
2015-06-04Fix broken links in the vagrant developer guide.Alex Robinson
2015-05-27rename resize to scaleAnastasis Andronidis
2015-05-27rename run-container to run in kubectlAnastasis Andronidis
2015-05-20in docs, update replicationController to replicationcontrollerChao Xu
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