Kubernetes Prow Robot
32a49828fe
Merge pull request #76456 from codenrhoden/mv-exec-mounter
...
Move ExecMount to pkg/volume/util/exec
2019-04-17 12:16:20 -07:00
Kubernetes Prow Robot
23e6f80304
Merge pull request #76132 from SataQiu/fix-e2e-apps-golint-20190404
...
Fix golint failures of test/e2e/apps
2019-04-17 12:16:04 -07:00
Sean Sullivan
b3237ed0b7
Removed unused code in humanreadable.go
2019-04-17 10:45:08 -07:00
Kubernetes Prow Robot
6c55e2d206
Merge pull request #76523 from msau42/csi-beta-e2e
...
update to csi e2es to use official images
2019-04-17 10:44:23 -07:00
Kubernetes Prow Robot
7e2a427b47
Merge pull request #76514 from oratos/master
...
Add more nil checks to metav1.Time and MicroTime
2019-04-17 10:44:07 -07:00
Peter Hornyack
81cc384a9a
Pin GCE Windows node image to 1809 v20190312.
...
This is to work around
https://github.com/kubernetes/kubernetes/issues/76666 .
2019-04-17 09:45:43 -07:00
Davanum Srinivas
8762bc39a7
Remove deprecated centos/local support
...
Change-Id: I4a451ec0125c05e66202daf781a4e5a1d895efb4
2019-04-17 11:03:34 -04:00
Joel Smith
f50696adda
Fix potential test flakes in HPA tests TestEventNotCreated and TestAvoidUncessaryUpdates
...
Also, re-work the code so that the lock is never held while writing to the chan
2019-04-17 08:10:33 -06:00
Maciej Szulik
1c71a2312b
Warn to stderr when we encounter PathError listing plugins
2019-04-17 15:16:31 +02:00
Fabio Bertinatto
c2fc91adc7
Fix rounding-up of Vsphere volume size
2019-04-17 14:56:39 +02:00
yue9944882
87d09301e5
add new flag for enabling requests mgmt handler
2019-04-17 20:28:12 +08:00
yue9944882
6630d7c587
add feature gates for switching between the legacy inflight limiting
2019-04-17 20:28:12 +08:00
Kubernetes Prow Robot
0889c3e4e9
Merge pull request #75761 from fenggw-fnst/mybranch
...
Fix comments about node health monitor
2019-04-17 05:26:12 -07:00
SataQiu
4c713e94d9
fix golint failures of pkg/kubectl/apps
2019-04-17 19:37:35 +08:00
SataQiu
03180ec2b2
fix golint failures of test/e2e/apps
2019-04-17 19:04:51 +08:00
Akihito INOH
85f21c16ac
Fix golint failures of e2e/framework/util.go - part2
...
This is a part of a series for fixing golint failures for util.go.
- fixes golint failures from line 1395 to line 2353 at original util.go
This fixes golint failures of the following file:
- test/e2e/framework/util.go
This changes following files because of change function name
in above file.
- test/e2e/apps/rc.go
- test/e2e/apps/replica_set.go
2019-04-17 19:00:12 +09:00
Kubernetes Prow Robot
c3bec0bae4
Merge pull request #74601 from mrbobbytables/fix-test-image-shellcheck
...
Fix shellcheck lint errors in test/images/* scripts
2019-04-17 02:22:03 -07:00
Akihito INOH
9d0bc4b8df
Fix golint failures of e2e/framework/util.go - part1
...
This is a part of a series for fixing golint failures for util.go.
- fixes `should not use dot imports` about `ginkgo` and `gomega`
- fixes golint failures from top of file to line 1394 at original util.go
This fixes golint failures of the following file:
- test/e2e/framework/util.go
This changes following files because of change function name
in above file.
- test/e2e/e2e.go
- test/e2e/network/network_tiers.go
- test/e2e/network/service.go
2019-04-17 18:07:01 +09:00
JieJhih Jhang
08e320fa4e
support ipv6 in bind address
...
use split host port func instead trim specific character
add unit test for metrics and healthz bind address
recover import package
refactor set default kube proxy configuration
fix ipv4 condition
fix set default port condition
rewrite call function occasion to reduce error
set ipv6 default value
move get GetBindAddressHostPort to util
use one func to handle deprecated series
update bazel
define address type
return earlier in the error case
refactor set default kube proxy configuration logic
recover import package
preserve some of the original comments
add get default address func
add append port if needed unit test
rewrite unit test for deprecated flags
remove unused codes
2019-04-17 15:31:42 +08:00
Kevin Taylor
bb5b4ad0b2
Beta upgrade for feature date VolumeSubpathEnvExpansion
2019-04-17 07:41:00 +01:00
Kubernetes Prow Robot
b359b6bfe7
Merge pull request #76683 from seans3/remove-skip-tabwriter
...
Removes test-only skipTabWriter from HumanReadablePrinter
2019-04-16 22:10:02 -07:00
Kubernetes Prow Robot
fe8cd08a1b
Merge pull request #76682 from oomichi/remove-false
...
Replace false with "exit 1" under hack/
2019-04-16 20:38:03 -07:00
Kubernetes Prow Robot
a9ab371f46
Merge pull request #76668 from bsalamat/api-reviewers
...
Add SIG Scheduling API reviewers to OWNERS_ALIASES
2019-04-16 19:14:48 -07:00
Kubernetes Prow Robot
aff3f0c61c
Merge pull request #76665 from tallclair/imageref
...
Use consistent imageRef during container startup
2019-04-16 19:14:34 -07:00
Kubernetes Prow Robot
a55478319a
Merge pull request #76277 from dcbw/proxy-userspace-dans-owners
...
proxy/userspace: add dcbw and danwinship to OWNERS approvers
2019-04-16 19:14:18 -07:00
Kubernetes Prow Robot
2490e035d7
Merge pull request #71735 from dcbw/userspace-proxy-ratelimiting
...
proxy/userspace: respect minSyncInterval
2019-04-16 19:14:03 -07:00
Sean Sullivan
b99f49b5b3
Removes test-only skipTabWriter from HumanReadablePrinter
2019-04-16 18:12:28 -07:00
Kubernetes Prow Robot
0148014048
Merge pull request #76669 from kow3ns/apps-owners-update
...
Updates OWNERS files and OWNERS_ALIASES for SIG Apps
2019-04-16 17:49:05 -07:00
Kubernetes Prow Robot
b66fb6a347
Merge pull request #76658 from ksubrmnn/owners
...
Update winkernel owners file
2019-04-16 17:48:50 -07:00
Kubernetes Prow Robot
dffbae622a
Merge pull request #76633 from xichengliudui/little-bug
...
Small bug: Comments and function names do not match
2019-04-16 17:48:34 -07:00
Kubernetes Prow Robot
a670e85ad8
Merge pull request #76536 from cwdsuzhou/remove_unused_lock
...
Remove unused lock in scheduler
2019-04-16 17:48:19 -07:00
Kubernetes Prow Robot
4784a05d51
Merge pull request #76519 from haiyanmeng/readlimit-credentialprovider
...
Limit the read length of ioutil.ReadAll in `pkg/credentialprovider`
2019-04-16 17:48:04 -07:00
Kubernetes Prow Robot
a404238d1c
Merge pull request #76638 from SataQiu/clean-command-kubeadm-20190416
...
[kubeadm] clean up command description information for consistency and readability
2019-04-16 16:20:45 -07:00
Kubernetes Prow Robot
9746a40e44
Merge pull request #76636 from mdaniel/kubeadm-issue-1507
...
Output missing cert or key name in DownloadCerts
2019-04-16 16:20:28 -07:00
Kubernetes Prow Robot
92e087c402
Merge pull request #75989 from neolit123/remove-aggregator-from-e2e-fw
...
[e2e] decouple the aggregated clientset from the e2e testing framework
2019-04-16 16:20:09 -07:00
Kubernetes Prow Robot
a81a8b6529
Merge pull request #75066 from aojea/e2e_ipv6_conn
...
Use IP addresses to test external connectivity
2019-04-16 16:19:53 -07:00
Kubernetes Prow Robot
90b9ccf7f4
Merge pull request #74447 from WanLinghao/builder_ptr_replace
...
Remove and replace ptr functions
2019-04-16 16:19:38 -07:00
Kenichi Omichi
08dc056480
Replace false
with exit 1
...
Some scripts contained `false` for returning 1 to callers instead of
`exit 1` and that works like:
$ false
$ echo $?
1
$
But that made confusion in a PR review process.
So this replaces `false` with `exit 1` for long-term maintenance.
2019-04-16 23:13:00 +00:00
Kenichi Omichi
c76bb08357
Enable conformance requirement check
2019-04-16 22:54:16 +00:00
leigh capili
4a14152912
Make Serializer.options private and immutable and improve godoc
2019-04-16 15:46:49 -06:00
Anago GCB
db5d390d99
Add CHANGELOG-1.15.md for v1.15.0-alpha.1.
2019-04-16 21:39:16 +00:00
Haiyan Meng
529ac8a2d8
Limit the read length of ioutil.ReadAll in pkg/credentialprovider
...
Signed-off-by: Haiyan Meng <haiyanmeng@google.com>
2019-04-16 13:59:44 -07:00
Kubernetes Prow Robot
84a859fbcf
Merge pull request #75474 from hormes/add_heartbeat_inside_watch
...
add heartbeat inside watch
2019-04-16 13:55:10 -07:00
Yongkun Gui
5168e6277f
Add e2e for connection reset issue
...
Regression test for #74839
2019-04-16 13:34:42 -07:00
Sean Sullivan
abfc5bbbf7
Rename TablePrinter interface to TableGenerator
2019-04-16 12:55:30 -07:00
Kubernetes Prow Robot
2347da833c
Merge pull request #76378 from cwdsuzhou/clean_up_codes_in_scheduler
...
clean up unused code in scheduler
2019-04-16 12:29:07 -07:00
Bobby (Babak) Salamat
a3bc9b18ce
Add SIG Scheduling API reviewers to OWNERS_ALIASES
2019-04-16 11:42:55 -07:00
Kenneth Owens
f81fc8ae1b
Updates OWNERS files and OWNERS_ALIASES for SIG Apps to make reviewers
...
and approvers more clear
2019-04-16 11:35:21 -07:00
Stuart McLaren
d4ee919fb5
Fix kubectl version --client=true
...
Getting the client version fails if the kubeconfig is invalid:
$ kubectl version --client=true
Error in configuration:
* unable to read client-cert .../client.crt: no such file or directory
* unable to read client-key .../client.key: no such file or directory
* unable to read certificate-authority .../ca.crt: no such file or directory
Update to match behaviour on v1.10.13 and earlier:
$ kubectl version --client=true
Client Version: version.Info{Major:"1", ...}
2019-04-16 18:56:53 +01:00
ksubrmnn
a7c3068e86
Update owners file
2019-04-16 10:45:50 -07:00