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
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
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
Kubernetes Prow Robot
e8fc79da3a
Merge pull request #76644 from ping035627/k8s-190416-2
...
Delete unused struct, nodeEnumerator
2019-04-16 10:27:58 -07:00
Kubernetes Prow Robot
0dc281df04
Merge pull request #76631 from andrewsykim/refactor-framework-util
...
remove unused functions & types in test/e2e/framework/util.go
2019-04-16 10:27:44 -07:00
Kubernetes Prow Robot
1a0a75750c
Merge pull request #76613 from SataQiu/fix-golint-20190416
...
Fix golint failures of pkg/apis/core/helper
2019-04-16 10:27:31 -07:00
Kubernetes Prow Robot
123b9c9e10
Merge pull request #76313 from SataQiu/fix-hack-2019040902
...
Fix shellcheck failures of hack/update-openapi-spec.sh
2019-04-16 10:27:10 -07:00
Ben Fuller
9df909a6e8
Revert "MicroTime/Time: remove pointer receivers and redundant IsZero() method"
...
This reverts commit e129d70178
.
Co-authored-by: David Timm <dtimm@pivotal.io>
2019-04-16 11:03:35 -06:00
Ben Fuller
e129d70178
MicroTime/Time: remove pointer receivers and redundant IsZero() method
...
Co-authored-by: David Timm <dtimm@pivotal.io>
2019-04-16 10:32:28 -06:00
Kubernetes Prow Robot
440d086268
Merge pull request #76257 from johscheuer/remove-unused-nodeipam-code
...
Remove empty metrics.go file and method call
2019-04-16 08:57:09 -07:00
Matthew L Daniel
b0814869b0
Output missing cert or key name in DownloadCerts
...
Otherwise the user does not know what key `kubeadm` is expecting, which makes troubleshooting harder
2019-04-16 08:53:48 -07:00
Lubomir I. Ivanov
760a825f7c
e2e-test-framework: decouple the aggregated clientset from the framework
...
Remove usage of the aggregated clientset in the e2e testing framework
itself. We have one test that consumes the clientset in the suite
and it's in test/e2e/apimachinery/aggregator.go, which was recently
promoted to conformance in 8101b86
.
This test now obtains a local copy of the aggregated clientset.
The suite still has to compile the internal client in.
One possible solution here is to move this test in a separate suite,
yet it's unclear of how to tackle the problem now that the test
has to run as part of the conformance suite.
2019-04-16 18:05:09 +03:00
SataQiu
3949ee0f79
clean up command description information for consistency and readability
2019-04-16 22:58:10 +08:00
Jordan Liggitt
56b1963705
github.com/onsi/ginkgo v1.6.0
2019-04-16 10:28:44 -04:00
fansong.cfs
d70edd3d39
add watch bookmark
2019-04-16 19:05:25 +08:00
PingWang
a82749999d
Delete unused struct, nodeEnumerator
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-04-16 17:57:22 +08:00
Kubernetes Prow Robot
99e61466ab
Merge pull request #76637 from mm4tt/test_network
...
Add missing node.address != "" condition in tests
2019-04-16 02:12:17 -07:00
Kubernetes Prow Robot
f44d04c1a2
Merge pull request #76595 from danielqsj/pa
...
clean the deprecated func Parallelize
2019-04-16 02:12:01 -07:00
Kubernetes Prow Robot
03c5079ac1
Merge pull request #75134 from mgdevstack/promote-runtime-3
...
Promote container runtime e2e verifying termination message
2019-04-16 02:11:44 -07:00
Kubernetes Prow Robot
98b6f35999
Merge pull request #74610 from oomichi/issue/74038-2
...
Enable StorageObjectInUseProtection by default
2019-04-16 02:11:29 -07:00
Kubernetes Prow Robot
01f04be28a
Merge pull request #74111 from stewart-yu/stewart-config-serializer
...
Implement a dedicated serializer package for ComponentConfigs
2019-04-16 02:11:13 -07:00
Kubernetes Prow Robot
53b7bc30b3
Merge pull request #76612 from mkumatag/patch-1
...
Add mkumatag to the approvers list
2019-04-16 00:51:23 -07:00