Kubernetes Prow Robot
193f659a1c
Merge pull request #73076 from yastij/refactor-events
...
refactor util functions for event recording
2019-01-18 16:14:25 -08:00
WanLinghao
1e245fad87
fix a client-go bug which could casue kubectl panic ( #72952 )
...
* When user try execute command like `kubectl get pod test -o custom-columns=CONTAINER:.spec.containers[-1].name`
It will throw a panic about slice index out of bounds. This patch fix it.
* add test case
2019-01-18 16:14:20 -08:00
Roy Lenferink
4b88af1480
bash syntax improvements
2019-01-19 00:47:06 +01:00
Kubernetes Prow Robot
ef2a5b948b
Merge pull request #72138 from dims/switch-location-for-goautoneg
...
Switch location for goautoneg vendored code
2019-01-18 14:42:46 -08:00
juanvallejo
23d52b4829
update bazel
2019-01-18 17:28:09 -05:00
Silvery Fu
537c5ed9bc
Fix error-prone integration test for ImageLocalityPriority
2019-01-18 12:59:43 -08:00
Roy Lenferink
a5d0616bdc
Improving syntax for bash scripts
2019-01-18 19:17:16 +01:00
Kubernetes Prow Robot
31e4ece51f
Merge pull request #73075 from hello2mao/cloudprovider-informer
...
Set the informer on the user cloud object for out-off-tree cloudproviders
2019-01-18 09:01:52 -08:00
Yassine TIJANI
7296288928
refactor util functions for event recording
2019-01-18 18:00:05 +01:00
Xing Yang
36030137b3
Install CRDs in local cluster
...
This PR installs CSIDriver and CSINodeInfo CRDs in the
local cluster.
fixes : #70791
2019-01-18 08:16:31 -08:00
Ahmad Nurus S
047ef3f6b6
kubectl: kubectl version better error message
2019-01-18 23:32:02 +08:00
hello2mao
5024611b87
Set the informer on the user cloud object
2019-01-18 22:29:42 +08:00
Kubernetes Prow Robot
76961c517e
Merge pull request #73048 from yujuhong/labels-ga
...
kubelet: promote OS & arch labels to GA
2019-01-18 05:17:24 -08:00
Kubernetes Prow Robot
26d58d37a7
Merge pull request #72970 from sttts/sttts-wait-for-http-server-finished-shutdown
...
apiserver: sync with http server shutdown to flush existing connections
2019-01-18 03:06:36 -08:00
Rafael Fernández López
b4cb3fd37c
kubeadm: wait for the etcd cluster to be available when growing it
...
When the etcd cluster grows we need to explicitly wait for it to be
available. This ensures that we are not implicitly doing this in
following steps when they try to access the apiserver.
2019-01-18 12:04:39 +01:00
Dr. Stefan Schimanski
5b47f99164
apiserver: sync with https server shutdown to flush existing connections
2019-01-18 10:56:38 +01:00
Kubernetes Prow Robot
44419ce38e
Merge pull request #72950 from ddebroy/csimig2
...
Enhance CSI translation plugin files with accessors and proper names
2019-01-18 01:22:07 -08:00
qingsenLi
8098ade4dc
remove unused const dockerDaemonConfigName in docker_util.go-2
2019-01-18 16:47:42 +08:00
Kubernetes Prow Robot
54c4428eb4
Merge pull request #71276 from jingxu97/Oct/uncertain
...
Handle failed attach operation leave uncertain volume attach state
2019-01-17 22:52:57 -08:00
Kubernetes Prow Robot
24643fd116
Merge pull request #72336 from danielqsj/apimetrics
...
Change apiserver metrics to conform metrics guidelines
2019-01-17 21:40:03 -08:00
Kubernetes Prow Robot
7f0e04a089
Merge pull request #73043 from davidz627/feature/migrationCommon
...
Add common functionality required for all in-tree to CSI Migration shim code pieces
2019-01-17 18:55:10 -08:00
Kubernetes Prow Robot
c999dc3854
Merge pull request #73022 from denkensk/fix-data-race-in-scheduling-queue-test
...
fix data race in TestPriorityQueue_AssignedPodAdded
2019-01-17 18:55:00 -08:00
Kubernetes Prow Robot
49c83902d2
Merge pull request #72955 from BenTheElder/fixup-sh
...
make more of the shell pass lints
2019-01-17 18:54:49 -08:00
Kubernetes Prow Robot
d1c713f3bc
Merge pull request #73040 from wojtek-t/enable_node_lease_tests
...
Enable NodeLease tests by default
2019-01-17 17:12:10 -08:00
Kubernetes Prow Robot
b1b6cb8cb4
Merge pull request #73034 from dashpole/fix_allocatable_e2e
...
[Text Fix] Fix panic in NodeAllocatable node e2e test
2019-01-17 17:11:59 -08:00
Kubernetes Prow Robot
2540969b64
Merge pull request #73024 from soltysh/fix_createjob
...
Image is a required parameter
2019-01-17 17:11:49 -08:00
Kubernetes Prow Robot
8b95c6b3a6
Merge pull request #73008 from yue9944882/chore/test-coverage-unstructured-conversion-acceptable-pt
...
Part of #68464 : Test coverage acceptable behavior of unstructured conversion
2019-01-17 17:11:39 -08:00
Kubernetes Prow Robot
865d6a71f6
Merge pull request #69902 from pbarker/audit-int
...
integration test for dynamic audit
2019-01-17 17:11:28 -08:00
Deep Debroy
e1d274a813
Enhance CSI translation plugin files
...
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2019-01-18 00:42:12 +00:00
Yu-Ju Hong
00d93f0cc3
kubelet: promote OS & arch labels to GA
...
kubelet now applies both the beta and the GA labels to ensure backward
compatibility.
2019-01-17 14:57:43 -08:00
David Zhu
384fce6bb1
Common Migration shim functaionality and flags
2019-01-17 14:43:59 -08:00
David Zhu
d8c9dc5bb5
Add IsMigratableToCSI to volume plugin interface
2019-01-17 14:43:52 -08:00
Kubernetes Prow Robot
4531ce692a
Merge pull request #72965 from mrIncompetent/use-correct-hostname-in-conformance-tests
...
Use actual node hostname during test "EmptyDir Wrapper Volume, ConfigMap volumes, no race"
2019-01-17 13:51:56 -08:00
Kubernetes Prow Robot
bab4256e9e
Merge pull request #72938 from dims/add-support-for-openstack-cinder-to-csi-translation-lib
...
Add support for OpenStack cinder to csi-translation-lib
2019-01-17 13:51:46 -08:00
Kubernetes Prow Robot
493d3565d8
Merge pull request #72874 from humblec/iscsi
...
Update approver list.
2019-01-17 13:51:35 -08:00
Kubernetes Prow Robot
4a6ac500fb
Merge pull request #72807 from dixudx/hack_host_arch
...
add method to get host os/arch in hack scripts
2019-01-17 13:51:24 -08:00
Kubernetes Prow Robot
4d72931d8f
Merge pull request #72580 from luxas/extract_tag_name_testing
...
Break out common API testing functionality from pkg/master
2019-01-17 13:51:13 -08:00
wangqingcan
28e6bbc175
acquire lock before operating unschedulablepodsmap
2019-01-18 04:24:18 +08:00
wojtekt
291d02486f
Enable NodeLease tests by default
2019-01-17 20:35:51 +01:00
Kubernetes Prow Robot
5e86fa43f5
Merge pull request #72890 from Klaven/component-base-logs
...
Move of logs out of apiserver and into component-base
2019-01-17 11:21:04 -08:00
Kubernetes Prow Robot
c13f9f7272
Merge pull request #72816 from humblec/md-1
...
Remove unwanted else block from code.
2019-01-17 11:20:55 -08:00
juanvallejo
b20a8c6b04
make api-resource discovery errors non-fatal
2019-01-17 13:58:45 -05:00
David Ashpole
2b8bc85f75
fix panic in NodeAllocatable node e2e test
2019-01-17 10:57:09 -08:00
qingsenLi
1ca1d918f6
fix typo of 'kubadm' in CHANGELOG-1.10.md
2019-01-18 02:25:49 +08:00
Anago GCB
48223bf5cf
Update CHANGELOG-1.12.md for v1.12.5.
2019-01-17 17:32:06 +00:00
Di Xu
88740dfb9e
add method to get host os/arch in hack scripts
2019-01-17 23:44:58 +08:00
Maciej Szulik
2f59dd752c
Image is a required parameter
2019-01-17 15:58:41 +01:00
Marek Counts
1739e343a8
autogen files
...
all the autogen files that got updated due to the changes to move logs.
2019-01-17 09:16:36 -05:00
Marek Counts
3b8f6381f2
policy file updates
...
updated import-restrictions to allow the new component-base/logs if they previously used it before the move.
2019-01-17 09:16:36 -05:00
Marek Counts
ba81a5409a
move logs into component-base
...
all the code changes to move move /apiserver/pkg/util/logs into /component-base/logs
2019-01-17 09:16:21 -05:00