Commit Graph

52 Commits (1b6e8f97d91a4a128753755b514829ed5ac040e8)

Author SHA1 Message Date
David McMahon dae84f5306 Update the latestReleaseBranch to release-1.2 in the munger. 2016-03-08 18:59:28 -08:00
Paul Morie b672785d72 Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
Chao Xu 2b2f285777 run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
Tim Hockin dab591b629 Run update-gendocs 2015-11-13 13:57:57 -08:00
Carsten Clasohm d093fe0c4b add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
Ed Costello 35a5eda585 Copy edits for typos 2015-08-09 14:18:06 -04:00
Eric Paris 024208e39f Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
Eric Paris 4cbca2e63c Make munger begin/end less generic
Just force the beginMungeTag() endMungeTag() macros on users, by hiding
it under the covers. It really simplies things for users.
2015-07-30 20:41:30 -04:00
Janet Kuo 180798cfa4 Use example syncer tags instead of hard-coded examples in doc 2015-07-27 14:48:41 -07:00
Tim Hockin 278532ead1 Fix errant ``` in doc 2015-07-18 14:06:08 -07:00
Tim Hockin 33f1862830 Run gendocs 2015-07-17 15:35:43 -07:00
Daniel Smith f7873d2a1f apply changes 2015-07-17 11:04:46 -07:00
Tim Hockin 542e13d2d3 Better scary message 2015-07-17 09:28:49 -07:00
Brian Grant 786b59427d Merge pull request #11400 from lavalamp/munger
Add absolute path link checking to munger
2015-07-16 22:50:14 -07:00
Daniel Smith 98eeadb66e (mostly) auto fixed links 2015-07-16 16:28:18 -07:00
Tim Hockin f7512d007b Add munger to verify kubectl -f targets, fix docs 2015-07-16 15:39:45 -07:00
Tim Hockin 39b86908a1 Run gendocs 2015-07-14 17:28:47 -07:00
Tim Hockin 79f9cd7c83 Run gendocs 2015-07-14 15:28:59 -07:00
Eric Tune 50159864ee Merge pull request #11146 from mwielgus/hazelcast
examples/hazelcast - pass namespace via env, reduce cpu requirements and inc image version
2015-07-14 12:47:47 -07:00
Mike Danese 3eff8fce41 automated link fixes 2015-07-14 10:51:10 -07:00
Marcin Wielgus 23d659a029 examples/hazelcast - pass namespace, reduce cpu requirements and inc image version 2015-07-14 11:49:34 +02:00
Tim Hockin 51e601ce2d Merge pull request #11107 from pires/fix_hazelcast_example
Fixed Hazelcast example.
2015-07-13 20:18:12 -07:00
Paulo Pires 3f42ac65dd Fixed Hazelcast example documentation relative links. 2015-07-13 21:17:47 -04:00
Daniel Smith 821e08fded Apply mungedocs changes 2015-07-13 17:48:40 -07:00
Paulo Pires 66a07664a5 Fixed Hazelcast example.
Upgraded to API v1.
2015-07-11 09:50:01 +01:00
Chao Xu 2614b86c5b update the output of kubectl get in examples/hazelcast 2015-07-07 14:06:16 -07:00
Marek Biskup cb96649582 tldr for dns example; rename log to logs 2015-06-25 10:56:45 +02:00
Marcin Wielgus 49af3209f8 Lower cpu requirements in examples (from 1 to 0.5) 2015-06-17 11:39:33 +02:00
Chao Xu e854ac3b14 update examples/hazelcast to v1 2015-06-09 16:49:03 -07:00
Quinton Hoole a55c652466 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
Paulo Pires f059f6ee60 Fixed typo in Hazelcast example README.md. 2015-06-04 22:02:27 +01:00
Paulo Pires db70dd5902 Added Hazelcast example Dockerfile. 2015-06-02 22:17:33 +01:00
Paulo Pires 61a4d646a7 Updated Hazelcast example instructions. 2015-06-02 22:10:04 +01:00
Paulo Pires 00c4e9ba01 Updated to hazelcast-kubernetes-bootstraper 0.3.1. 2015-06-02 22:09:48 +01:00
RichieEscarez 320bc1ce4b 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
Anastasis Andronidis 9e3a540940 rename resize to scale 2015-05-27 19:08:06 +02:00
Daniel Smith 4f5d9310a3 replace wrong code with link 2015-05-26 17:32:03 -07: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
Paulo Pires fe447b7ceb Fixed documentation based on comments. Will squash after PR is validated. 2015-05-10 11:45:11 +01:00
Paulo Pires 273d9e5dcc Upgraded to hazelcast-bootstraper 0.2 and pires/hazelcast-k8s:0.2.
We now use v1beta3 API.
Fixes #7731
2015-05-09 23:10:14 +01:00
Chao Xu 733e3af376 update the hazelcast example to API version v1beta3 2015-05-04 13:37:20 -07:00
Tim Hockin 12e4e8f304 Make docs links go through docs.k8s.io 2015-04-23 16:36:27 -07:00
Tim Hockin 186818d787 WIP: Implement multi-port Services 2015-03-30 19:28:11 -07:00
Tim Hockin 4375376e9c Rename Service.ContainerPort to TargetPort in v1b3
Fix all callers and examples.  Part of multi-port service cleanup.
2015-03-20 13:50:06 -07:00
Subin M 97ea7065fc modify resource limits 2015-02-26 13:51:06 +05:30
Subin M e682c933ea v1beta3 api yaml files 2015-02-26 04:25:09 +05:30
Subin M a4bc05f0e0 v1beta3 api yaml files-hazelcast 2015-02-24 20:16:59 +05:30
Adam Durana 7554432f77 Fix typo 2015-02-01 13:03:28 -05:00
Jeff Lowdermlk 7960d88b21 Update README.md for cassandra/hazelcast examples to use kubectl resize 2015-01-16 15:05:13 -08:00
Paulo Pires cd946abaf0 Updated discovery source code example. 2015-01-07 12:04:59 +00:00