Kubernetes Prow Robot
ab35bd0668
Merge pull request #75577 from mars1024/bugfix/use_add_in_enqueue
...
replace AddRateLimited with Add in enqueue func
2019-03-22 00:04:57 -07:00
Kubernetes Prow Robot
efaf4f3bdb
Merge pull request #75507 from hex108/skip
...
Avoid unnecessary sort for some cases in selectVictimsOnNode
2019-03-22 00:04:44 -07:00
Kubernetes Prow Robot
dfe2e0e705
Merge pull request #75349 from brahmaroutu/cifailure_daemonset
...
Daemon Set Conformance test fails in CI process using ci-kubernetes-c…
2019-03-22 00:04:30 -07:00
Kubernetes Prow Robot
83d467c22e
Merge pull request #75270 from justincormack/uuid4
...
Use UUIDv4 not UUIDv1
2019-03-22 00:04:17 -07:00
Kubernetes Prow Robot
0118630abf
Merge pull request #75072 from lblackstone/dynamic-get-name-validation
...
Check for required name parameter in dynamic client
2019-03-21 22:51:10 -07:00
Kubernetes Prow Robot
657951c3ed
Merge pull request #74889 from akutz/feature/get-kube-binaries-client-choice
...
Allow choice of os/arch when downloading client
2019-03-21 22:50:57 -07:00
Kubernetes Prow Robot
22621ca415
Merge pull request #74739 from moshe010/nokubeproxy
...
Add nokubeproxy option in START_MODE
2019-03-21 22:50:44 -07:00
Kubernetes Prow Robot
8ef336c05a
Merge pull request #74568 from hex108/pv
...
Remove redundant checker whether pod has claims in func FindPodVolumes
2019-03-21 22:50:31 -07:00
Kubernetes Prow Robot
51b5d28c15
Merge pull request #74333 from SataQiu/fix-shell-20190221
...
Fix some shellcheck failures in hack
2019-03-21 22:50:18 -07:00
Kubernetes Prow Robot
4c16fb78b3
Merge pull request #74242 from xichengliudui/fixshellcheck19021903
...
fix shellcheck in hack/make-rules/...
2019-03-21 21:36:17 -07:00
toyoda
a52af3a9d5
fix shellcheck failure golang.sh
2019-03-22 13:29:26 +09:00
Bruce Ma
0335867b56
replace AddRateLimited with Add in enqueue func
2019-03-22 11:40:23 +08:00
Clayton Coleman
435db312e1
Avoid using `%#v` for errors when %T is more informative
...
`%#v` may have significant performance costs in frequently invoked code.
2019-03-21 22:54:06 -04:00
Clayton Coleman
ecd43f13cf
Avoid using `%#v` for errors when %T or %s would be more accurate
...
`%#v` may have significant performance costs in frequently invoked code.
2019-03-21 22:53:43 -04:00
Clayton Coleman
082aee343e
Avoid using `%#v` for errors when %T is clearer
...
`%#v` may have significant performance costs in frequently invoked code.
2019-03-21 22:53:07 -04:00
Clayton Coleman
b28e82ad4a
Avoid using `%#v` for errors when using only a portion of the object
...
`%#v` may have significant performance costs in frequently invoked code.
2019-03-21 22:52:09 -04:00
Kubernetes Prow Robot
c48ed1c5ac
Merge pull request #74356 from oomichi/golint-e2e-framework-kubemark
...
Fix golint failures for e2e/[..]/kubemark
2019-03-21 19:26:32 -07:00
Kubernetes Prow Robot
4499275cb9
Merge pull request #72800 from stewart-yu/stewart-component-base
...
Move config local to every controller in KCM
2019-03-21 19:26:19 -07:00
Wei Huang
49346c1e04
shorten scheduler package alias for better readability
...
- schedulerinternalcache -> internalcache
2019-03-21 18:14:19 -07:00
Kubernetes Prow Robot
775d298cb0
Merge pull request #75347 from kanwar-saad/secret_negative_test_fix
...
test/e2e: Fix double error in secret negative testcase
2019-03-21 17:32:30 -07:00
Kubernetes Prow Robot
e5d99f893b
Merge pull request #75280 from pontiyaraja/volumes
...
removed time flaky and added default pod delete timeout
2019-03-21 17:32:17 -07:00
Kubernetes Prow Robot
0c93929298
Merge pull request #75178 from rosti/kill-commonconfig
...
kubeadm: Cleanup CommonConfiguration
2019-03-21 13:35:36 -07:00
Jonathan Basseri
ab7e2ff136
Fix fake clientsets in metrics.k8s.io.
...
The generated fake clientsets were using the API group "metrics" instead
of "metrics.k8s.io". This patch includes a test that fails without the
fix.
The `+groupName` annotation needed to be copied to the v1alpha1 and
v1beta1 packages to fix it.
As a result, tests using this fake clientset work as expected.
2019-03-21 10:41:57 -07:00
Kubernetes Prow Robot
d29afda3fa
Merge pull request #75550 from bclau/patch-1
...
tests: Fixes Python3 compatibility
2019-03-21 09:41:41 -07:00
Levi Blackstone
a9cba032de
Check for required name parameter in dynamic client
...
The Create, Delete, Get, Patch, Update and UpdateStatus
methods in the dynamic client all expect the name
parameter to be non-empty, but did not validate this
requirement, which could lead to a panic. Add explicit
checks to these methods.
2019-03-21 09:28:36 -06:00
Claudiu Belu
e372f56b25
tests: Fixes Python3 compatibility
...
The Python code used in the example_cluster_dns test is not compatible with Python3.
Keeping in mind that Python2 will no longer be supported from 2020 onwards, it is a good idea to address this issue.
2019-03-21 14:32:25 +02:00
Kubernetes Prow Robot
ad4727440c
Merge pull request #75185 from ereslibre/certs-integration
...
kubeadm: add integration tests for certs transfer
2019-03-21 05:17:36 -07:00
shinytang6
5c9f4d9dc6
replace time.Now().Sub with time.Since
2019-03-21 18:02:55 +08:00
Kubernetes Prow Robot
3adae6ce2f
Merge pull request #75490 from yastij/azure-lb-idle-timeout
...
skip idleTimeout erros when deleting azure LB
2019-03-21 00:27:36 -07:00
Kubernetes Prow Robot
b000cd46bd
Merge pull request #75529 from logicalhan/bump-min-version
...
bump required minimum go version to 1.12 (strings package compatibility)
2019-03-20 23:15:36 -07:00
SataQiu
112af136df
update verify-staging-meta-files.sh
2019-03-21 12:44:39 +08:00
Kubernetes Prow Robot
8af1bf313e
Merge pull request #75317 from jihoon-seo/patch-1
...
Update cluster/images/hyperkube/README.md
2019-03-20 20:35:37 -07:00
Kubernetes Prow Robot
ed4258e5c0
Merge pull request #75264 from smarterclayton/optimize_rbac_visit
...
Avoid allocating when performing VisitRulesFor on service accounts
2019-03-20 19:19:35 -07:00
Kubernetes Prow Robot
7c2b93ce86
Merge pull request #75525 from fabriziopandini/kubeadm-test-owners
...
Add test/e2e_kubeadm/ OWNERS file
2019-03-20 17:55:49 -07:00
Kubernetes Prow Robot
bce6434a3a
Merge pull request #75517 from jingxu97/march/gkeglustertest
...
Skip GlusterDynamicProvisioner test in GKE
2019-03-20 17:55:36 -07:00
Han Kang
a5ddc3943a
bump required minimum go version to 1.12.1 (strings package compatibility)
2019-03-20 16:07:07 -07:00
Kubernetes Prow Robot
4940eae478
Merge pull request #75521 from fabriziopandini/kubeadm-owners
...
Update kubeadm OWNERS file
2019-03-20 15:05:00 -07:00
fabriziopandini
437bd8dff4
kubeadm-test-owners
2019-03-20 22:19:17 +01:00
Srini Brahmaroutu
b64066b41b
Daemon Set Conformance test fails in CI process using ci-kubernetes-conformance-image as the num nodes is calculates incorrectly by the test context.
...
Fixes #75348
2019-03-20 14:01:19 -07:00
fabriziopandini
c799c8275f
kubeadm-owners
2019-03-20 21:50:04 +01:00
Kubernetes Prow Robot
8142ab5904
Merge pull request #75466 from denkensk/import-defaultprovider
...
import DefaultProvider in BenchmarkScheduling util
2019-03-20 13:31:38 -07:00
Kubernetes Prow Robot
79b0fcc703
Merge pull request #75397 from WanLinghao/equivalence_clean
...
Clean empty package import by #69504
2019-03-20 13:31:25 -07:00
Kubernetes Prow Robot
ac6b1a1fc5
Merge pull request #75376 from cpuguy83/bump_fsnotify_vendor
...
Bump fsnotify vendor to 1.4.7
2019-03-20 13:31:12 -07:00
Kubernetes Prow Robot
26fea2361a
Merge pull request #75166 from qingsenLi/k8s190308-fix-heatbeat
...
spelling error 'heatbeat'
2019-03-20 13:30:59 -07:00
Jing Xu
221c673f31
Skip GlusterDynamicProvisioner test in GKE
...
The GlusterDynamicProvisioner test will not work on GKE because master
node is in a different project and cannot talk to the pod running on
node which is used for gluster provisioner. So add the code to skip the
test on GKE
2019-03-20 12:07:50 -07:00
Kubernetes Prow Robot
02387f1a88
Merge pull request #75344 from jeffdyoung/multi-arch-tests
...
enable s390x to test containers
2019-03-20 11:08:41 -07:00
Kubernetes Prow Robot
9feb23e5f5
Merge pull request #75343 from Huang-Wei/scheduler-cleanup
...
scheduler: cleanup unused parameters in unschedulableQ
2019-03-20 11:08:27 -07:00
Kubernetes Prow Robot
e34879925a
Merge pull request #75335 from sjenning/fix-sched-preempt-test
...
test/e2e: fix PreemptionExecutionPath nodeSelector
2019-03-20 11:08:14 -07:00
Kubernetes Prow Robot
068daa54b0
Merge pull request #73970 from droslean/better-errors
...
kubectl: error logging as string instead of []byte
2019-03-20 11:08:01 -07:00
Kubernetes Prow Robot
795c96aa9d
Merge pull request #71822 from houjun41544/20181207-event
...
Remove unused kubelet event reasons
2019-03-20 11:07:47 -07:00