Commit Graph

369 Commits

Author SHA1 Message Date
johndmulhausen 0cabf01686 Merge pull request #320 from f-higashi/docker_multinode_centos
Fix docker options setting in CentOS
2016-04-12 16:34:16 -07:00
johndmulhausen 9ced663a87 Merge pull request #315 from mikebrow/edits-to-authorization-docs
refactor list formatting
2016-04-12 16:33:04 -07:00
johndmulhausen ccd351da3a Merge pull request #340 from javiercr/fix-ingress-tls-sample
Fix sample for Ingress TLS
2016-04-12 14:02:44 -07:00
johndmulhausen a6a3139592 Merge pull request #254 from bprashanth/fw_rule
Update firewall rule in ingress docs.
2016-04-12 13:04:12 -07:00
mikebrow 4fcfce63a7 edits to accessing-the-api.md to correct formatting and other minor issues
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-11 16:59:50 -05:00
johndmulhausen 108074d1fb Merge pull request #311 from benvitale/patch-1
Update hellonode.md - correct spelling of "receive"
2016-04-11 14:47:00 -07:00
johndmulhausen fe8b2ac126 Merge pull request #345 from anzhsoft/patch-1
Update load-balancer.md
2016-04-11 14:38:10 -07:00
johndmulhausen 56e0556bc4 Merge pull request #319 from rickypai/patch-1
Fix secrets examples to be valid json
2016-04-11 14:12:41 -07:00
johndmulhausen bedd564779 Merge pull request #348 from mehdichamouma/patch-1
Update scratch.md - Broken link in the docs
2016-04-11 14:11:47 -07:00
johndmulhausen 7bc344e5ca Merge pull request #327 from zlabjp/fix-typo-and-bad-links
Fix typo and bad links
2016-04-11 14:11:02 -07:00
johndmulhausen d42da21c99 Merge pull request #336 from dougkoch/fix-job-pattern
Fix a row in the job patterns table
2016-04-11 14:10:18 -07:00
johndmulhausen 5ed4ce178e Merge pull request #351 from SpencerBrown/patch-1
Update secrets/index.md to fix example
2016-04-11 14:04:28 -07:00
johndmulhausen c188be1afe Merge pull request #349 from mikebrow/adding-raw-tags
Add missing raw tags
2016-04-11 13:58:11 -07:00
Brian 'Redbeard' Harrington e90337bf19 docs: Clarify use of the base64 utility
The base64 utility has different options on both Darwin and Linux.
Adding clarification as to how the use of these utilities differ
on platforms.
2016-04-09 13:38:12 -07:00
Yasu 12cc4cfa70 Fix typo
Name of the directory is "hellonode/", not "helloworld/"
2016-04-09 16:44:30 +09:00
Ihor Dvoretskyi 28976086ff Updated stable and latest Kubernetes versions to be set via a variable
Added method to set a Kubernetes variable to the latest and actual versions.

Updated command with added variable.

