Commit Graph

40 Commits

Author SHA1 Message Date
Satnam Singh c2ace869db Update guestbook-go example 2015-06-24 15:36:15 -07:00
Chao Xu 9038928889 update examples/guestbook-go to v1 2015-06-10 16:55:16 -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
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
Muhammed Uluyol e6180311c0 Update template to correctly retrieve external IP address. Clean up sample output. 2015-06-04 11:50:14 -07:00
RichieEscarez 7c5fa3763c Added inline links to "services" "pods" "namespaces" "secrets" and "replication controllers" (using relative linking ../../folder/filename.md) 2015-06-02 12:58:28 -07:00
Jeff Lowdermilk 29edafa519 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
Chao Xu 4c21bb5f96 update example/guestbook-go to v1beta3 2015-05-12 10:15:29 -07:00
Eric Paris 7aa102682a Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
2015-05-01 17:49:56 -04:00
Robert Bailey dfd40ec437 Merge pull request #6720 from invino4/slave
Make guestbook-go example use slaves
2015-04-13 13:25:19 -07:00
Jason Hunter 7a2e24c51a Make guestbook-go example actually use the redis-slave service that is set up for its reads. 2015-04-13 11:40:42 -07:00
you-n-g 8e6969dce8 Update README.md
The pods won't be deleted by that command
2015-04-12 15:16:53 +08:00
Young 61a519dad7 supplement the cleanup scripts 2015-04-12 15:12:43 +08:00
Tim Hockin 03131af836 WIP: Implement multi-port Services 2015-03-30 19:28:11 -07:00
Deyuan Deng cf88712a3c Fix docs 2015-03-28 23:42:54 -04:00
Piotr Szczesniak 567f086d33 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 2ec3b1b36f Merge pull request #4606 from satnam6502/guestbook
Using kubectl to obtain public IP for guestbook service
2015-02-26 14:18:27 -08:00
Satnam Singh 8963a9779c Using kubectl to obtain public IP for guestbook service 2015-02-26 13:01:28 -08:00
Subin M 2faf92cf1b format all json files 2015-02-24 04:20:32 +05:30
Subin M 3e7b1d66fc removing name from template 2015-02-24 04:07:49 +05:30
Subin M decd5696dc removing LoadBalancer 2015-02-24 03:57:09 +05:30
Subin M 82f166c54d renaming folder to v1beta3 and updating testcases 2015-02-24 03:17:22 +05:30
Subin M d34dbc9680 renaming folders 2015-02-24 02:49:58 +05:30
Subin M a37ecec0ce add v3 json files for guesybook-go 2015-02-19 23:16:47 +05:30
Deyuan Deng 283023cb5b Use replication controller for redis master. 2015-02-04 18:23:36 -05:00
Nalin Dahyabhai 1a8bdb2186 Fixup JSON syntax errors in example controller 2015-01-15 12:13:34 -05:00
Joe Beda 00b05e7276 Convert gcutil to gcloud compute 2014-11-25 15:17:00 -08:00
Tim Hockin 905327dca1 Update guestbook-go.
IP-per-service compatible.  Uses kubectl.
2014-10-16 10:09:12 -07:00
Tim Hockin 6631f82d79 Core support for ip-per-service 2014-10-16 08:36:47 -07:00
Gurpartap Singh 54cc5f9405 One last time. 2014-09-26 10:51:09 +05:30
Gurpartap Singh 0ffa667741 Use builder instead of build 2014-09-26 10:50:51 +05:30
Gurpartap Singh f74028f30e Use builder instead of build 2014-09-26 10:50:27 +05:30
Gurpartap Singh 854e3826ba Update README.md
GoogleCloudPlatform/kubernetes#1454
2014-09-26 06:01:59 +05:30
Johan Euphrosine 4a2b02acfa examples/guestbook-go: build from source and remove bin/docker dep 2014-09-25 16:34:20 -07:00
Robert Bailey b1b285b5fa Fixed a small typo in the guestbook-go build instructions. 2014-09-23 16:44:27 -07:00
Brendan Burns 1f6939e76a Fix some paths in the Dockerfiles. 2014-09-23 20:58:08 +00:00
Gurpartap Singh 92b9a61518 Updated guestbook based on suggestions in the pull request
Port of current guestbook's README.md

Fix guestbook pod and service names

Add go boilerplate

Use role label for redis pods

Give service.containerPort a name based value

This gives better env variable keys like REDIS_MASTER_SERVICE_REDIS_SERVER_ADDR, etc.

Avoid unnecessarily long names for service (esp in env vars)

Adding guestbook deploy/destroy scripts for k8s

These are probably only useful for quick testing. Maybe remove them
before merging the pull request.

Part of avoiding long names for services

Update Dockerfiles to git clone from Google's repo

Use correct service names while deleting them

Fix the script usage path.

K8s is not go gettable. Use git clone instead.

Using my fork in the Dockerfile to release and update to the docker hub
image.

Doesn't delete all pods if you remove controller too soon

Run the command in a shell to substitute env vars. Workaround for GoogleCloudPlatform/kubernetes#1309

GoogleCloudPlatform in lieu of my fork in Dckrfile

Some directory structure changes for guestbook src

README that explains the build process for source

Strip down the html and css to absolute essentials

Reformat JS according to Google's guidelines

Also added code to set random colors for elements.

Handle repetitive error checks using a common func

Also uses @roberthbailey’s stripped down code for reading env vars

infoString isn't really a string. Use info instead

Remove deploy.sh/destroy.sh scripts

Bind submit instead of keypress to capture submit

Add links to /env and /info in the footer

Reformat the JS

Incorporating suggestions by @filbranden

License boilerplate and some fixes to release.sh

Update README.md

Update README.md

Add building on boot2docker info to README

Accept docker bin path as a param for building

Use kubernetes user to host the image on registry

Don't get included in k8s's recursive build deps

https://github.com/GoogleCloudPlatform/kubernetes/pull/1299#discussion_r
17638061
2014-09-18 22:37:52 +05:30
Gurpartap Singh 304cf055db Add Go guestbook's k8s config json files 2014-09-12 22:58:32 +05:30
Gurpartap Singh fa38d92c5e Add Dockerfiles for compiling the guestbook and building a minimal image 2014-09-12 22:56:40 +05:30
Gurpartap Singh 4a36e76061 Add the source for Go based Guestbook 2014-09-12 22:54:54 +05:30