Commit Graph

2065 Commits

Author SHA1 Message Date
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
Kubernetes Prow Robot f0341a6f2a
Merge pull request #302 from bclau/fix-py3
Fixes python 3 support for cluster-dns images scripts
2019-03-20 04:12:24 -07: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 a5fc981e3b
Merge pull request #301 from joelsmith/secdoc
Update embargo doc link in SECURITY_CONTACTS and change PST to PSC
2019-03-09 03:25:27 -08:00
Joel Smith 3077dbc0ad Update embargo doc link in SECURITY_OWNERS and changes PST to PSC 2019-03-08 10:23:48 -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 47146108ef
Merge pull request #299 from ahmetb/bye
Remove ahmetb from OWNERS
2019-02-13 14:34:45 -08:00
Ahmet Alp Balkan 112f11b76e
Remove ahmetb from OWNERS
Sadly I no longer have time to help maintain this repo and have not been able
to return to the review requests timely. It's better I don't get assigned to
these.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-02-13 14:00:38 -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
Kubernetes Prow Robot 147586e6e9
Merge pull request #296 from rlenferink/patch-owners
Update OWNERS files to include link to docs
2019-01-30 15:45:00 -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
Kubernetes Prow Robot e2a461bb78
Merge pull request #294 from runzexia/patch-1
update redis image address
2019-01-22 07:57:55 -08: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
k8s-ci-robot d94a4484e1
Merge pull request #291 from humblec/customepnameprefix
Add `customepnameprefix` storage class option.
2018-11-26 13:04:55 -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
k8s-ci-robot 0b0859e28e
Merge pull request #288 from mooncak/fix_typos
Fix typos: conecepts->concepts, lauched->launched
2018-11-10 10:10:54 -08: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
k8s-ci-robot 78097f9de8
Merge pull request #281 from AdamDang/patch-2
Update README.md
2018-10-25 07:34:01 -07: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
k8s-ci-robot 82e755323c
Merge pull request #280 from ebriand/update-nginx-example
change simple nginx example to use kubectl create instead of kubectl run
2018-10-13 06:30:52 -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
k8s-ci-robot 81b84edc1d
Merge pull request #279 from disrani-px/patch-1
Fix mountpath for cassandra
2018-10-11 13:02:01 -07:00
Dinesh Israni e40898d327
Fix mountpath for cassandra 2018-10-10 21:50:23 -07:00
foo0x29a fc9a9cd884 Fix cpu-manager README links 2018-10-10 00:33:48 -03:00
k8s-ci-robot cb42cf0cfd
Merge pull request #275 from oz123/redis_alpine_update
Update alpine linux version in Dockerfile
2018-10-05 11:53:51 -07: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
k8s-ci-robot 1a8470ba8d
Merge pull request #274 from mkumatag/fix_manifest_push
Purge the manifest after the push
2018-10-04 05:41:42 -07:00
Manjunath A Kumatagi cf992ddbe8 Purge the manifest after the push 2018-09-27 20:34:54 +05:30
k8s-ci-robot 3a2f276a56
Merge pull request #271 from ldx/fix-javaweb-examples
Fix javaweb examples
2018-09-19 09:44:16 -07: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
k8s-ci-robot b171baeb49
Merge pull request #267 from benjamink/master
Use init-containers instead of sidecar model
2018-09-07 07:50:19 -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
k8s-ci-robot 04efb0640f
Merge pull request #263 from hrishin/mysql-checks
added liveness probes to mysql deployment
2018-08-31 09:02:56 -07:00
hriships 05e76883eb added liveness probes to mysql deployment 2018-08-30 00:09:47 +05:30
k8s-ci-robot 2f69166cb6
Merge pull request #253 from bgiorgini/patch-1
Update README.md
2018-08-23 14:03:15 -07:00