Commit Graph

2030 Commits

Author SHA1 Message Date
Alexandru Gheorghe d65dfd1e4c
Remove "$" from commands and clarify context for spark example 2022-06-08 16:49:03 +01:00
Kubernetes Prow Robot 13cbf0b065
Merge pull request #442 from HusseinKabbout/master
[nfs-example] Use Deployments instead of ReplicationController
2022-03-23 00:34:00 -07:00
Hussein Kabbout b89d3929ee [nfs-example] Use Deployments instead of ReplicationController
According to the official kubernetes documentation it is recommended to use a Deployment instead of a ReplicationController to set up replication
https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/
2022-03-22 20:50:59 +01:00
Kubernetes Prow Robot fe33485aa4
Merge pull request #441 from dcoliversun/master
delete duplicated selector in minio-statefulset
2022-03-22 06:13:44 -07:00
Kubernetes Prow Robot b894f3eb6d
Merge pull request #440 from soltysh/update_owners
Update owners to match sig-apps leads
2022-03-22 06:11:44 -07:00
Qian.Sun 3cf896d855
delete duplicated selector in minio-statefulset 2022-03-22 18:41:15 +08:00
Maciej Szulik dfdff1b6b6
Update owners to match sig-apps leads 2022-02-28 19:43:24 +01:00
Kubernetes Prow Robot 6a762deb16
Merge pull request #438 from srinivaschavan/master
Use redis-replica instead of redis-slave in GUI
2022-02-14 00:29:29 -08:00
Srinivas Chavan 07b0cacf47 Use redis-replica instead of redis-slave in GUI 2022-02-05 13:07:28 +05:30
Kubernetes Prow Robot 2b1e860e04
Merge pull request #421 from EmilyM1/update-language-yaml
Update language yaml
2022-01-31 09:31:24 -08:00
Kubernetes Prow Robot 02f71e3e3c
Merge pull request #428 from n0vad3v/patch-1
Update GlusterFS docs URL README.md
2022-01-31 09:26:24 -08:00
Kubernetes Prow Robot 0c8461aaf9
Merge pull request #432 from matanw/master
pvc nfs example : add "volumeName" to nfs-pvc to connect it to nfs-pv
2022-01-04 22:28:33 -08:00
Matan Wiesner f73463943e pvc nfs example : add "volumeName" to nfs-pvc to connect it to nfs-pv 2022-01-04 19:02:38 +02:00
Nova Kwok 4057ab348a
Update GlusterFS docs URL README.md
The old URL `gluster.readthedocs.io/en/latest/Administrator%20Guide/` is returning 404 as GlusterFS seems using the `https://docs.gluster.org`, this PR is used to change the URL to the correct one.
2021-11-21 21:21:39 +08:00
Kubernetes Prow Robot 9d8c31ea6f
Merge pull request #426 from liiri/patch-1
Use NFS server v4.2 in nfs-pv example
2021-11-04 05:36:03 -07:00
Liri "Really" Sokol 1b3c3beb64
Use NFS server v4.2
We had problems with running the default v4 version, limit on connection pool etc, seems like 4.2 would be a better default
2021-11-04 11:57:28 +02:00
Kubernetes Prow Robot 495ccb7ece
Merge pull request #425 from rueyaa332266/update_selenium_4
Update selenium example to selenium 4.0
2021-11-03 07:23:06 -07:00
rueyaa332266 25f65c7426 update python sample and readme 2021-11-03 22:08:38 +09:00
rueyaa332266 f395ad729c update manifest for selenium 4.0 2021-11-03 22:04:04 +09:00
Emily Moss 4504af7626 update services 2021-09-08 11:38:03 -07:00
Emily Moss 54b1d7ea45 update controllers 2021-09-08 11:25:48 -07:00
Emily Moss 531a126f3b rename service 2021-09-08 11:21:23 -07:00
Emily Moss b83c2b68a3 rename deployment 2021-09-08 11:19:23 -07:00
Emily Moss 87a67949ce update yaml 2021-09-03 15:27:19 -07:00
Emily Moss 162bc4def1 more updates 2021-09-03 15:15:41 -07:00
Emily Moss 69f7ab04f8 more main.go fix up 2021-08-12 15:41:21 -07:00
Emily Moss 414fa0165e updates to main.go 2021-07-09 15:01:25 -07:00
Emily Moss 93fb5c3169 legacy update 2021-06-28 18:55:43 -07:00
Emily Moss 0052868617 add updated yaml 2021-06-23 12:35:07 -07:00
Emily Moss 4a95d679ac fix service and deployment 2021-06-17 15:07:48 -07:00
Emily Moss bc96654c20 file and contents update 2021-06-16 15:21:03 -07:00
Emily Moss 565a6a5a01 language replace 2021-06-16 15:17:37 -07:00
Kubernetes Prow Robot 802539ae3f
Merge pull request #420 from NishkarshRaj/patch-1
Fixing path for kubectl command
2021-06-08 23:39:47 -07:00
Nishkarsh Raj 96aaa446d4
Fixing path for kubectl command 2021-06-08 16:36:27 +05:30
Kubernetes Prow Robot 6fe27921de
Merge pull request #412 from mrbobbytables/owners
staging/cpu-manager: Remove inactive OWNERS
2021-02-21 10:05:42 -08:00
Bob Killen 541b5bb39b
staging/cpu-manager: Remove inactive OWNERS
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves balajismaniam
from an approver to an emeritus_approver.
2021-02-21 10:45:20 -05:00
Kubernetes Prow Robot 75f116a8b5
Merge pull request #406 from justinsb/update_redis_image
guestbook-go: update redis master image
2020-11-24 01:19:00 -08:00
Justin SB 1b4cdd70e8 guestbook-go: update redis master image
This now matches the image used in the guestbook (non-go) example.

