Commit Graph

43 Commits

Author SHA1 Message Date
RichieEscarez d43299e48e Qualified all references to "controller" so that references to "replication controller" are clear. fixes #9404
Also ran hacks/run-gendocs.sh
2015-06-17 08:48:59 -07:00
Kris Rousey 782023f7c4 Changing walkthrough to v1 2015-06-10 13:25:54 -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
Jeff Mendoza 0e0b6d818a 201 walkthrough: remove term "API object"
Fixes #8820
2015-05-27 15:49:22 -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 a5181a9df6 Update k8s201.md to match PR#8011 2015-05-13 17:05:39 -07:00
Chao Xu 06a4c34fe1 make the httpGet port match the containerPort 2015-05-11 21:51:10 -07:00
Chao Xu 39e7a7f39f upgrade example/walkthrough to v1beta3 2015-05-09 20:36:19 -07:00
nikhiljindal 6ecda1cb8c Fixing an indentation bug in yaml file 2015-04-24 00:48:24 -07:00
Tim Hockin 914908d5e8 Make docs links go through docs.k8s.io 2015-04-23 16:36:27 -07:00
Clayton Coleman 6952fad15c Rename PodTemplate.Spec to PodTemplate.Template 2015-04-22 12:54:27 -04:00
Clayton Coleman aca6a3bdaf Pod Templates 2015-04-22 12:54:25 -04:00
Tim Hockin 936d59b8d1 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
Tim Hockin 03131af836 WIP: Implement multi-port Services 2015-03-30 19:28:11 -07:00
Tim Hockin a185f04267 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
Abhi Shah f13d809a53 updated gce-pd and redis examples to use v1beta3 2015-03-11 16:15:49 -07:00
Sam Ghods 50fe0205e2 Update walkthrough to support kubectl create 2015-02-11 19:53:25 -08:00
Tim Hockin 473939dfae Tighten validation of Name and Namespace 2015-01-27 17:04:59 -05:00
Brendan Burns 4bcbbb3017 Merge pull request #3236 from Hokutosei/fix_replication_controller_id
changed the id of walkthrough example replication-controller to nginx
2015-01-05 21:35:02 -08:00
hokutosei 2e9e025048 changed the id of replication-controller to nginx 2015-01-06 10:19:54 +09:00
Aditya Patawari dc3562cf32 kind is needed to start the pod
fix for the following error:
the provided version "v1beta1" and kind "" cannot be mapped to a supported object
2014-12-25 22:37:20 +05:30
Jeff Lowdermlk 20453f7f34 Update guestbook,walkthrough examples to use kubectl instead of kubecfg. 2014-12-10 17:37:40 -08:00
bgrant0607 3dc850c341 Merge pull request #2626 from jasonkuhrt/patch-1
Fix incorrect pod spec in tutorial
2014-12-04 11:21:02 -08:00
Andrew Smith 07848760a1 Fix label yml
I was getting: invalid value 'map[]': selector does not match template with the -
2014-11-30 15:26:47 +00:00
Jason Kuhrt ebed5a9347 Update README.md
Fix incorrect  pod spec
2014-11-26 08:30:31 -05:00
MikeJeffrey 97bb6442b8 Rolling back apiVersion change 2014-11-19 15:45:30 -08:00
MikeJeffrey 925764157f apiVersion -> version 2014-11-19 15:42:06 -08:00
Clayton Coleman fb5990df1e Some examples do not pass extended validation 2014-11-10 11:33:31 -05:00
Eric Paris 4759040360 fix example usage of passing environment variables
The syntax is not envVar, that is the name of the internal struct.  The
list is just "env"
2014-11-06 11:28:08 -05:00
Brendan Burns 6b1e182ff3 Merge pull request #2026 from satnam6502/201
Fix of a few 201 typos
2014-10-27 23:41:20 -07:00
Satnam Singh 3805ea8ccd Fix some 101 typos 2014-10-27 23:25:55 -07:00
Satnam Singh e579a93ce9 Fix of a few 201 typos 2014-10-27 23:10:00 -07:00
Amy Unruh aa83dc222b a few 'Walkthrough' typo fixes 2014-10-27 20:32:32 -07:00
oaktowner 653e74ea3c Update k8s201.md
Minor typo corrected.
2014-10-21 17:10:56 -07:00
Brendan Burns a596a5e1be Merge pull request #1926 from brendandburns/docs
Fix tests.
2014-10-21 07:40:08 -07:00
Brendan Burns 2d572d3744 Fix tests. 2014-10-21 07:19:55 -07:00
Brendan Burns b6379e7887 Fix some links... 2014-10-21 07:11:02 -07:00
Brendan Burns b85d4eeba5 Add a "201" walkthrough. 2014-10-21 07:06:24 -07:00
Brendan Burns b8f4f3ff86 Fix links. 2014-10-10 08:16:10 -07:00
Brendan Burns 83299e8bad Update title a little. 2014-10-09 12:38:24 -07:00
Matt T. Proud 4ff333e606 Swap internal doc. refs to relative links.
This commit addresses issue #1571, which requests that all internal
Kubernetes links are swapped to relative ones to better facilitate
browsing of documentation on local forks, not to mention make the
documentation have less needless boilerplate.
2014-10-08 21:09:18 +02:00
Clayton Coleman c77f503adf Expand syntax validation for other examples 2014-09-19 13:14:33 -04:00
Brendan Burns d508b8c38d Initial add of a walkthrough of basic Kubernetes concepts. 2014-09-18 20:22:50 -07:00