Commit Graph

82 Commits

Author SHA1 Message Date
David McMahon 63e1c77a21 Update the latestReleaseBranch to release-1.4 in the munger. 2016-09-01 14:40:55 -07:00
joe2far 10b5aff955 Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
David McMahon b222f28cb9 Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
David McMahon f05b9a47e9 Updated docs and examples for release-1.3. 2016-06-13 12:24:34 -07:00
Dawn Chen 0cba8b9eae Revert "Versioning docs and examples for v1.4.0-alpha.0."
This reverts commit cce9db3aa9555671c5ddf69549b46ed0fd7e472a.
2016-06-10 16:46:46 -07:00
David McMahon b1e6c67b24 Versioning docs and examples for v1.4.0-alpha.0. 2016-06-10 14:55:35 -07:00
Brandon Philips 437e2d90d7 examples: guestbook-go: fix the redis-master version
The guestbook-go example is broken because the latest tag of redis has
moved to redis 3.0 which speaks a new protocol. This means that the
slaves, which have fixed 2.0 versions, will error out on the protocol:

```
[7] 15 May 23:37:44.403 # Can't handle RDB format version 7
[7] 15 May 23:37:44.403 # Failed trying to load the MASTER synchronization DB from disk
[7] 15 May 23:37:45.333 * Connecting to MASTER redis-master:6379
[7] 15 May 23:37:45.427 * MASTER <-> SLAVE sync started
```

In this case the app simply never persists data.

cc @luebken @Gurpartap
2016-05-15 18:46:27 -05:00
Matthias Luebken 4c0532ddcb Merge branch 'master' into fix-guestbook-go-build 2016-03-24 13:37:16 +01:00
Matthias Luebken 367781f48a * updated console output to reflect actual output
* added a tip how to build your own image
2016-03-21 22:23:53 +01:00
Matthias Luebken f4132a7ff4 pinned version 2016-03-21 22:22:41 +01:00
Matthias Luebken 90dc647a32 using registry and image name as specified in _src/Makefile 2016-03-15 10:18:28 +01:00
Matthias Luebken 01f4a33130 replacing the shell scripts with a Makefile 2016-03-15 09:49:50 +01:00
David McMahon 74811d373b Update the latestReleaseBranch to release-1.2 in the munger. 2016-03-08 18:59:28 -08:00
Matthias Luebken de8bd7f443 Fix: add src to correct root path. 2016-02-20 23:25:03 +01:00
Matthias Luebken 81485f9df2 using official golang image 2016-02-20 23:16:51 +01:00
Matthias Luebken 1233e35f44 Fix: add src and workdir to correct root path. 2016-02-16 16:42:45 +01:00
Paul Morie ba54aa4a61 Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
Chao Xu 533747fa0f run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
Brandon Philips 9737c07c16 examples: guestbook-go: remove id field from rc
Remove the id field to fix this error:

```
$ kubectl create -f redis-slave-controller.json
error validating "redis-slave-controller.json": error validating data: found invalid field id for v1.ReplicationController; if you choose to ignore these errors, turn validation off with --validate=false
```

Fixes #17846
2015-11-30 18:06:06 -08:00
Tim Hockin 34577ed6aa Run update-gendocs 2015-11-13 13:57:57 -08:00
qiaolei faebfbe5ce Fix some errors in guestbook-go
Fix some errors in guestbook-go README.md:

1. fix some markdown errors by removing the `<nop>` tag
2. replace some (not all of them) `containers` with `pods`
3. `gcloud comput` -> `gcloud compute`
4. improved sentences that has `list all` to make the descriptions more accurate
5. other tiny fixes
2015-10-22 14:33:44 +00:00
Alex Chan ff864433ea Fix two broken codeblocks in Guestbook example
Looking at the currently published version (http://kubernetes.io/v1.0/examples/guestbook-go/README.html), there are a pair of unprocessed code fence blocks. This commit is an attempt to fix the problem.
2015-09-01 12:17:44 +01:00
Janet Kuo 66e14b9080 Make --validate default on and shows how to turn if off 2015-08-25 03:18:32 -07:00
Brendan Burns c7394c0939 Fix the service printer to be a single line per service 2015-08-10 10:57:45 -07:00
Ed Costello ab8816e460 Copy edits for typos 2015-08-09 14:18:06 -04:00
Eric Paris 76568e8ced Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
Rafal Gajdulewicz 3d8e0fc916 Fix typo in guestbook-go 2015-07-24 09:37:28 +02:00
Karl Isenberg 2daa52c0a8 Make guestbook-go url paths relative to survive multiple proxies 2015-07-22 15:20:22 -07:00
Tim Hockin 8096d9570c nop numbered list in doc to use manual numbering 2015-07-20 11:36:00 -07:00
Satnam Singh 58261b4a9b Convert shell to console outout style for Guestbook Go example 2015-07-18 23:00:46 +01:00
Tim Hockin d504a77b74 Run gendocs 2015-07-17 15:35:43 -07:00
Daniel Smith d2a40718e6 apply changes 2015-07-17 11:04:46 -07:00
Tim Hockin f653a8f0c4 Better scary message 2015-07-17 09:28:49 -07:00
Tim Hockin 86f773686d Fix load-balancer firewall messages 2015-07-14 21:07:46 -07:00
Tim Hockin 8d25501cdf Run gendocs 2015-07-14 17:28:47 -07:00
Tim Hockin 71fcd5bfe1 Run gendocs 2015-07-14 15:28:59 -07:00
Mike Danese 945b5fd98b automated link fixes 2015-07-14 10:51:10 -07:00
Daniel Smith 5d3ad2236f Apply mungedocs changes 2015-07-13 17:48:40 -07:00
Daniel Smith 7edc7fc668 fix broken example links 2015-07-13 17:47:48 -07:00
Chao Xu 5a3d5859fc replace REASON column with STATUS in kubectl output in examples/ 2015-07-07 13:46:50 -07:00
RichieEscarez a04fe4fd6f Edited to clarify the individual steps and what each command performs
Fixes #9398
2015-06-30 14:25:22 -07:00
Marcin Wielgus 2578d94ed5 Use the same redis images in examples/guestbook-go as in examples/guestbook 2015-06-30 15:03:43 +02:00
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