Commit Graph

1340 Commits

Author SHA1 Message Date
Matthias Luebken 01f4a33130 replacing the shell scripts with a Makefile 2016-03-15 09:49:50 +01:00
Rohith d6b525c467 - updating the cephfs example, most people, myself include skip the readme and jump to the code
- add the path attribute to the example
2016-03-12 16:51:32 +00:00
k8s-merge-robot 8e99f7242b Merge pull request #21899 from zmerlynn/update-spark
Auto commit by PR queue bot
2016-03-12 07:25:17 -08:00
nikhiljindal 3801801edd Change the port for apiserver example 2016-03-12 00:12:53 -08:00
Brian Grant f58537d494 Merge pull request #21535 from AdoHe/restore_secure_etcd
restore ability to run against secured etcd
2016-03-11 12:14:06 -08:00
AdoHe d96c632ee7 restore ability to run against secured etcd 2016-03-11 11:21:16 -05:00
k8s-merge-robot 52d7a1a547 Merge pull request #22691 from mkulke/fix-mysql-cinder-example
Auto commit by PR queue bot
2016-03-10 09:36:16 -08:00
runseb 99489b560f Clarify examples/kubectl-container 2016-03-10 17:49:19 +01:00
David McMahon 74811d373b Update the latestReleaseBranch to release-1.2 in the munger. 2016-03-08 18:59:28 -08:00
Magnus Kulke b3bd3b6997 Added ignore-db-dir arg. 2016-03-08 09:58:12 +01:00
Magnus Kulke 6a9b100e79 Trailing ws. 2016-03-08 09:56:58 +01:00
k8s-merge-robot eb67d4a799 Merge pull request #22608 from fejta/redis
Auto commit by PR queue bot
2016-03-06 17:32:20 -08:00
Brian Grant 542aaba03d Merge pull request #21645 from amygdala/cassandra
Cassandra example: daemonset volume fix, readme cleanup, update to new gcr image
2016-03-06 16:20:21 -08:00
Erick Fejta 081191c990 Use redis from gcr.io and e2e tag 2016-03-05 20:37:44 -08:00
Zach Loafman dd09c35bff Bump Spark / Zeppelin to 1.5.2 / 0.5.6 tags
From https://github.com/kubernetes/application-images/pull/5
2016-03-04 13:26:05 -08:00
k8s-merge-robot d10d5188fd Merge pull request #21717 from jeffmendoza/sample-guidelines
Auto commit by PR queue bot
2016-03-03 13:18:29 -08:00
Jeff Mendoza 76c3b418b2 Update exmaple README, and add guidelines.md to examples. 2016-03-03 09:20:50 -08:00
k8s-merge-robot 0fc1cbc6c4 Merge pull request #22393 from eparis/blunderbuss
Auto commit by PR queue bot
2016-03-02 18:51:56 -08:00
Eric Paris 040de28328 Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
k8s-merge-robot 79fe31a5e2 Merge pull request #22036 from timstclair/docs
Auto commit by PR queue bot
2016-03-01 11:46:33 -08:00
Amy Unruh 580c4b9d4e Cassandra example: daemonset volume fix, readme cleanup, update to new gcr
image consistent with the code base.
Change the label on the daemonset to 'app'.
2016-03-01 08:58:42 -08:00
Ihor Dvoretskyi 5ee25cb6b1 Docker Ceph link updated 2016-02-28 12:55:38 -08:00
Fabio Yeon a5c676520a Merge pull request #21639 from jayunit100/cassandra-example-fix
Fix broken cassandra test: Up to date containers + RC of 2 nodes with…
2016-02-26 15:48:02 -08:00
Fabio Yeon 97579deda8 Merge pull request #21621 from jayunit100/k8bps-defaultns
[examples] k8petstore: connection timeouts + allow blips.
2016-02-26 15:47:00 -08:00
Tim St. Clair 3c6084e32d Detect & fix backwards markdown links (of the form (foo)[bar]) 2016-02-26 13:24:21 -08:00
Eric Tune e4025556c1 Update docs and examples to batch/v1 Job
Documented manualSelector field.

Documented that you do not need to provide a selector
or unique labels with batch/v1 Job.

Updated all Job examples to apiVersion: batch/v1

Updated all Job examples to use generated selectors.
2016-02-25 09:28:07 -08:00
Eric Tune d624c731df Added Selector Generation to Job.
Added selector generation to Job's
strategy.Validate, right before validation.
Can't do in defaulting since UID is not known.

Added a validation to Job to ensure that the generated
labels and selector are correct when generation was requested.
This happens right after generation, but validation is in a better
place to return an error.

