RichieEscarez
2d9977252a
Added inline links to "services" "pods" "namespaces" and "replication controllers" (using relative linking ../../folder/filename.md)
2015-06-05 07:38:08 -07:00
Rohit Jnagal
0d2c027b15
Fix guestbook example based on hackathon feedback.
...
. Changed all kubectl invocations to be kubectl instead of cluster/kubectl.sh in some places.
. Remove mention of journalctl - no one knew what it was.
. Add create external load balancer to make it work on GCE by default. Mentioned removing it if running locally.
. Change port mentioned in doc from 8000 to 80.
. Example cleanup should not suggest tearing down the whole cluster.
2015-05-29 23:06:29 +00:00
Jeff Lowdermilk
553f9f822b
Add ga-beacon analytics to gendocs scripts
...
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
nikhiljindal
1e323d77bc
Updating the guestbook example to v1beta3
2015-04-23 14:34:36 -07:00
Tim Hockin
c2bacd588d
Stop using dockerfile/* images
...
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-04-16 12:20:43 -07:00
Young
d1a6cee15e
supplement the cleanup scripts
2015-04-12 15:12:43 +08:00
you-n-g
88d49ca6a9
The redis-master-controller should be stopped
...
The redis-master-controller should be stopped, and the redis-master will be deleted automatically.
2015-04-10 07:05:15 +08:00
Tony Hsu
d9bb420410
Fix typo.
2015-04-02 10:13:29 +08:00
Shichao An
4e4b2fedfe
Fixed sentence grammar
2015-03-26 19:29:37 -07:00
Isaac Hollander McCreery
6945ac8d4f
Guestbook example README points to Getting Started, not SETUP.md
2015-03-24 20:21:59 +00:00
Tim Hockin
dfd8bbcf3e
Update docs using old Service.containerPort
2015-03-24 09:44:43 -07:00
Jan Dolecek
7f7ac2deb6
Update README.md
...
Fix some formatting.
2015-03-20 22:43:07 +00:00
Piotr Szczesniak
ff0316dd71
Rewrote guestbook-go example to use kube-dns
...
This is follow up of #5284 .
I also built a new kubernetes/guestbook:v2 image.
2015-03-18 12:07:16 +01:00
Jeff Lowdermilk
a2e710b3fe
Merge pull request #5504 from piosz/guestbook_example
...
Removed resource specification from guestbook example
2015-03-16 10:09:01 -07:00
Piotr Szczesniak
e6031e3190
Removed resource specification from guestbook example
...
The reason is partially #5503 but also I think it makes guestbook more
complicated and is not necessary there.
2015-03-16 14:27:09 +01:00
scuxiayiqian
831017e5a9
fix the stop rc failure in Cleanup Step
2015-03-16 15:57:29 +08:00
Piotr Szczesniak
4679a37b38
Rewrite guestbook example to use kube-dns instead of host:port
...
This fixes #5091
2015-03-11 09:51:47 +01:00
jayunit100
fbeeaf8d30
Clarify publicIP on minion use case
2015-03-10 10:41:59 -04:00
jayunit100
ef946dac38
Describe how to use publicIPs to access guestbook externally when not using external load balancers
2015-03-06 15:59:43 -05:00
jayunit100
3a0a4f1fa8
Guestbook README updates, reset-by-peer error message and v1beta3 note
2015-03-04 10:28:39 -05:00
Greg Taylor
286f7d29c4
Correct typo in guestbook/README.md
2015-03-03 05:50:22 -05:00
rsokolowski
635281ebe3
Update guestbook example to use replication controller.
2015-02-24 20:21:13 +01:00
jay vyas
a8964043d9
Guestbook: Addition troubleshooting section.
2015-02-21 01:37:49 -05:00
jayunit100
63fd2285fc
Guestbook tutorial : Make is more generic, compartmentalize the local/GCE setup, and added details around redis master and convenient cleanup utility script snippet.
2015-02-20 09:01:42 -05:00
Pierre du Plessis
8ded7be5fb
Typo
2015-02-05 15:10:32 +02:00
Tim Hockin
a480794efc
Tighten validation of Name and Namespace
2015-01-27 17:04:59 -05:00
jay vyas
2fc8c08b01
Clarify origin of REDIS_MASTER_SERVICE_HOST variable.
...
This commit clarifies the origin of the REDIS_MASTER_SERVICE_HOST variable by linking to the documentation on the way kubernetes services create env variables in the services.md file.
2015-01-17 15:00:18 -05:00
Jeff Lowdermlk
d5bd440bca
Update guestbook,walkthrough examples to use kubectl instead of kubecfg.
2014-12-10 17:37:40 -08:00
Joe Beda
e0f5956e46
Make guestbook handle duplicate entries.
...
Also use kubernetes org on the Docker Hub to host the image.
Fixes #2811
2014-12-09 11:23:09 -08:00
Joe Beda
6ba07b38fc
Convert gcutil to gcloud compute
2014-11-25 15:17:00 -08:00
Alen Komljen
d7ffc5e8f0
Update README to match with json files and remove duplicate index.php
2014-11-21 09:37:59 +01:00
Brendan Burns
110b5a3345
Update the services now that Services v2 has IP per service.
2014-11-12 11:31:28 -08:00
Tim Hockin
089c5602fd
Add per-service env vars for *_SERVICE_HOST
...
As a replacement of a single SERVICE_HOST variable, offer a FOO_SERVICE_HOST
variable. This will help ease the transition to ip-per-service, where there
is no longer a single service host.
# *** ERROR: *** Some files are missing the required boilerplate
# header from hooks/boilerplate.txt:
# examples/guestbook/redis-slave/run.sh
#
# Your commit will be aborted unless you fix these.
# COMMIT_BLOCKED_ON_BOILERPLATE
2014-09-24 09:07:21 -07:00
Max Forbes
bd196ea49c
Fix some readme and script bugs in examples (take 2).
...
v2: Resolve issues from comments, fix bugs in update-demo example, rename files for clarity, add turn-down steps.
v3: Add more set commands, clean up rest of env var checks.
2014-09-11 15:06:10 -07:00
Brian Grant
276df0bf2a
Misc. doc updates: Go setup, ssh reqd. on GCE, etcd reqd. for local, moved community links to wiki
2014-09-11 20:10:49 +00:00
Joe Beda
6dd38e2f49
Add containerPort to services in guestbook example
2014-09-04 13:25:39 -07:00
Deyuan Deng
75470e6adf
Include pod status in kebecfg humanreadable result.
2014-09-03 20:26:32 -04:00
derekwaynecarr
ca3f5a9f46
Fixup name vs ID terminology
2014-09-03 10:27:33 -04:00
keisuke oohashi
2d1149061f
Fix a wrong explaining text about running command to create replication controller.
2014-09-01 13:24:38 +09:00
Clayton Coleman
baaabcaf11
Update the README.md with caveats about waiting
2014-08-20 18:46:10 -04:00
Deyuan Deng
db5ca769b4
typo
2014-08-15 22:52:16 -04:00
Deyuan Deng
f17218b9b7
Fix broken link, remove unnecessary content.
2014-08-15 22:26:51 -04:00
CJ Cullen
3c93d629f7
Fixed a couple typos in guestbook documentation.
2014-08-15 12:30:21 -07:00
Robert Bailey
76e81edfc6
Update the guestbook example to show the current json files from the examples/guestbook directory.
2014-07-30 16:52:58 -07:00
brendandburns
46ac0aa81d
modified to drop the leading '/'
...
Since it doesn't work @ head.
2014-07-22 23:56:43 -07:00
Brendan Burns
ac1be8cc97
Move guestbook.md to README.md for default display by github.
2014-07-14 21:33:37 -07:00