Following the https://github.com/kubernetes/kubernetes.github.io/pull/43
2016-04-08 16:57:13 -07:00
Janet Kuo 16b135298d Clarify that rollout revision is only created when pod template is changed 2016-04-08 15:50:53 -07:00
Spencer Brown 87628894c7 Update secrets/index.md
fixing example for Consuming Secret Values from Environment Variables
2016-04-08 14:49:03 -05:00
king6cong 64c8926ade fix run flannel command 2016-04-09 03:04:19 +08:00
mikebrow 62fdb3f5fa addresses issue #81
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-08 13:49:34 -05:00
Mehdi Chamouma 13d264f357 Update scratch.md
Fix a broken link
2016-04-08 19:54:47 +02:00
anzhsoft dff3af6096 Update load-balancer.md
this json file is invaliad, just rm the , to make it right.
2016-04-08 16:42:34 +08:00
Janet Kuo c462c6bc1e Fix broken resources-are-automatically-modified link 2016-04-07 14:35:44 -07:00
Javier Cuevas e40d2d3462 Fix sample for Ingress TLS
v1beta1.IngressSpec expects an v1beta1.IngressTLS array.
2016-04-07 21:46:04 +02:00
Eric Tune 40bab01676 Update jobs.md 2016-04-07 12:18:35 -07:00
Eric Tune a82c7a5a56 Document Deleting Jobs and Job Timeouts 2016-04-07 12:03:59 -07:00
Jan Safranek 9eadd28de2 Document 'Delete' reclaim policy 2016-04-07 12:16:34 +02:00
Doug Koch bd3b408e29 Fix a row in the job patterns table
The row for the "Queue with Variable Pod Count" pattern has one more
column than the other rows. The extra column shifts the checkmarks one
column to the right of where they should be.
2016-04-06 20:56:34 -07:00
Ihor Dvoretskyi 0d595bf95a Changed container removing command
Changed `docker kill` to `docker rm` as completely cleaning solution for this case.
2016-04-06 17:27:35 -07:00
Ihor Dvoretskyi 6feee8741c Updated latest Kubernetes version
Updated latest Kubernetes version to 1.2.1
2016-04-06 17:23:36 -07:00
Ihor Dvoretskyi 7f56aa523e Updated latest Kubernetes version to set via variable
Added method to set a Kubernetes variable to the latest actual version.

Updated command with added variable.

