Commit Graph

553 Commits

Author SHA1 Message Date
Jeff Lowdermilk 91f87d146b Add missing analytics tag to unbreak shippable. 2015-06-11 09:46:28 -07:00
Abhi Shah 1946f5acf2 Merge pull request #9614 from caesarxuchao/logging-demo-examples-v1
update examples/logging-demo to v1
2015-06-11 09:07:27 -07:00
Abhi Shah fefbe9ee06 Merge pull request #9624 from satnam6502/logging-diagrams
Diagrams for cloud logging blog article
2015-06-11 09:02:15 -07:00
Filipe Brandenburger f78d461581 Merge pull request #9669 from satnam6502/counter
Counter pod used in logging blog article
2015-06-11 08:48:46 -07:00
Abhi Shah 9ccf33fa5c Merge pull request #9602 from krousey/example_walkthrough
Changing walkthrough to v1
2015-06-11 08:44:38 -07:00
Satnam Singh afcff79a88 Counter pod used in logging blog article 2015-06-11 08:42:12 -07:00
Abhi Shah 3ba8379d5d Merge pull request #9642 from krousey/example_update
Explicitly specifying 0 replicas since default changed
2015-06-10 17:00:35 -07:00
Kris Rousey f26cdc176c Explicitly specifying 0 replicas since default changed 2015-06-10 16:56:13 -07:00
Chao Xu e7f086e7b0 improve the yaml 2015-06-10 16:11:36 -07:00
Satnam Singh 3fe450437e Diagrams for cloud logging blog article 2015-06-10 16:03:36 -07:00
Abhi Shah 06821279c6 Merge pull request #9618 from krousey/example_rethinkdb
Changing rethinkdb example to use v1
2015-06-10 15:34:18 -07:00
Abhi Shah 7fb40192ed Merge pull request #9604 from krousey/example_update
Change update-demo example to use v1
2015-06-10 15:00:27 -07:00
Abhi Shah 34453ee4cd Merge pull request #9607 from ddysher/dns-example-fix
Fix DNS example due to default DNS domain rename
2015-06-10 14:59:31 -07:00
Kris Rousey eaa6f009f9 Changing rethinkdb example to use v1
Also deleting a .DS_Store file.
2015-06-10 14:54:42 -07:00
Abhi Shah 0f2243623c Merge pull request #9443 from goltermann/docs
Clarify a few things in Cassandra example.
2015-06-10 14:48:34 -07:00
Abhi Shah 57ad61d071 Merge pull request #9455 from caesarxuchao/guestbook-example-v1
Upgrade examples/guestbook to v1
2015-06-10 14:36:42 -07:00
Chao Xu ccceb7a727 update examples/logging-demo to v1 2015-06-10 14:25:28 -07:00
Deyuan Deng d03fc7a272 Fix DNS example due to default DNS domain rename 2015-06-10 16:58:43 -04:00
goltermann 0c8fbbe033 Clarify a few things in Cassandra example.
Fixing Cassandra example.

Update to kubectl exec.

