Maciej Szulik
3cc85a1c09
Updates OWNERS files in job controller
2019-04-19 10:35:16 +02:00
wojtekt
e6e4382828
Reduce contention in watchcache by not calling event handler under lock
2019-04-19 10:21:40 +02:00
Kubernetes Prow Robot
b54053924e
Merge pull request #76810 from SataQiu/fix-hack-shellcheck-2019041903
...
Fix shellcheck failures of hack/test-update-storage-objects.sh
2019-04-19 01:06:13 -07:00
SataQiu
4d6319b9b2
fix shellcheck failures of hack/test-update-storage-objects.sh
2019-04-19 20:00:58 +08:00
Kubernetes Prow Robot
f3ec8f0d99
Merge pull request #76546 from HotelsDotCom/kep/VolumeSubpathEnvExpansion-Beta
...
Beta upgrade for feature gate VolumeSubpathEnvExpansion
2019-04-19 01:05:56 -07:00
Erick Fejta
8f1d45f750
Add --config=remote and --config=remote-cache modes for bazel
2019-04-19 06:50:40 +00:00
Kubernetes Prow Robot
3cbb20c694
Merge pull request #76809 from SataQiu/fix-hack-shellcheck-2019041902
...
Fix shellcheck failures of hack/verify-description.sh and hack/verify-import-boss.sh
2019-04-18 23:40:26 -07:00
SataQiu
04ab994cc3
fix shellcheck failures of hack/verify-description.sh and hack/verify-import-boss.sh
2019-04-19 18:59:24 +08:00
Kubernetes Prow Robot
f0022d87e5
Merge pull request #76744 from xichengliudui/fixshellcheckfailures-25
...
Fix shellcheck failures on test-e2e-node.sh and test-integration.sh
2019-04-18 23:40:10 -07:00
Kubernetes Prow Robot
64a0441c2b
Merge pull request #76573 from andyzhangx/disk-backoff-refactor
...
fix detach azure disk back off issue which has too big lock in failure retry condition
2019-04-18 23:39:54 -07:00
Kubernetes Prow Robot
5f1a3a98d4
Merge pull request #75245 from aojea/e2e_ipv6_lifecyclehook
...
Add IPv6 support to the Container Lifecycle tests
2019-04-18 21:59:54 -07:00
Jiatong Wang
9f2fa7d269
Remove unused function and clean up redundant code
2019-04-18 21:08:34 -07:00
caiweidong
1c5efe7eae
Rename some varible and clean up codes in scheduler_binder.go
2019-04-19 11:06:17 +08:00
Kubernetes Prow Robot
10fc2a11a0
Merge pull request #76089 from vladimirvivien/csi-device-mount-skip
...
CSI - Skips deviceMounter.MountDevice for ephemeral volumes
2019-04-18 19:36:09 -07:00
Kubernetes Prow Robot
63f5d52a7f
Merge pull request #74047 from danwinship/networking-issue
...
Request network plugin in bug report template
2019-04-18 19:35:54 -07:00
Christoph Blecker
4543e68ae5
Fix shellcheck in hack/lib/golang.sh
2019-04-18 18:53:13 -07:00
Kubernetes Prow Robot
fc545587e4
Merge pull request #76540 from ialidzhikov/glusterfs-uneffectual-assignment
...
Remove ineffectual assignment
2019-04-18 17:17:55 -07:00
Han Kang
d278d59328
add owners file to util/metrics and auto-labeling
2019-04-18 17:01:13 -07:00
Vladimir Vivien
d564d2e74d
CSI - Prevents unsupported device mount with CanMountDevice(spec) check
2019-04-18 19:54:28 -04:00
Kubernetes Prow Robot
b13b2bb178
Merge pull request #76775 from deads2k/apimachinery-reviewers
...
add apimachinery api-reviewers
2019-04-18 15:51:54 -07:00
Kubernetes Prow Robot
d308368b2d
Merge pull request #76417 from SataQiu/fix-shell-update-generated-runtime-dockerized-20190411
...
Fix shellcheck failures of hack/update-generated-runtime-dockerized.sh
2019-04-18 14:27:54 -07:00
Ted Yu
04a7b50a02
Use read lock in ready#check
2019-04-18 14:00:44 -07:00
Sean Sullivan
0501fecad0
Split humanreadble.go into tablegenerator.go and tableprinter.go
2019-04-18 13:40:39 -07:00
Jake Sanders
113ab741e6
add option to set the value of the apiserver's insecure port
2019-04-18 20:35:08 +00:00
SataQiu
aa60494209
fix golint failures of pkg/apis/authorization
2019-04-19 04:06:06 +08:00
Kubernetes Prow Robot
888d26d119
Merge pull request #76773 from mm4tt/kubemark_firewall
...
Create the "internal" firewall rule for kubemark master.
2019-04-18 13:02:14 -07:00
Kubernetes Prow Robot
71152575e7
Merge pull request #76651 from dims/move-goldflags-to-an-overrideable-default
...
Move "-s -w" flags to GOLDFLAGS as an overridable default.
2019-04-18 13:01:57 -07:00
Kubernetes Prow Robot
17fe18bd9c
Merge pull request #76474 from vincepri/update-klog-030
...
Update klog to 0.3.0
2019-04-18 13:01:42 -07:00
Kubernetes Prow Robot
bd625037c3
Merge pull request #76337 from johnSchnake/frameworkAuthUtilRefactor
...
[e2e] Refactor of e2e/framework/authorizer_util.go
2019-04-18 13:01:26 -07:00
Kubernetes Prow Robot
0772f852ad
Merge pull request #76455 from joelsmith/master
...
Fix potential test flakes in HPA tests TestEventNotCreated and TestAvoidUncessaryUpdates
2019-04-18 11:28:19 -07:00
Kubernetes Prow Robot
e8e1e9b667
Merge pull request #75119 from sungjunyoung/fix-typo
...
Fix typo, old link for contributors
2019-04-18 11:28:03 -07:00
caiweidong
31f751c9f6
Kubectl describe xxx suport PriorityClassName
2019-04-19 01:08:08 +08:00
Ted Yu
0062a7d8de
Store parsed CIDRs at initialization of Proxier
2019-04-18 09:36:05 -07:00
caiweidong
4486021837
Avoid useless caller
2019-04-19 00:18:54 +08:00
David Eads
b771be9b44
add apimachinery api-reviewers
2019-04-18 11:59:52 -04:00
Vince Prignano
3f552264ca
Update klog to 0.3.0
...
Signed-off-by: Vince Prignano <vincepri@vmware.com>
2019-04-18 08:33:06 -07:00
Matt Matejczyk
02f282187b
Create the "internal" firewall rule for kubemark master.
...
This is equivalent to the "internal" firewall rule that is created for
the regular masters.
The main reason for doing it is to allow prometheus scraping metrics
from various kubemark master components, e.g. kubelet.
Ref. https://github.com/kubernetes/perf-tests/issues/503
2019-04-18 17:25:27 +02:00
SataQiu
bd7f7fefae
fix shellcheck failures of hack/update-generated-runtime-dockerized.sh
2019-04-18 22:36:22 +08:00
Kubernetes Prow Robot
cee320a809
Merge pull request #76534 from ping035627/k8s-190413
...
Expect directory permissions to be 0700
2019-04-18 06:22:09 -07:00
PingWang
e3dcd3c0a9
Expect directory permissions to be 0700 or less
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
update the permissions to 0660
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
revert to 0750
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
update 0750 to 0700
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-04-18 17:31:31 +08:00
PingWang
64c84aa610
delete some unused code for awsebs
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-04-18 16:51:29 +08:00
Kubernetes Prow Robot
1192ca09f0
Merge pull request #76634 from xichengliudui/addConsts
...
Using const() defines constants together
2019-04-18 01:50:10 -07:00
Kubernetes Prow Robot
7e02769736
Merge pull request #75926 from cwdsuzhou/operation_generator_add_attach_detach
...
Add operation name for other volume operations
2019-04-18 00:26:08 -07:00
Kubernetes Prow Robot
e8bf254db8
Merge pull request #76724 from xichengliudui/constant-block-kubectl
...
Use constant blocks to define constants in pkg/kubectl
2019-04-17 22:58:36 -07:00
Kubernetes Prow Robot
c58864de3f
Merge pull request #76711 from dims/remove-deprecated-centos-local-support
...
Remove deprecated centos/local support
2019-04-17 22:58:19 -07:00
Kubernetes Prow Robot
8f09fd6b2a
Merge pull request #76691 from feiskyer/slb-multi-backendpool
...
Fix Azure SLB support for multiple backend pools
2019-04-17 22:58:04 -07:00
Kubernetes Prow Robot
257e6863b8
Merge pull request #76722 from pjh/gce-pin-node-image
...
Pin GCE Windows node image to 1809 v20190312.
2019-04-17 21:14:17 -07:00
Kubernetes Prow Robot
6bc42d5bc0
Merge pull request #75869 from WanLinghao/cm_log_fix
...
Fix a log info error
2019-04-17 21:14:01 -07:00
Pengfei Ni
ef6f88d992
Fix Azure SLB support for multiple backend pools
...
Azure VM and vmssVM support multiple backend pools for the same SLB, but
not for different LBs.
2019-04-18 10:56:37 +08:00
Davanum Srinivas
7e01702a88
Move "-s -w" flags to GOLDFLAGS as an overridable default.
...
If GOLDFLAGS is set, whether it is empty or not, we should honor it.
Only if the GOLDFLAGS is totally not set, then we use "-s -w"
See Parameter Expansion section in the urls below:
https://stackoverflow.com/questions/3601515/how-to-check-if-a-variable-is-set-in-bash/16753536
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02
Change-Id: I826c34efc63c77f0e3e9677fff30a3eb2219a377
2019-04-17 21:55:13 -04:00