k8s-ci-robot
2d09bfe951
Merge pull request #70630 from enj/enj/t/etcd_crd
...
Add CRDs to etcd storage path test
2018-11-05 06:54:14 -08:00
k8s-ci-robot
b3d81e5c0f
Merge pull request #70480 from rosti/controlplane-timeout
...
kubeadm: Add configurable control plane up timeout
2018-11-05 06:54:05 -08:00
k8s-ci-robot
8fe6eb3076
Merge pull request #70420 from idealhack/fix-golint-pkg-kubectl
...
Fix some golint errors for packages in `pkg/kubectl`
2018-11-05 06:53:55 -08:00
Ke Wang
946c701b05
Fix Typo: mataData -> metaData; masquared -> masquerade
2018-11-05 21:19:25 +08:00
k8s-ci-robot
ad6d3b4de0
Merge pull request #70629 from code-sleuth/develop
...
Improve`kubectl get` sorting efficiency
2018-11-05 04:22:56 -08:00
Ibrahim Mbaziira
dba032d5e7
improve sorting efficiency
2018-11-05 14:13:37 +03:00
Dr. Stefan Schimanski
447720b4c6
cmd/kube-controller-manager: add myself as approver
2018-11-05 12:00:27 +01:00
Rostislav M. Georgiev
eb6f7b1f17
kubeadm: Add configurable control plane up timeout
...
Until now the control plane timeout was fixed to 4 minutes and users did not
have the ability to change it. This commit allows that timeout to be configured
via the new `timeoutForControlPlane` option in the API server config (itself a
member of the ClusterConfiguration).
The default timeout is still 4 minutes.
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2018-11-05 12:36:28 +02:00
Joachim Bartosik
100e61a7d6
Add more logging to e2e HPA tests
...
To debug flakes if there will be any more. Log status of HPA when
waching for recommendations stability (place where most flakes seem to
happen).
2018-11-05 11:32:41 +01:00
xichengliudui
453197c3b7
Modify the wrong function name
...
Modify and update the comments
Modify and update the comments
2018-11-05 05:16:33 -05:00
Miguel Herranz
d0aa30205d
Fix end-to-end test logic to get image name
...
The command executed in ValidateController function uses the
image name of the running container. This is a problem in multiarch
images, since the image name is the name of the image specific to
the architecture, but the image passed as parameter is the multiarch
one (as the test are architecture agnostic), making the test to fail.
This patch fixes it by making the logic use a command that get the
multiarch name given in the container spec.
Signed-off-by: Miguel Herranz <miguel@midokura.com>
2018-11-05 11:05:02 +01:00
Pingan2017
7db1252023
remove duplicate default value in kubelet --help
2018-11-05 17:47:00 +08:00
k8s-ci-robot
c0d248ad3a
Merge pull request #70398 from islinwb/fix_nf_conntrack
...
use 'nf_conntrack' instead of 'nf_conntrack_ipv4' for linux kernel >= 4.19
2018-11-05 01:19:47 -08:00
k8s-ci-robot
f44a8a4cac
Merge pull request #69419 from humblec/pvc-rfc-63
...
glusterfs: Allow admin to enable or disable custom endpoint/service names
2018-11-04 22:36:40 -08:00
k8s-ci-robot
f379f7b3e8
Merge pull request #70589 from fabriziopandini/kubeadm-phase-flags
...
Kubeadm phases - improve flags management
2018-11-04 19:19:07 -08:00
Weibin Lin
7a591ed361
update bazel
2018-11-05 10:33:31 +08:00
Weibin Lin
4b90559369
use 'nf_conntrack' instead of 'nf_conntrack_ipv4' for linux kernel >= 4.19
2018-11-05 10:33:31 +08:00
walter
2af982abb9
Fixes lint errors in kubeapiserver packages
...
Fixes lint errors in kubeapiserver/admission, kubeapiserver/authorizer,
kubeapiserver/authenticator. Also enables lint testing of these
directories.
Fixed go format.
Fixed changes from config.
2018-11-04 17:22:41 -08:00
Monis Khan
f39158a310
Add CRDs to etcd storage path test
...
This change updates the etcd storage path test to exercise custom
resource storage by creating custom resource definitions before
running the test.
Duplicated custom resource definition test logic was consolidated.
Signed-off-by: Monis Khan <mkhan@redhat.com>
2018-11-04 16:54:35 -05:00
Yago Nobre
52ef8ebd97
Update bazel
2018-11-04 19:02:12 -02:00
Yago Nobre
e1320bba36
Validate kubeconfig files in case of external CA mode
2018-11-04 18:58:46 -02:00
k8s-ci-robot
774b18491f
Merge pull request #70605 from bsalamat/affinity_lock_opt
...
Hold mutex lock shorter when processing inter-pod affinity/anti-affin…
2018-11-04 11:59:05 -08:00
fabriziopandini
3e5133e793
autogenerated
2018-11-04 19:47:04 +01:00
fabriziopandini
d63bae610f
improve flags management in phases
2018-11-04 19:46:55 +01:00
k8s-ci-robot
5fdad5c19f
Merge pull request #68771 from liyongxin/master
...
typo fix from utilites to utilities
2018-11-03 16:50:28 -07:00
Christoph Blecker
b71e74626e
Bump golang version to 1.11.2
2018-11-03 14:10:45 -07:00
k8s-ci-robot
14120dd44a
Merge pull request #70611 from yagonobre/rsa
...
Fix error wrap on pki_helpers
2018-11-03 11:05:14 -07:00
Yago Nobre
a80a573074
Fix error wrap on pki_helpers
2018-11-03 10:17:20 -03:00
k8s-ci-robot
474e27f914
Merge pull request #70495 from rosti/writable-to-readonly-volumes
...
kubeadm: Writable to ReadOnly in HostPathMount
2018-11-03 01:43:02 -07:00
zhihui wu
eed65f75f9
Modify the judgement condtion in elasticsearch_logging_discovery.go
...
The number of endpoints's addresses can be greater or equal to the
value of "MINIMUM_MASTER_NODES".
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-11-03 14:12:03 +08:00
jianglingxia
0c79df1bcb
delete some para no need used in local volume
2018-11-03 14:03:47 +08:00
jianglingxia
4ead52e0f5
fix local volume getVolumeSourceFSType func by golint
2018-11-03 12:56:10 +08:00
k8s-ci-robot
d50e920906
Merge pull request #70602 from bsalamat/optimize_memory
...
Do not allocate memory for pods that do not have inter-pod affinity/a…
2018-11-02 21:29:00 -07:00
k8s-ci-robot
2bbfd500a8
Merge pull request #70593 from bbbmj/typo
...
chore(apiserver): nit fix
2018-11-02 21:28:50 -07:00
k8s-ci-robot
faabfd9455
Merge pull request #70575 from houjun41544/20181102
...
Replace getPVCName() with a variable
2018-11-02 21:28:41 -07:00
k8s-ci-robot
0f3dff251e
Merge pull request #70568 from andyzhangx/remove-retry-azuredisk
...
remove retry operation on attach/detach azure disk
2018-11-02 21:28:31 -07:00
k8s-ci-robot
33555943dc
Merge pull request #57099 from mfojtik/increase_downwardapi_volume_timeout
...
increase the podLogTimeout for downward volume test
2018-11-02 21:28:20 -07:00
Bobby (Babak) Salamat
aa8b5b431b
Hold mutex lock shorter when processing inter-pod affinity/anti-affinity priority function
2018-11-02 20:58:07 -07:00
zuoxiu.jm
965448ff83
fixes unnecessary dry import for test regression
2018-11-03 11:41:59 +08:00
k8s-ci-robot
6b2a01709c
Merge pull request #69796 from Huang-Wei/e2e-TaintBasedEvictions
...
add e2e tests for TaintBasedEvictions
2018-11-02 20:11:28 -07:00
k8s-ci-robot
247b8fffb7
Merge pull request #70597 from msau42/update-pd-csi
...
Update pd csi e2e yamls with latest driver
2018-11-02 18:02:17 -07:00
k8s-ci-robot
b36d08b810
Merge pull request #70592 from ravisantoshgudimetla/remove-resource-limits-priority
...
Remove resource limits priority
2018-11-02 18:02:07 -07:00
k8s-ci-robot
408973d88e
Merge pull request #70582 from pohly/csi-driver-registrar-rbac
...
e2e: remove "nodes" permission from driver-registrar RBAC
2018-11-02 18:01:58 -07:00
k8s-ci-robot
03cbb2c321
Merge pull request #70571 from lichuqiang/provision-test-fix
...
remove meaningless case in volume binding test
2018-11-02 18:01:48 -07:00
k8s-ci-robot
d7f90253e9
Merge pull request #70553 from pbarker/webhook-refactor
...
refactors kubeapiserver webhook utility to be generic
2018-11-02 18:01:38 -07:00
k8s-ci-robot
ee94a56214
Merge pull request #70551 from liztio/fix-renew-overflow
...
Fix overflow issue on renewal
2018-11-02 16:44:39 -07:00
k8s-ci-robot
af583b1c5f
Merge pull request #70540 from gnufied/fix-csi-attach-limit-node-update
...
Fix csi attach limit node update
2018-11-02 16:44:30 -07:00
k8s-ci-robot
5e76248e23
Merge pull request #70512 from neolit123/phase-wait-control-plane
...
kubeadm: graduate wait-control-plane phase
2018-11-02 16:44:20 -07:00
k8s-ci-robot
ba3651795d
Merge pull request #70511 from seans3/conversion-remove-fix
...
kubectl: remove unnecessary internal->external conversion before PrintObj
2018-11-02 16:44:11 -07:00
k8s-ci-robot
bb07b9b410
Merge pull request #70465 from krmayankk/runasgroup
...
add more ut for runasuser/runasusername
2018-11-02 16:44:01 -07:00