Following the https://github.com/kubernetes/kubernetes.github.io/pull/43
2016-04-06 17:05:39 -07:00
Kazuki Suda 1df62bfdfb Fix typo 2016-04-06 17:43:34 +09:00
Kazuki Suda f7e4c4a347 Fix bad links 2016-04-06 17:43:25 +09:00
higashi 2df9177e9b Fix docker options setting in CentOS 2016-04-05 23:11:22 +09:00
Gerti Poppel 3749dc9fd4 Include comments and add correct zero state page again 2016-04-05 15:08:17 +02:00
Ricky Pai 404420b05d Fix secrets examples to be valid json
Working through the secrets example, I found some of the json descriptors to be invalid. This fixes them.
2016-04-04 15:14:42 -07:00
mikebrow 1cdec21194 edits to authentication.md to correct formatting
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-04 13:52:01 -05:00
mikebrow 9a7bb2843a fixes issue #7159; refactor list formatting
Signed-off-by: mikebrow <brownwm@us.ibm.com>
2016-04-04 12:15:19 -05:00
Ihor Dvoretskyi 8f032384ec Automated way of cluster setup added (updated)
Followed the recommendations in https://github.com/kubernetes/kubernetes.github.io/pull/73
2016-04-02 19:46:52 -07:00
benvitale 5ab7ff3974 Update hellonode.md 2016-04-01 23:36:50 -04:00
Dan Lorenc 763fd56337 Fix deployDNS.md.
There is no mention of where to find kube-system.yaml, and it's not
necessary with kubectl 1.2. You can just create the namespace
directly.
2016-04-01 10:39:51 -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
Vishnu Kannan cbbdb5354d Remove vagrant from the UI. It hasn't been working reliably on OS X for many people.
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-03-31 13:35:48 -07:00
johndmulhausen 55f126956f Update index.md 2016-03-31 13:11:04 -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
johndmulhausen 53acce9392 Merge pull request #248 from pwittrock/hellonode
Clarify v1.2 required for hello-node and remove 1.1 ui section.
2016-03-31 12:31:29 -07:00
johndmulhausen 481fb9c313 Merge pull request #292 from janetkuo/kubectl-sh-run
Update docs using kubectl.sh run
2016-03-31 12:28:34 -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
Janet Kuo 9ee89b4e48 Update docs using kubectl.sh run 2016-03-30 16:00:00 -07:00
Madhusudan.C.S f7691f9852 Add initial ReplicaSet documentation. 2016-03-30 15:44:52 -07:00
Brian Grant 21887f20ee Merge pull request #287 from chuckbutler/juju-docs
Updated Juju Documentation
2016-03-30 15:30:30 -07:00
Brian Grant f5704a6888 Merge pull request #291 from janetkuo/locally-download
Teach users how to download K8s in local cluster guide
2016-03-30 15:28:13 -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
ckleban aa7580de81 Cap fix 2016-03-30 13:50:53 -07:00
ckleban 1510530d68 Make needed changes to the getting started guide for CLC
based on comments in PR  126
2016-03-30 13:48:40 -07:00
Janet Kuo 0c3de487a7 Teach users how to download K8s in local cluster guide 2016-03-30 13:48:19 -07:00
Marc Sluiter eda11f14d7 Fixed environment variables use-case 2016-03-30 22:33:36 +02:00
ckleban f27bcff8b1 Merge remote-tracking branch 'kubernetes/master' into add-clc 2016-03-30 12:02:50 -07: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
Phillip Wittrock 4a59b21e8b Clarify v1.2 required for hello-node and remove 1.1 ui section. 2016-03-30 09:48:42 -07:00
Matt Bruzek 8ac73e38a1 Spelling and other formatting changes. 2016-03-30 08:38:23 -05: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 969453c37e rebase 2016-03-29 17:11:32 -07:00
Janet Kuo a0600caf94 Update interactive pods section 2016-03-29 17:11:32 -07:00
Janet Kuo 147c23a372 Address comments 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
Matt Bruzek a0dc91ccb5 Addressing review comments from @chuckbutler. 2016-03-29 16:17:36 -05:00
johndmulhausen dc9bb89c09 Merge pull request #267 from andrewmichaelsmith/patch-1
More specific next version
2016-03-29 13:05:42 -07:00
Matt Bruzek 799f084645 Added more words at the bottom and layer reference. 2016-03-29 11:28:14 -05:00
Matt Bruzek fd125f229d Adding my thoughts on the juju getting started doc. 2016-03-29 11:12:14 -05:00
Charles Butler 11dc763bbb Work done yesterday 2016-03-29 10:54:35 -04: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
johndmulhausen d2b0ace5f5 Merge pull request #259 from ALRubinger/258
#258 Use "gcloud" for the Docker push to the gcr repo
2016-03-28 16:33:31 -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
Andrew Lee Rubinger 1c14eb9c3b #258 Use "gcloud" for the Docker push to the gcr repo 2016-03-27 00:01:29 -04:00
Prashanth Balasubramanian 8e06b116f9 Update firewall rule docs. 2016-03-25 18:08:55 -07:00
Vishnu Kannan aae9499016 Fix several issues with the local docker based cluster documentation. 2016-03-25 16:41:53 -07:00
johndmulhausen e0ff6f51a0 Update scratch.md 2016-03-25 16:17:37 -07:00
johndmulhausen 3c38ebb371 Fixes #235 2016-03-25 16:14:26 -07:00
johndmulhausen fce476b1eb Fixes #233 2016-03-25 16:11:39 -07:00
johndmulhausen fcc4e4a76d Fixes #247 2016-03-25 16:08:49 -07:00
johndmulhausen 8913c8664d Update hellonode.md 2016-03-25 15:54:38 -07:00
johndmulhausen 2df195fdf6 Fixes bad link to DNS 2016-03-25 14:01:07 -07:00
johndmulhausen e40238d9d5 Merge pull request #242 from zhouhaibing089/keystone_fix
fix the keystone package location
2016-03-25 13:55:43 -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 4af425edad Merge pull request #231 from pwittrock/hellonode
Update hello-node example to use deployments
2016-03-25 13:27:47 -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
johndmulhausen ea19c922fc Merge pull request #241 from vishh/localcluster
Fix docker based localhost setup documentation.
2016-03-25 11:18:37 -07:00
johndmulhausen bfa5e15139 Merge pull request #226 from erictune/master
Flesh out security context documentation
2016-03-25 11:16:25 -07:00
Vishnu Kannan b8dd9ad381 Fix docker based localhost setup documentation. 2016-03-25 10:33:40 -07:00
Brian Grant 304b0256a8 Merge pull request #140 from justinsb/multizone
Multizone: initial docs
2016-03-25 10:28:14 -07:00
zhouhaibing089 a5759266f8 fix the keystone package location 2016-03-25 11:35:15 +08:00
Justin Santa Barbara cbbf1fa6a7 Multizone: docs
Docs for multizone aka Ubernetes Lite
2016-03-24 21:39:21 -04:00
Sami Wagiaalla ec18c5d4f7 Flesh out security context documentation 2016-03-24 16:22:17 -07:00
Phillip Wittrock 319c514a28 Address pr comments - change kubectl link 2016-03-24 15:33:18 -07:00
Phillip Wittrock c123e0212e address pr comment 2016-03-24 14:22:16 -07:00
Phillip Wittrock 88236f73c3 remove trailing paren 2016-03-24 12:09:55 -07:00
Phillip Wittrock 3643bf4061 address pr comments 2016-03-24 12:02:17 -07:00
Phillip Wittrock dedf3450ac address pr comments 2016-03-24 11:09:59 -07:00
Phillip Wittrock 2ef03fabd6 Update hello-node example to use deployments 2016-03-23 17:44:11 -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
johndmulhausen ba6c8a14d3 Merge pull request #220 from david-mcmahon/patch-1
Delete known-issues.md
2016-03-22 15:34:19 -07:00
Janet Kuo 7077aac069 Replace RC with Deployments 2016-03-22 15:02:58 -07:00
David McMahon b86bd40b91 Update troubleshooting.md 2016-03-22 14:55:10 -07:00
johndmulhausen 4f543697e0 Merge pull request #217 from andrewmichaelsmith/master
Replace HA docs podmaster with --leader-elect flag
2016-03-22 14:42:28 -07:00
David McMahon 2ece96fe74 Delete known-issues.md
Ref #205
2016-03-22 14:15:47 -07:00
Andrew Smith 4c79e1c381 Update high-availability.md 2016-03-22 18:03:52 +00:00
Andrew Smith 1484749ca3 Correction: We use API locks, not etcd locks 2016-03-22 18:03:15 +00:00
Andrew Smith 810247a1fa Replace podmaster method with --leader-elect 2016-03-22 11:49:41 +00:00
Andrew Smith 06b593b6ee Update kube-scheduler.yaml 2016-03-22 11:46:10 +00:00
Andrew Smith 96d116e29f Add leader elect flag 2016-03-22 11:45:53 +00:00
Vladimir Rutsky 32211b516e fix name: "CLUSTERNAME" -> "CLUSTER_NAME"
`CLUSTER_NAME` is used below several times.
2016-03-22 15:02:26 +04:00
johndmulhausen a9f14224e3 Merge pull request #64 from mfanjie/update-vagrant-docs
update proxy settings doc
2016-03-21 15:09:11 -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 2aee7636f9 Merge pull request #195 from madhusudancs/gettingstarted-docker-expose
Now that kubectl run creates a deployment by default, expose here should expose the deployment previously created.
2016-03-21 15:03:55 -07:00
johndmulhausen ef6d1613b8 Merge pull request #211 from rutsky/patch-3
remove excessive bracket
2016-03-21 15:02:37 -07:00
johndmulhausen ec56f4c6f0 Merge pull request #210 from rutsky/patch-2
fix typo: "kublet"
2016-03-21 15:02:18 -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
Vladimir Rutsky 3b7905f5ad remove excessive bracket 2016-03-21 23:04:42 +04:00
Vladimir Rutsky ad02c1a4d3 fix typo: "kublet" 2016-03-21 22:41:24 +04:00
Janet Kuo e45fe3f916 Update links to examples 2016-03-21 11:05:25 -07:00
Janet Kuo 0e3b9129b9 Styling the update-demo static page 2016-03-21 10:39:51 -07:00
Madhusudan.C.S 1c27f43b7b Now that kubectl run creates a deployment by default, expose here should expose the deployment previously created. 2016-03-18 16:09:33 -07:00