Commit Graph

73753 Commits (7376001870f3b27b7edc8463e3130aa2062f90f7)

Author SHA1 Message Date
dmaiocchi 86b6bbd1b9 Pre-pull images after preflight for HA setup.
If download fails continue with a warning only
2019-01-15 16:49:31 +01:00
Kubernetes Prow Robot 1d8960798b
Merge pull request #72142 from hchenxa/hchenxa
only use system namespace when default backend not defined
2019-01-15 07:17:43 -08:00
Anago GCB f364b65ed6 Add CHANGELOG-1.14.md for v1.14.0-alpha.1. 2019-01-15 13:07:43 +00:00
Kubernetes Prow Robot 88df3bfa24
Merge pull request #68283 from stewart-yu/stewart-controller-manager-cloudctrmgrcomponentconfig-bak
Implement the --controllers flag fully for the cloud-controller manager
2019-01-15 04:42:19 -08:00
Kubernetes Prow Robot fc282645ac
Merge pull request #72534 from thockin/kube-proxy-reject-no-endpoints-bug
kube-proxy: Fix bug in rejecting 0 endpoint svc
2019-01-15 02:46:36 -08:00
dmaiocchi a7225bc15c Kubeadm: Use fmt.Println instead of fmt.Printf 2019-01-15 09:22:24 +01:00
ailusazh 10995f661d clean containers in reconcileState of cpuManager 2019-01-15 16:09:28 +08:00
Kubernetes Prow Robot 148248353b
Merge pull request #72895 from bsalamat/no_refresh_preemption
Do not snapshot scheduler cache before starting preemption
2019-01-14 22:06:14 -08:00
Kubernetes Prow Robot d3540b90cb
Merge pull request #72735 from war-turtle/cronJobTests
makes some error messages helpful in cronjob tests
2019-01-14 22:06:03 -08:00
Kubernetes Prow Robot b91cbf7b4e
Merge pull request #72332 from danielqsj/ks
Change scheduler metrics to conform metrics guidelines
2019-01-14 22:05:52 -08:00
Kubernetes Prow Robot 9661abeb46
Merge pull request #72801 from Ramyak/ramya/match-all-selectors
Disable matching on few selectors. Remove duplicates.
2019-01-14 19:49:13 -08:00
stewart-yu 3820f7400f auto-generated file 2019-01-15 09:14:09 +08:00
stewart-yu 72729db87f refactor code logic for cloud-controller manager 2019-01-15 09:14:09 +08:00
stewart-yu bbd992df13 add --controller flag for cloud-controller manager 2019-01-15 09:09:00 +08:00
Kubernetes Prow Robot 3dbe762618
Merge pull request #72894 from smarterclayton/use_constant
master shutdown hook should use correct constant for reconciling
2019-01-14 16:45:18 -08:00
Kubernetes Prow Robot 774fa8b4e6
Merge pull request #72770 from ddebroy/ddebroy-csi-translation-1
Populate Staging repo csi-translation-lib
2019-01-14 16:45:07 -08:00
Kubernetes Prow Robot 3b0b74f5b1
Merge pull request #72764 from andrewsykim/cloud-node-lifecycle-controller-rbac
Use node-controller cluster role for node-lifecycle and cloud-node-lifecycle controller
2019-01-14 16:44:57 -08:00
Benjamin Elder 86a7a08af9 use host shellcheck binary when possible 2019-01-14 15:44:15 -08:00
Bobby (Babak) Salamat 127321296c Fix and improve preemption test to work with the new logic 2019-01-14 14:27:16 -08:00
Kubernetes Prow Robot d2bd29fcee
Merge pull request #70923 from m1kola/fix_e2e_err_message
Fixes error message in e2e tests for kubectl port-forward
2019-01-14 14:24:01 -08:00
David Zhu 11fabf110e Remove client impersonantion from ClusterRole creation 2019-01-14 14:21:49 -08:00
Humble Devassy Chirammal 6b8c2e07fa Use better variable names and remove unwanted code blocks. (#72847)
* Use better variable names and remove unwanted code blocks.

Signed-off-by: hchiramm <hchiramm@redhat.com>

* Simplify return from InstanceID func()

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2019-01-14 13:05:03 -08:00
Bobby (Babak) Salamat e3f4e1e378 Do not snapshot scheduler cache before starting preemption 2019-01-14 12:07:50 -08:00
andrewsykim 426714c245 use node-controller cluster role for node e-lifecycle and cloud-node-lifecycle controller 2019-01-14 15:00:21 -05:00
Kubernetes Prow Robot 4eddb777ed
Merge pull request #72830 from palash25/annotate-errs
Annotate errors in test/e2e/network/service.go
2019-01-14 11:35:22 -08:00
Palash Nigam 5c4b05eced
Annotate errors in test/e2e/network/service.go
Related to: #34059

Removes all occurences of the "Expect(err).NotTo(HaveOccurred())"
antipattern from the aforementioned test file.
2019-01-14 23:55:16 +05:30
Clayton Coleman 07022f2043
master shutdown hook should use correct constant for reconciling
To prevent accidental drift, use the same constant we use on startup
in the master endpoint reconciler shudown method.
2019-01-14 13:16:44 -05:00
David Ashpole 8b440c6424 Fix PidPressure, make it evict by priority, and add fork-bomb node e2e test 2019-01-14 09:41:36 -08:00
war-turtle 6a2cdabed0 making some error messages helpful in cronjob tests 2019-01-14 21:33:05 +05:30
Humble Devassy Chirammal a2daf66a0d Use better error var name in kube-proxy code (#72849)
* Use better error var name  in  kube-proxy code

Signed-off-by: hchiramm <hchiramm@redhat.com>

* Unexport ErrReadOnlySysFS error variable

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2019-01-14 08:00:11 -08:00
Kubernetes Prow Robot 3ed638b233
Merge pull request #72884 from rojkov/minor-cleanups
kubeadm: reduce visibility of funcs and vars to the code they are relevant to
2019-01-14 06:46:59 -08:00
Dmitry Rozhkov 8c87ef51b8 kubeadm: reduce variables scope and hide private funcs
This is a minor cleanup which helps to make the code of kubeadm a bit
less error-prone by reducing the scope of local variables and
unexporting functions that are not meant to be used outside of their
respective modules.
2019-01-14 15:29:42 +02:00
Kubernetes Prow Robot 35bd2a5e88
Merge pull request #72769 from zhuangqh/fix-ttlafterfinished-e2e-tag
Add alphaFeature tag to TTLAfterFinished e2e test
2019-01-14 02:39:38 -08:00
Kubernetes Prow Robot c020b21ac6
Merge pull request #72848 from humblec/reviewer
Update volume plugin reviewers.
2019-01-13 23:32:44 -08:00
Humble Chirammal a5c5502d23 Update approver list.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2019-01-14 11:45:26 +05:30
Davanum Srinivas 62fc6df5c2
Bump Docker supported version to 18.09
For 1.14, let's switch to latest Docker 18.09

Change-Id: Ib8d4d9dd3cb51cf4780623389a4bcb101d3c8fa7
2019-01-13 21:41:33 -05:00
WanLinghao ce7003262f Improve pkg/kubelet/cadvisor package:
1. Perfect unit test code
2. Clean unused function&&test file
2019-01-14 09:39:22 +08:00
sunxiaofei03 fc8a84bb56 Change from method to function 2019-01-14 09:05:44 +08:00
Kubernetes Prow Robot 0048d2da40
Merge pull request #72855 from nikhita/nikhita-reviewer-github
.github: add nikhita as reviewer
2019-01-12 14:06:43 -08:00
Benjamin Elder a901dd3ed3 fix get-kube-local.sh 2019-01-12 10:29:29 -08:00
Benjamin Elder b7ab09f572 fix get-kube-binaries.sh shellcheck lints 2019-01-12 09:48:32 -08:00
Kubernetes Prow Robot d1e5311922
Merge pull request #72856 from liggitt/nil-panic-propagation
Fix nil panic propagation
2019-01-12 09:27:43 -08:00
Jordan Liggitt b8c64e30d1 Fix nil panic propagation 2019-01-12 11:11:47 -05:00
Kubernetes Prow Robot ef70b1159d
Merge pull request #72442 from fabriziopandini/join-refactor
Refactor the kubeadm join command
2019-01-12 08:06:25 -08:00
Nikhita Raghunath 361abd4abf .github: add nikhita as reviewer 2019-01-12 19:52:42 +05:30
Kubernetes Prow Robot 8feab37d41
Merge pull request #72815 from humblec/md
Remove explicit `nil` initialization and correct error strings.
2019-01-12 01:32:17 -08:00
Kubernetes Prow Robot 7319aced08
Merge pull request #71180 from monotek/fluentd-elasticsearch
fluentd-elasticsearch - update fluentd to 1.3.3 & added filter_parser for json fields in es
2019-01-12 00:24:11 -08:00
Kubernetes Prow Robot 23315c8192
Merge pull request #72802 from foxyriver/dedent
format help text
2019-01-11 23:14:59 -08:00
Kubernetes Prow Robot 5fa52d6d70
Merge pull request #70619 from taragu/surface-error-replication-controller
Add error log for 'no rollbacker has been implemented for ReplicationController'
2019-01-11 23:14:49 -08:00
Kubernetes Prow Robot 42db4c1dfb
Merge pull request #72842 from krzyzacy/force-check
add an env to skip readonly-packages check
2019-01-11 21:43:07 -08:00