summaryrefslogtreecommitdiff
path: root/developer-guides
AgeCommit message (Collapse)Author
2016-06-13Updated docs and examples for release-1.3.David McMahon
2016-06-10Revert "Versioning docs and examples for v1.4.0-alpha.0."Dawn Chen
This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a.
2016-06-10Versioning docs and examples for v1.4.0-alpha.0.David McMahon
2016-04-20updates to vagrant.mdmikebrow
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-01Merge pull request #22006 from derekwaynecarr/vagrant_doc_fixk8s-merge-robot
Automatic merge from submit-queue Update vagrant developer guide for where logs are located Fixes https://github.com/kubernetes/kubernetes/issues/21915
2016-03-08Update the latestReleaseBranch to release-1.2 in the munger.David McMahon
2016-02-25Update vagrant developer guide for where logs are locatedderekwaynecarr
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