k8s-ci-robot
b6fd5d93b2
Merge pull request #69389 from smarterclayton/wait_error
...
kubectl wait must handle errors returned by watch
2018-10-25 09:40:41 -07:00
k8s-ci-robot
f4bf0e8d33
Merge pull request #70237 from nikhita/proto-remove-trailing-whitespace
...
Remove trailing whitespace in the protobuf generator
2018-10-25 08:25:06 -07:00
k8s-ci-robot
2dc511a4ec
Merge pull request #70233 from jbartosik/e2e-deflake
...
Change back HPA e2e tests to request 500 mCPU
2018-10-25 08:24:56 -07:00
k8s-ci-robot
584a86736e
Merge pull request #70071 from xichengliudui/fix18102203
...
Fix grammatical errors and repeat words
2018-10-25 07:12:20 -07:00
k8s-ci-robot
63e9ecabb6
Merge pull request #70209 from ixdy/update-images-after-#69995
...
Update images after #69995
2018-10-25 05:55:29 -07:00
k8s-ci-robot
abb8f66ff4
Merge pull request #70186 from yuexiao-wang/switch-errors
...
[kubeadm/app/cmd]switch to github.com/pkg/errors
2018-10-25 05:55:19 -07:00
Nikhita Raghunath
e60b0a129a
generated proto: remove trailing whitespace
2018-10-25 16:37:33 +05:30
k8s-ci-robot
3a680bc42d
Merge pull request #70100 from lavalamp/schema-fix
...
API Schema fix: container port keys
2018-10-25 04:01:25 -07:00
Nikhita Raghunath
4911ad8ff1
Remove trailing whitespace in proto generator
2018-10-25 16:08:11 +05:30
Joachim Bartosik
1b90dc96d7
Change back HPA e2e tests to request 500 mCPU
...
I increased request from 500mCPU to 1CPU in
https://github.com/kubernetes/kubernetes/pull/70125 but this interacts
poorly with other e2e tests (higher requests mean pods fil to schedule).
So revert that change.
2018-10-25 11:16:31 +02:00
k8s-ci-robot
ed39bd45f5
Merge pull request #70087 from liggitt/fix-crd-internal-types
...
Fix custom resource handler in-memory version
2018-10-25 02:11:04 -07:00
yuexiao-wang
f9084c6ce6
[kubeadm/app/cmd]switch to github.com/pkg/errors
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2018-10-25 15:05:04 +08:00
k8s-ci-robot
689df2010d
Merge pull request #68676 from mikkeloscar/fix-redis-statefulset-test
...
Fix Redis StatefulSet e2e test
2018-10-24 22:53:05 -07:00
k8s-ci-robot
d96f235051
Merge pull request #69991 from agunnerson-ibm/issue-69471
...
certificate_manager: Check that template differs from current cert before rotation
2018-10-24 21:35:09 -07:00
Shubheksha
f282543605
Adopt multiple issue templates ( #68774 )
...
* add support for multiple issue templates
* add comment to precede the kind label
2018-10-24 21:35:00 -07:00
k8s-ci-robot
0df5462db6
Merge pull request #69700 from verult/repd-e2e-regionalcluster
...
Updated Regional PD failover test to use node taints instead of instance group deletion
2018-10-24 19:26:51 -07:00
k8s-ci-robot
375ff10803
Merge pull request #70195 from dekkagaijin/master
...
Increment version for metadata-concealment test image
2018-10-24 18:10:31 -07:00
k8s-ci-robot
432e8d43e0
Merge pull request #70141 from pohly/provider-warning
...
e2e: allow unknown providers with a warning
2018-10-24 18:10:22 -07:00
k8s-ci-robot
c31d7f5b26
Merge pull request #70199 from mkimuram/issue/70191
...
Move the provisioning test for retain policy back to volume_provisioning.go
2018-10-24 16:58:31 -07:00
k8s-ci-robot
eff7492d38
Merge pull request #70182 from SataQiu/fix-20181024
...
Fix incorrect return value of kubeadm pre-flight checks
2018-10-24 16:58:22 -07:00
Jeff Grafton
162c00bdbc
Update e2e test image manifests
2018-10-24 16:23:12 -07:00
Jeff Grafton
7b93b50e40
Update to use kube-addon-manager:v8.9
2018-10-24 16:19:51 -07:00
Jeff Grafton
003404685d
Update to use debian-iptables v11.0 and debian-hyperkube-base 0.12.0
2018-10-24 16:18:53 -07:00
k8s-ci-robot
2126045bcc
Merge pull request #70197 from dims/switch-from-mirror-to-main-download-site-for-zookeeper
...
Switch from mirror to main download site for zookeeper
2018-10-24 14:47:25 -07:00
Kim Min
79599ac419
Prune internal clientset/informer from kubeapiserver admission initializer ( #70167 )
...
* externalize pv resize admission controller
* externalize podtolerationrestriction admission controller
* externalize podnodeselector admission controller
* remove internal clientset/informer from kubeapiserver admission initializer
* minor change: fixes scheduler integration test compiliation
2018-10-24 14:47:16 -07:00
k8s-ci-robot
10121e6448
Merge pull request #69898 from Huang-Wei/scheudler-perf-more-cases
...
add more scheduler benchmark testcases
2018-10-24 14:47:06 -07:00
k8s-ci-robot
86e2d2bf03
Merge pull request #69587 from jonfriesen/fix_golint_tests
...
Fixes golint for test/list
2018-10-24 14:46:57 -07:00
Andrew Gunnerson
b9ab65d689
certificate_manager: Check that template differs from current cert before rotation
...
With the current behavior, when kubelet starts, a `templateChanged`
event is always fired off because it only checks if `getLastRequest`
matches `getTemplate`. The last request only exists in memory and thus
is initially `nil` and can't ever match the current template during
startup.
This causes kubelet to request the signing of a new CSR every time it's
restarted. This commit changes the behavior so that `templateChanged` is
only fired off if the currently template doesn't match both the current
certificate and the last template.
Fixes #69471
Signed-off-by: Andrew Gunnerson <andrew.gunnerson@us.ibm.com>
2018-10-24 17:14:58 -04:00
Cheng Xing
8ee882a98a
Updated Regional PD failover test to use node taints instead of instance group deletion
2018-10-24 13:22:39 -07:00
Patrick Ohly
bf08f5c63c
e2e: allow unknown providers with a warning
...
The E2E refactoring tightened the sanity checking of the --provider
parameter such that it only allowed known providers. That seemed to
make sense because it catches typos, but it turned out that various
callers depended on the "accept arbitrary provider value" behavior,
therefore it gets restored.
2018-10-24 21:57:02 +02:00
k8s-ci-robot
4cbeddd7b2
Merge pull request #70094 from mwwolters/prepare-log-file-args
...
Changed prepare-log-file to take args for setting uid/gid for log files.
2018-10-24 12:32:53 -07:00
Masaki Kimura
6afcaccf7d
Move the provisioning test for retain policy back to volume_provisioning.go
...
Provisioning test for retain policy requires each driver's backend volume
deletion logic. Without it, volume leakage happens. Move this test back
to volume_provisioning.go and test it only for gce, until general
backend volume deletion code for each driver becomes available.
Fixes : #70191
2018-10-24 19:21:28 +00:00
Davanum Srinivas
3e56e3c1c6
Switch from mirror to main download site for zookeeper
...
Change-Id: I14cd6aeef2f10ac3d270d03e624216eed78368ec
2018-10-24 14:46:45 -04:00
Jake Sanders
5d943acc09
Increment version for metadata-concealment test image
2018-10-24 11:36:25 -07:00
Wei Huang
5259d09c38
add more scheduler benchmark testcases
...
- add benchmark test for PodAffinity
- add benchmark test for NodeAffinity
- add 1000-nodes test for PodAntiAffinity/PodAffinity/NodeAffinity
2018-10-24 11:06:32 -07:00
k8s-ci-robot
3abb9f0ad7
Merge pull request #70002 from andyzhangx/getdisklun
...
fix azure disk attachment error on Linux
2018-10-24 10:53:51 -07:00
k8s-ci-robot
553a169d25
Merge pull request #70049 from fabriziopandini/kubeadm-graduate-kubelet-start
...
kubeadm - graduate kubelet-start phase
2018-10-24 09:44:17 -07:00
k8s-ci-robot
c89b239cfa
Merge pull request #69795 from yue9944882/chore/resync-psp-api
...
Resycn psp v1beta1 api with internal
2018-10-24 09:44:09 -07:00
Anago GCB
0e6c9146ae
Update CHANGELOG-1.13.md for v1.13.0-alpha.2.
2018-10-24 14:58:18 +00:00
k8s-ci-robot
d5d8421e63
Merge pull request #70174 from yue9944882/chore/switch-token-authn-informer
...
Switch bootstrap token authenticator informer to external types
2018-10-24 07:26:08 -07:00
k8s-ci-robot
3ed36eac28
Merge pull request #70171 from mysunshine92/remove-kubeClient
...
remove kubeClient != nil when using glog.Fatalf
2018-10-24 06:00:09 -07:00
yameiwang
de36fc8f4b
remove kubeClient != nil when using glog.Fatalf
2018-10-24 21:48:06 +08:00
fabriziopandini
4505aa2108
autogenerated
2018-10-24 12:57:42 +02:00
fabriziopandini
a3d90cc824
kubeadm graduate kubelet-start phase
2018-10-24 12:57:31 +02:00
SataQiu
23e67a1b80
fix incorrect return value of kubeadm pre-flight checks
2018-10-24 18:00:31 +08:00
k8s-ci-robot
3b5d2e865e
Merge pull request #68436 from Nordix/issue-67799
...
Create ipsets with family inet6 in an ipv6-only cluster
2018-10-24 02:16:11 -07:00
zuoxiu.jm
38ddb4413a
update token authn constructor
2018-10-24 16:56:38 +08:00
k8s-ci-robot
73c1a92bd9
Merge pull request #69152 from mkumatag/fix_manifest_push
...
Purge the manifest after the push
2018-10-24 01:06:10 -07:00
zuoxiu.jm
e4a8ad49ee
sync missing secret type to external api repo
2018-10-24 15:46:57 +08:00
zuoxiu.jm
e3b61ea9cf
switch informer in token authn
2018-10-24 15:46:55 +08:00