Commit Graph

94 Commits

Author SHA1 Message Date
Janet Kuo c462c6bc1e Fix broken resources-are-automatically-modified link 2016-04-07 14:35:44 -07:00
Brian Grant d956b20b4d Merge pull request #290 from slintes/fix-configmap
Fixed environment variables use-case for ConfigMap
2016-03-31 20:17:14 -07:00
Brian Grant cbf701b788 Merge pull request #299 from janetkuo/link-rs-in-deployment
Link RS doc in Deployment doc
2016-03-31 20:10:44 -07:00
Janet Kuo 12b81e0f43 Link RS doc in Deployment doc 2016-03-31 13:43:53 -07:00
johndmulhausen 34c2002a1c Update load-balancer.md 2016-03-31 12:58:31 -07:00
johndmulhausen 26a1687a0e Update index.md 2016-03-31 12:55:32 -07:00
Brian Grant 6684555ed9 Merge pull request #148 from madhusudancs/replicaset
ReplicaSet documentation.
2016-03-30 20:38:30 -07:00
Brian Grant 695cce17b1 Merge pull request #296 from janetkuo/update-production-pods
Update production-pods.md and replace rc with deployments
2016-03-30 20:36:11 -07:00
Janet Kuo 84ebc37f66 Update production-pods.md and replace rc with deployments 2016-03-30 19:18:07 -07:00
Janet Kuo f9772b17f2 Further update managing deployments user guide 2016-03-30 17:14:39 -07:00
Madhusudan.C.S f7691f9852 Add initial ReplicaSet documentation. 2016-03-30 15:44:52 -07:00
Brian Grant 74d39cd51e Merge pull request #289 from janetkuo/config-map-doc-fix
Fix configmap docs
2016-03-30 15:26:57 -07:00
Brian Grant ba3ee16798 Merge pull request #283 from janetkuo/walkthrough-rc-deployment
Update connecting-applications.md
2016-03-30 15:24:50 -07:00
Brian Grant f22168bb65 Merge pull request #197 from janetkuo/update-managing-deployments
Update managing deployments user guide
2016-03-30 15:23:04 -07:00
johndmulhausen f8624cca21 Merge pull request #284 from jeroenvisser101/patch-1
Docs: Fix typo #trivial
2016-03-30 14:02:04 -07:00
Marc Sluiter eda11f14d7 Fixed environment variables use-case 2016-03-30 22:33:36 +02:00
Janet Kuo e5c0531677 Merge pull request #281 from janetkuo/update-deployment
Teaches how to see if a Deployment succeeds or not
2016-03-30 11:45:44 -07:00
Janet Kuo 1775b0a809 Fix configmap docs 2016-03-30 11:35:12 -07:00
Janet Kuo b1f9db6243 Teaches how to see if a Deployment succeeds or not 2016-03-30 10:29:08 -07:00
Jeroen Visser e8c931bc71 Fix typo 2016-03-30 14:44:41 +02:00
Janet Kuo 51d2d18801 Update connecting-applications.md 2016-03-29 19:42:30 -07:00
Janet Kuo 248744f93b Update managing deployments user guide 2016-03-29 17:48:51 -07:00
Janet Kuo a0600caf94 Update interactive pods section 2016-03-29 17:11:32 -07:00
Janet Kuo abdcfbea30 Further update docs to reflect changes kubectl run 2016-03-29 17:11:32 -07:00
John Mulhausen 8f8a777ae2 Fix for yaml file ref 2016-03-29 17:01:37 -07:00
johndmulhausen 0d31281f27 Surfaces previously hidden topics that had URL conflicts, moves pages to index.md as often as possible 2016-03-29 14:58:48 -07:00
johndmulhausen dc9bb89c09 Merge pull request #267 from andrewmichaelsmith/patch-1
More specific next version
2016-03-29 13:05:42 -07:00
Andrew Smith 961c947e39 Remove space 2016-03-29 09:44:34 +01:00
johndmulhausen 50d1a4db41 Merge pull request #251 from pwittrock/walkthrough7
Update introspection and debugging page with deployments
2016-03-28 16:44:38 -07:00
Andrew Smith 1e5721815c More specific next version 2016-03-28 23:04:49 +01:00
Brian Grant 7fa6e57226 Merge pull request #262 from janetkuo/update-kubectl-run
Update references to "kubectl run" in docs
2016-03-28 14:21:22 -07:00
Janet Kuo 71877590be Update 2016-03-28 14:10:52 -07:00
johndmulhausen 5789c87428 Fixes for kubectl links 2016-03-28 12:34:56 -07:00
Janet Kuo 6c669037ba Update references to "kubectl run" in docs 2016-03-28 10:59:09 -07:00
Phillip Wittrock 9be8c42332 Update introspection and debugging page with deployments 2016-03-28 09:38:11 -07:00
johndmulhausen 4c3c3c79a7 Merge pull request #65 from gertipoppel/userdoc
Updated screen shots and corrected link
2016-03-25 13:36:58 -07:00
johndmulhausen 40137d9c77 Merge pull request #132 from mwielgus/monitoring_doc
Update Heapster K8s doc
2016-03-25 13:35:34 -07:00
johndmulhausen 3db0b5b459 Merge pull request #212 from bprashanth/ingress_limitations
Explicitly callout the prerequisites of Ingress on GCE/GKE.
2016-03-25 12:36:35 -07:00
Sami Wagiaalla ec18c5d4f7 Flesh out security context documentation 2016-03-24 16:22:17 -07:00
Aleks Saul 27651534ea Update horizontal-pod-autoscaler.md
typo "verion" -> "version"
2016-03-23 15:43:17 -04:00
Prashanth Balasubramanian e519696635 Explicitly callout the prerequisites of Ingress on GCE/GKE. 2016-03-22 23:08:55 -07:00
johndmulhausen f434968bbb Update managing-deployments.md 2016-03-22 16:02:16 -07:00
johndmulhausen 276edecac9 Update managing-deployments.md
Fix for #194
2016-03-22 16:00:15 -07:00
johndmulhausen 1fab6c65be Merge pull request #214 from janetkuo/update-rc-to-deployment
Replace RC with Deployments in quick-start.md and deploying-applications.md
2016-03-22 15:35:17 -07:00
Janet Kuo 7077aac069 Replace RC with Deployments 2016-03-22 15:02:58 -07:00
David McMahon 2ece96fe74 Delete known-issues.md
Ref #205
2016-03-22 14:15:47 -07:00
johndmulhausen a3c40ab7fa Merge pull request #209 from janetkuo/update-example-link
Update links to examples
2016-03-21 15:07:03 -07:00
johndmulhausen 5bc866f76d Merge pull request #208 from janetkuo/update-demo-page
Styling the update-demo static page
2016-03-21 15:05:39 -07:00
johndmulhausen ef6d1613b8 Merge pull request #211 from rutsky/patch-3
remove excessive bracket
2016-03-21 15:02:37 -07:00
Eric Tune d9f82ecd0d Merge pull request #79 from soltysh/job_fix
Removed v1beta1 disclaimer for jobs, since jobs are now part of batch/v1
2016-03-21 13:47:02 -07:00