Commit Graph

153 Commits

Author SHA1 Message Date
toyoda 89545dc771 Fix broken link in flexvolume/README.md 2019-08-13 14:54:12 +09:00
liangxia c16a976d98 Promote examples that are referenced in the tutorials out of staging 2019-07-31 09:39:26 +08:00
Chris Fischer e6fe6a2dc2
Update README.md
Fix typo: sparkspark -> spark
2019-07-15 11:00:44 -07:00
Kubernetes Prow Robot 24c878fe38
Merge pull request #303 from bclau/patch-1
cluster-dns: Writes bytes on response
2019-06-04 08:17:22 -07:00
tadashi0713 015d064ba2 Add volumemount for selenium node chrome deployment 2019-06-03 16:30:33 +09:00
James Yu b9651c825d
Update README.md
fix typo: spark-subsubmit -> spark-submit
2019-05-26 11:54:33 -07:00
MarkDeckert d804fa73e1 driver.close() should be driver.quit() 2019-05-09 19:15:46 -07:00
Kubernetes Prow Robot a434a915a9
Merge pull request #304 from mmumshad/master
Fix service dns name
2019-05-08 11:44:35 -07:00
Bobby (Babak) Salamat 27216de59e Improve scheduler policy configuration examples 2019-03-25 12:19:18 -07:00
Mumshad Mannambeth 5a31ec9093
Fix service dns name
Should be http://dns-backend.development.svc.cluster.local:8000 instead of http://dns-backend.development.cluster.local:8000
2019-03-21 12:09:18 +08:00
Claudiu Belu ee0cf55804
cluster-dns: Writes bytes on response
In Python3, strings are unicode, while in Python2 they're bytes. This causes an issue when writing the request response, since it expects bytes.
2019-03-20 16:19:55 +02:00
Claudiu Belu 12f77704a3 Fixes python 3 support for cluster-dns images scripts
The cluster-dns images' scripts are only working with Python 2.

Considering that Python 2 support will be dropped in 2020, it
would be a good idea to transition towards Python 3 support.

This commit the cluster-dns Python scripts to work on both
Python versions.
2019-03-20 03:47:06 -07:00
Kubernetes Prow Robot 0f0861378f
Merge pull request #283 from reegnz/change_env_variable_names
Use new env vars to parameterize selenium nodes
2019-03-08 03:51:29 -08:00
Kubernetes Prow Robot 0de07f3d4c
Merge pull request #295 from IronPan/patch-1
Use fixed NFS dns name
2019-02-13 04:12:33 -08:00
Kubernetes Prow Robot 87f1ce167f
Merge pull request #284 from reegnz/upgrade_selenium_images
Bump image versions in selenium example
2019-01-31 01:47:42 -08:00
Roy Lenferink 9e4e0f41f7 Update OWNERS files to include link to docs 2019-01-30 20:22:58 +01:00
Zoltán Reegn 860cf5c28b Bump image versions in selenium example 2019-01-29 15:58:39 +01:00
Zoltán Reegn 6926abd983 Use new env vars to parameterize selenium nodes
The new variable names got introduced about 10 months ago and it was
indicated that they will be used in the ling term instead of the older,
less descriptive variable names.
2019-01-29 10:28:19 +01:00
IronPan b8ba2838ba
Use fixed NFS dns name 2019-01-18 01:05:43 -08:00
runzexia 8be2a0fbd7
update redis image address 2019-01-18 11:47:20 +08:00
Kubernetes Prow Robot 5207e2a1c5
Merge pull request #286 from reegnz/remove_trailing_whitespace
Remove trailing whitespaces
2019-01-10 10:26:49 -08:00
Kubernetes Prow Robot b831dde73d
Merge pull request #290 from mario-mazo/new-seleniumhub-enpoints
Updated selenium hub health probes to recommended endpoints
2019-01-10 08:44:58 -08:00
Ahmet Alp Balkan 60a6a0f2b7
Update README.md 2018-11-26 13:01:01 -08:00
Ahmet Alp Balkan 2136524f6a
merge it to the previous paragraph 2018-11-14 10:23:33 -08:00
hchiramm 2a84bf3c3d Add `customepnameprefix` storage class option.
customepnameprefix has been added to glusterfs storage class
via PR# https://github.com/kubernetes/kubernetes/pull/69419
This patch add its documentation to example files and README.