Adds "manualSelector" field to batch/v1 Job to control selector generation.
Adds same field to extensions/__internal.  Conversion between those two
is automatic.

Adds "autoSelector" field to extensions/v1beta1 Job.  Used for storing batch/v1 Jobs
    - Default for v1 is to do generation.
    - Default for v1beta1 is to not do it.
    - In both cases, unset == false == do the default thing.

Release notes:
Added batch/v1 group, which contains just Job, and which is the next
version of extensions/v1beta1 Job.

The changes from the previous version are:
- Users no longer need to ensure labels on their pod template are unique to the enclosing
  job (but may add labels as needed for categorization).
- In v1beta1, job.spec.selector was defaulted from pod labels, with the user responsible for uniqueness.
  In v1, a unique label is generated and added to the pod template, and used as the selector (other
  labels added by user stay on pod template, but need not be used by selector).
- a new field called "manualSelector" field exists to control whether the new behavior is used,
  versus a more error-prone but more flexible "manual" (not generated) seletor.  Most users
  will not need to use this field and should leave it unset.

Users who are creating extensions.Job go objects and then posting them using the go client
will see a change in the default behavior.  They need to either stop providing a selector (relying on
selector generation) or else specify "spec.manualSelector" until they are ready to do the former.
2016-02-25 09:28:07 -08:00
Vladimir Rutsky fba9ab02b7 fix typo: ", ." 2016-02-25 17:13:34 +03:00
Alex Robinson 6473156e68 Merge pull request #21626 from jayunit100/examples-spark-fix
Fix broken spark tests to use yaml files, 1 worker, declare DNS depe…
2016-02-24 16:30:19 -08:00
jay vyas 432d58d3da [examples] k8petstore: connection timeouts and pass fail that is allows blips.
Author:    jay vyas <jay@apache.org>
 Date:      Fri Feb 19 18:44:13 2016 -0500
 Committer: jay vyas <jay@apache.org>
2016-02-23 23:11:44 -05:00
jay vyas 378b640bc7 e2e cassandra fixes, needs follow on container update 2016-02-22 19:50:05 -05:00
jay vyas bb61d63872 [examples] [e2e] Fix spark example e2e tests: labels, forEach, json->yaml 2016-02-22 16:40:30 -05:00
k8s-merge-robot 4c97951d65 Merge pull request #21634 from jayunit100/spark-README
Auto commit by PR queue bot
2016-02-20 23:59:59 -08:00
jay vyas f73a54823b Update spark README with container location and DNS req. 2016-02-20 17:33:30 -05: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
laushinka 3b7ed6fa7a Spelling fixes inspired by github.com/client9/misspell 2016-02-18 06:58:05 +07:00
k8s-merge-robot 98360c3e41 Merge pull request #21345 from CenturyLinkCloud/master
Auto commit by PR queue bot
2016-02-17 02:26:51 -08:00
ckleban 675cbcc452 Fixing mysql-galena example's config files 2016-02-16 15:02:42 -08:00
Amy Unruh 28190822dd Update guestbook frontend php script suggested in issue #18640.
(Created new GCR image version with the changes).
2016-02-16 11:05:51 -08:00
Matthias Luebken 1233e35f44 Fix: add src and workdir to correct root path. 2016-02-16 16:42:45 +01:00
k8s-merge-robot f3d83075b8 Merge pull request #21033 from nikhiljindal/swaggerspecInGenericServer
Auto commit by PR queue bot
2016-02-14 11:39:56 -08:00
Jerome Touffe-Blin 06fb157e8e Fix #19098 - misplace cassandra-controller in cassandra example 2016-02-12 19:31:55 +11:00
Maisem Ali cb3e5255b9 Merge pull request #20865 from maisem/master
Adding a readiness probe to kubectl e2e tests.
2016-02-11 12:55:15 -08:00
nikhiljindal 89d20d0ab1 Moving installing swagger spec to generic api server 2016-02-10 18:33:47 -08:00
Janet Kuo 6c151d0d5c Move deployment example to docs/user-guide 2016-02-10 10:46:12 -08:00
k8s-merge-robot f44cfa1051 Merge pull request #19840 from madhusudancs/replicaset-deployment
Auto commit by PR queue bot
2016-02-09 18:57:42 -08:00
Matthew Farrellee 352a7b7c2e update spark example yaml to use new images 2016-02-09 17:18:47 -05:00
Maisem Ali c1016745b9 Adding testing-manifests to the test tar ball 2016-02-09 14:09:26 -08:00
k8s-merge-robot 3bd8955360 Merge pull request #20590 from erictune/rc-doc
Auto commit by PR queue bot
2016-02-09 00:11:39 -08:00