Fix to gcr.io links
2015-06-10 13:49:02 -07:00
Abhi Shah 5c37d4a0e9 Merge pull request #9437 from kprobst/fw-doc2
Added explanation about firewall and external IP to nginx example.
2015-06-10 13:35:22 -07:00
Kris Rousey 5e48662566 Change update-demo example to use v1 2015-06-10 13:34:31 -07:00
Kris Rousey 782023f7c4 Changing walkthrough to v1 2015-06-10 13:25:54 -07:00
Chao Xu 06db0b2f8c update examples/kubectl-container to v1 2015-06-10 11:33:15 -07:00
Chao Xu 362e41a2a6 Upgrade examples/guestbook to v1 2015-06-10 11:16:01 -07:00
krousey 59a31758c0 Merge pull request #9436 from timstclair/guestbook-docs
Clean up guestbook README.md
2015-06-09 14:59:48 -07:00
Brendan Burns 4591c5e57b Purge cluster/kubectl.sh from nearly all docs.
Mark cluster/kubectl.sh as deprecated.
2015-06-09 13:35:52 -07:00
Kathrin Probst 0c3d67e7a7 Added explanation about firewall and external IP to nginx example. 2015-06-09 09:16:44 -07:00
Jeff Mendoza b04d49cd30 Add Environment Guide example.
This example shows a simple two tier setup in Kubernetes, and
simply prints the environment information that each pod sees.
Querying the service multiple times will show services at work
load balancing requests.
2015-06-09 09:07:27 -07:00
Tim St. Clair 57727da240 Remove out of date note from guestbook example 2015-06-08 15:33:29 -07:00
Tim St. Clair 1901d9075c Fix inconsistent capitalization in guestbook example README 2015-06-08 15:32:08 -07:00
Yifan Gu cbd0269fd0 example/cluster-dns: Fix typo. 2015-06-08 10:32:12 -07:00
krousey 5cffd96e28 Merge pull request #9281 from pedro-r-marques/beta1_to_beta3
Upgrade k8petstore example to v1beta3 API.
2015-06-08 10:16:30 -07:00
Pedro Marques 646e63c134 Upgrade to v1beta3 API.
Convert the example to the v1beta3 API since support for beta1 was removed.
2015-06-05 16:56:12 -07:00
Quinton Hoole 516bd5d0e4 Merge pull request #9334 from swagiaal/fix-nfs-nginx-path
Fix nginx path in nfs pod example.
2015-06-05 15:24:56 -07:00
Quinton Hoole 2411cdb43e Merge pull request #9326 from derekwaynecarr/openshift_update
Update OpenShift on Kubernetes example for getting service public ip
2015-06-05 14:57:59 -07:00
Sami Wagiaalla 2089733e02 Fix nginx path in nfs pod example.
nginx document root has changed. This updates the document
root in the nfs example.

Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
2015-06-05 16:47:48 -04:00
Mike Danese 057f9733d6 Merge pull request #9319 from skonzem/fix_doc_typos
Fix misspellings in documentation
2015-06-05 12:00:37 -07:00
Quinton Hoole 33777e89ae Merge pull request #9024 from markturansky/recyc_controllers
PersistentVolumeRecycler controller
2015-06-05 11:39:08 -07:00
Quinton Hoole 937d29f5d6 Merge pull request #9305 from brendandburns/example
Add some text about the docs being sync'd to HEAD
2015-06-05 11:22:15 -07:00
derekwaynecarr c954e76c2a Update OpenShift on Kubernetes example for getting service public ip 2015-06-05 14:06:23 -04:00
Quinton Hoole f642736753 Merge pull request #9131 from RichieEscarez/8701_repctr
Added inline  links to "services" "pods" "namespaces"  and "replicati…
2015-06-05 09:34:14 -07:00
Quinton Hoole 626e8e479b Merge pull request #9137 from RichieEscarez/8701_repctr2
Added inline  links to "services" "pods" "namespaces" "secrets"  and …
2015-06-05 09:33:00 -07:00
Quinton Hoole 07a924ab35 Merge pull request #9138 from RichieEscarez/8701_repctr3
Added inline links to "services" "pods" "namespaces" and "replication…
2015-06-05 09:32:27 -07:00
Quinton Hoole b840c1644e Merge pull request #9146 from RichieEscarez/8701_repctr4
Added inline links to "services" "pods" and "replication controllers"…
2015-06-05 09:31:56 -07:00
Scott Konzem 318e1a6f3b Fix misspellings in documentation 2015-06-05 11:35:17 -04:00
RichieEscarez de564f4fc2 Added inline links to "services" "pods" "namespaces" and "replication controllers" (using relative linking ../../folder/filename.md) 2015-06-05 07:38:08 -07:00
Brendan Burns 1956f2f086 Add some text about the docs being sync'd to HEAD
Add pointers to the release branch files.
Clone docs when creating a new release.
2015-06-04 21:53:15 -07:00
Quinton Hoole a4f285124e Merge pull request #9160 from uluyol/master
Update template to correctly retrieve external IP address. Clean up sample output.
2015-06-04 21:45:59 -07:00
Quinton Hoole 7d6e20060a Merge pull request #9140 from pires/7731-fix_hazelcast_example
Update Hazelcast example
2015-06-04 21:45:01 -07:00
Paulo Pires 7f9531f807 Fixed typo in Hazelcast example README.md. 2015-06-04 22:02:27 +01:00