Signed-off-by: hchiramm <hchiramm@redhat.com>
2018-11-12 11:46:01 +05:30
Mario Mazo 1fe99abeba Updated probes to recomended endpoint 2018-11-10 21:12:18 +01:00
mooncake b14bba7c6a Fix typos: conecepts->concepts, lauched->launched
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-10 20:41:04 +08:00
Zoltán Reegn 412a68d903 Remove trailing whitespaces 2018-10-30 19:34:59 +01:00
AdamDang 00c3c2b476
Update README.md 2018-10-25 20:17:19 +08:00
k8s-ci-robot 00c9d96c5b
Merge pull request #278 from foo0x29a/master
Fix cpu-manager README links
2018-10-13 06:32:08 -07:00
Eric Briand f0cdc65016 change simple nginx example to use kubectl create instead of kubectl run 2018-10-12 14:43:06 +02:00
foo0x29a fc9a9cd884 Fix cpu-manager README links 2018-10-10 00:33:48 -03:00
Oz N Tiram 8067832303 Update alpine linux version in Dockerfile
Alpine version 3.4 is EOL since 2018-05-01.
See https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases

Signed-off-by: Oz N Tiram <oz.tiram@gmail.com>
2018-10-05 04:27:40 +02:00
Vilmos Nebehaj 1f595fb669 Make command consistent in javaweb examples 2018-09-19 08:38:42 -07:00
Vilmos Nebehaj 724fd94417 Fix indentation in javaweb-2.yaml 2018-09-18 16:08:47 -07:00
Vilmos Nebehaj e3c0e94131 Fix javaweb example
The image used for the init container runs /mv.sh, which executes `tail
-f /etc/hosts` as its last command. Since this command will block
forever, an explicit command should be specified for this container that
just copies the sample war file to /app (otherwise the pod will get
stuck forever, waiting for the init container to succeed).
2018-09-18 16:03:59 -07:00
Benjamin Krein ac10c005e3 update README with initContainer changes 2018-09-07 07:43:52 -04:00
Benjamin Krein 0d8e4d2918 convert to use initContainer 2018-09-07 07:43:42 -04:00
Benjamin Krein e39212705f define war container as initContainer 2018-09-06 16:03:27 -04:00
fqsghostcloud dc243bdc0a
fix README.md
fix README.md
2018-08-14 09:41:15 +08:00
David 2bf515f9af
fix README links 2018-07-04 01:43:13 +02:00
Hosung Song b942227428 Add Azure Disk-based NFS volume option 2018-06-28 17:32:20 -07:00
AdamDang 66c566da40
Typo fix: Endpont->Endpoint
Line 28: Endpont->Endpoint
2018-06-22 17:02:28 +08:00
Jan Pazdziora 03857d63df Creation of PSP by hack/local-up-cluster.sh is not as automatic as the README suggests.
Without the symlinks, hack/local-up-cluster.sh reports

Create podsecuritypolicy policies for RBAC.
error: the path "/home/test/kubernetes/examples/podsecuritypolicy/rbac/policies.yaml" does not exist
error: the path "/home/test/kubernetes/examples/podsecuritypolicy/rbac/roles.yaml" does not exist
error: the path "/home/test/kubernetes/examples/podsecuritypolicy/rbac/bindings.yaml" does not exist
2018-05-03 22:08:46 +02:00
foo0x29a 12cff4b7a5 fix cloud-dns README links (#227) 2018-05-02 10:53:57 +02:00
Carlos Castro 3d540a32a9 Update New Relic Infrastructure Readme (#229)
We noticed a deprecated link on this doc to the old server monitor.

Did a few other small changes to align the verbiage with New Relic naming conventions.
2018-05-02 10:52:28 +02:00
Humble Chirammal 5c3e8ca048 Add `snapfactor` readme for glusterfs provisioner examples.
Ref PR# https://github.com/kubernetes/kubernetes/pull/62378

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2018-04-18 23:01:57 +05:30
k8s-ci-robot b71ca8222d
Merge pull request #222 from DonMartin76/master
Add a sample for using azureFile for PVs
2018-04-13 19:26:59 -07:00
Martin Danielsson 758e8eb0ac Gave kubectl create secret as first alternative to create the secret for azureFile 2018-04-13 17:35:42 +02:00
Rohit Agarwal 37631d5f2f Provide a more ideal example for scheduler extender policy.
We now use default predicates/priorities if they are unspecified in the policy
config (kubernetes/kubernetes#59363).

The other example in ./scheduler-policy-config.json shows how to use priorities
and predicates.

Let's use this example to show how to use extenders. When you are using
extenders you don't necessarily want to mess with priorities and predicates
(kubernetes/kubernetes#45188).

Also remove duplicate file.
2018-04-09 15:21:21 -07:00