Workaround for https://github.com/containerd/containerd/issues/4756
2020-11-23 12:47:55 -05:00
Kubernetes Prow Robot 3e0c7a7629
Merge pull request #401 from ricardbejarano/master
added comment to clarify that the already-base64-encoded Ceph key must be base64-encoded again when using Kubernetes Secrets, or else use 'stringData' inplace of 'data'
2020-11-11 12:04:50 -08:00
Kubernetes Prow Robot a9f13231d1
Merge pull request #405 from nerzhul/patch-1
Add some options to the NFS FlexVolume example
2020-11-10 08:56:40 -08:00
Loïc Blot a53cb600fa
Add some options to the NFS FlexVolume example
Add default options:
* _netdev
* soft
* intr
* timeo=10

Add params to the flex volume:
* protocol
* atime
* readonly

Add example pod
2020-11-10 10:26:37 +01:00
Ricard Bejarano 5600c3588e
added comment to clarify that the already-base64-encoded Ceph key must be base64-encoded again when using Kubernetes Secrets, or else use 'stringData' inplace of 'data' 2020-10-06 02:44:31 +02:00
Kubernetes Prow Robot bbe33f4997
Merge pull request #395 from chaosaffe/fibre-channel-grammar
Enhance Fibre Channel Documentation
2020-09-29 10:17:27 -07:00
Kubernetes Prow Robot 527276df8f
Merge pull request #396 from windayski/fixtypo
fix typo
2020-09-22 13:02:09 -07:00
windayski d901bad2f1
Update cassandra.yaml
fix typo
2020-08-31 20:22:27 +08:00
Jason Murray bc7a20b62c
improve formatting 2020-08-10 19:07:46 -07:00
Jason Murray cc3e7657d1
enhance fibre channel example 2020-08-10 18:15:30 -07:00
Kubernetes Prow Robot 77d37b4b8b
Merge pull request #394 from nikhita/owners-cleanup
mysql-wordpress-pd/OWNERS: remove inactive members from reviewers
2020-08-10 03:54:19 -07:00
Nikhita Raghunath bd4865019e mysql-wordpress-pd/OWNERS: remove inactive members from reviewers
As a part of cleaning up inactive members (who haven't been active since
beginning of 2019) from OWNERS files, this commit removes david-mcmahon
from the list of reviewers.
2020-08-10 15:57:23 +05:30
Kubernetes Prow Robot b80c9417ab
Merge pull request #386 from DeanJain/master
removing unwanted words after kubectl commands which is causing confusion
2020-07-28 06:39:47 -07:00