Commit Graph

2067 Commits

Author SHA1 Message Date
Noel Bundick 3c8adbf5d6 Add details on mounting existing Azure Managed Disks 2018-03-09 16:36:17 -08:00
Gerardo Saca dfc12dd772 elasticsearch prod: Add Role and RoleBinding for RBAC (#207)
Replicating #106 for the elastic search production cluster.
2018-03-05 14:46:47 -08:00
Vyacheslav Semushin 980a1490b7 staging/podsecuritypolicy/rbac: use PSP from policy API group. (#206) 2018-02-28 09:59:50 -08:00
Harry Zhang 07c7db0888 Add preempt verb for scheduler 2018-02-27 14:55:32 -08:00
Jason Dillaman bb68db0963 rbd: default image format to v2 instead of deprecated v1 (#88)
Image format v1 has been deprecated since the Infernalis release of
Ceph over two years ago.
2018-02-27 10:30:53 -08:00
Ahmet Alp Balkan c8816cee62
Update owners for k/examples (#203) 2018-02-26 14:53:51 -08:00
Manuel Alejandro de Brito Fontes 23e957d104 Add owners file to cassandra example (#202) 2018-02-26 12:00:52 -08:00
Manuel de Brito Fontes cabf8b8e47
Use docker to build cassandra jar file 2018-02-25 09:18:31 -03:00
Manuel Alejandro de Brito Fontes 2845293915 Improve cassandra deployment (#199) 2018-02-21 09:45:27 -08:00
Aurélien Pupier b8bf4f4e9a Remove unused Java import package (#142)
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2018-02-20 19:16:45 -08:00
Manuel Alejandro de Brito Fontes 37aa34b68b Replace deprecated ubuntu-slim image with debian-base from k8s (#198) 2018-02-20 18:35:28 -08:00
Aurélien Pupier a141ee9c9b Provide xsd configuration for pom files (#143)
it allows to provide completion and validation when editing the files in
most IDEs

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2018-02-19 12:04:04 -08:00
Humble Devassy Chirammal b4af758995 Update README with new supported SC parameters. (#196)
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2018-02-16 09:54:18 -08:00
jheyduk 173927b551 add missing comment (#195) 2018-02-12 14:12:14 -08:00
david 011284134a update all Deployment API version to apps/v1 in k8s v1.9.0 and add accurate (#193)
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-11 18:24:00 -08:00
sebgoa a9514d789c
Merge pull request #191 from Davidchinacloud/dev
[storm] fix broken and outdated links in readme
2018-02-08 17:55:54 +01:00
LinWengang a442e47dc9 [storm] add annotations
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-08 10:59:00 +08:00
LinWengang fe6c23733c [strom] fix broken links and update rc to deployment
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-08 10:48:51 +08:00
sebgoa 7eacdbb93c
Merge pull request #156 from chanchikwan/master
Minor typesetting fix
2018-02-07 18:54:55 +01:00
sebgoa b390883671
Merge pull request #160 from kovyrin/patch-1
Small typo fix
2018-02-07 18:54:00 +01:00
sebgoa 867025324d
Merge pull request #167 from misterikkit/schedulerMove
Update scheduler code locations
2018-02-07 18:53:18 +01:00
sebgoa 45d84447fb
Merge pull request #180 from taoyu27/dev
typo error in 'Ceph RBD' segment of readme
2018-02-07 18:51:34 +01:00
david 7ab1089fdd [cassandra staging ] update workloads API version to apps/v1 in k8s v1.9.0 (#192)
* [cassandra] update workloads API version to apps/v1 in k8s v1.9.0

Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>

* [cassandra staging] update StatefulSet API version to apps/v1 in k8s v1.9.0

Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>

* [staging] fix readme

Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-07 09:38:40 -08:00
LinWengang 56d77eddf8 [storm] fix broken and outdated links in readme
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-05 12:18:38 +08:00
JounQin b8e39a119f fix broken and outdated links (#188) 2018-02-03 10:09:28 -08:00
david f20b1f8d76 [https-nginx and spark ] broken link in readme (#189)
Signed-off-by: LinWengang <linwengang@chinacloud.com.cn>
2018-02-03 10:09:05 -08:00
Kai Chen 8774c894fa Update the workloads API version for the Guestbook example to 1.9 (#181)
* Update the workloads API version for the Guestbook example to 1.9

* Update the workloads API version for rest of the examples
2018-02-01 11:07:32 -08:00
John Eismeier 826d825c0b Propose small spelling changes (#184) 2018-01-31 09:17:25 -08:00
XiaoLiang Hu cee89cecb7 Improve k8s DNS example usability (#164)
the command in example should be straightforward asap, user just
do copy and paste to move on. This change is align with spark
example to set CLUSTER_NAME and USER_NAME, refer to below link for
the details:

https://github.com/kubernetes/examples/tree/master/staging/spark
2018-01-30 22:19:20 -08:00
Bin Liu 0b2b574d31 Fix typo (#182) 2018-01-26 10:14:51 -08:00
yutao d773ff0ce6 typo error in 'Ceph RBD' segment of readme
Signed-off-by: yutao <yutao@chinacloud.com.cn>
2018-01-26 11:41:57 +08:00
Humble Devassy Chirammal fccdb8004b Update README with changes introduced by PR#58513 (#177)
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2018-01-25 10:44:14 -08:00
Jonathan Basseri 2ee16080bc Update scheduler code locations 2018-01-19 17:41:34 -08:00
Tim Hockin 5530ef928b Pushes go to staging-k8s.gcr.io (#174) 2018-01-19 09:25:41 -08:00
Jonathan Basseri f2cf69e3b3 Delete all BUILD files. (#168)
There is no CI set up for the examples repo, so BUILD files are not
needed. They can be easily regenerated in the future, and it's one less
thing to keep up to date.
2018-01-18 15:31:56 -08:00
Saverio Proto 52c1d665cf There is now a easier solution to create TLS certs. (#176)
* There is now a easier solution to create TLS certs.

https://github.com/kubernetes/kubernetes/issues/14017

* Change secret target from Makefile. Use keys target

* Remove BUILD file
2018-01-18 13:46:46 -08:00
sebgoa cfc0109723
Merge pull request #172 from humblec/glusterlinks
Correct GlusterFS description with proper upstream URLs.
2018-01-16 18:09:32 +01:00
Humble Chirammal 43c9edd2c9 Correct GlusterFS description with proper upstream URLs.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2018-01-16 22:31:46 +05:30
sebgoa 3930ecc7ff
Merge pull request #170 from humblec/volnameprefix
Add `volumenameprefix` storageclass parameter in GlusterFS dynamic PV provisioning example section.
2018-01-16 17:44:59 +01:00
Humble Chirammal 7f00f3efe6 Add `volumenameprefix` storageclass parameter in GlusterFS
dynamic PV provisioning example section.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2018-01-16 22:01:24 +05:30
Tim Hockin 3c2ef9e0d5
Merge pull request #163 from thockin-tmp/gcr-vanity
Convert registry to k8s.gcr.io
2017-12-23 10:22:35 -08:00
Tim Hockin 40f5426f1e Convert registry to k8s.gcr.io 2017-12-22 09:55:16 -08:00
Aaron Crickenberger 4e6b5f092a Add code-of-conduct.md (#161)
Refer to kubernetes/community as authoritative source for code of conduct
2017-12-20 11:35:20 -08:00
Ahmet Alp Balkan 559c64edb3
delete kubectl-container (#136)
This is not an example and was here when we were releasing the
gcr.io/google_containers/kubectl image actively (stopped doing that in 2015).
This is now unused and does not work, therefore removing.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-12-20 00:17:29 -08:00
pashok2398 97e22b575b Fix yaml path based on the new location (#159) 2017-12-17 23:13:06 -08:00
Oleksiy Kovyrin e1a9c764df
Small typo fix 2017-12-17 09:51:43 -05:00
Chi-kwan Chan 0af54a8647
Minor typesetting fix 2017-12-08 15:20:14 -08:00
sebgoa 6591a9be0e
Merge pull request #150 from abrarshivani/vsphere_link_fix
Fix link for pod yaml in vSphere Volumes README
2017-11-30 21:09:41 +01:00
Howie Benefiel 4562c2efd1 Fix syntax highlighting of YAML in java side car (#151)
Github supports YAML syntax highlighting.
This PR adds that formatting to the code blocks in the Java side car
example.
2017-11-28 11:02:13 -08:00
Abrar Shivani 6e3cc8129d Fix link for vsphere vsan pod 2017-11-27 21:03:40 -08:00