Johannes M. Scheuermann
30098fd73f
Make use of nc for Linux and Windows compatibility
2019-02-20 22:23:13 +01:00
Kubernetes Prow Robot
a2a5bd03fd
Merge pull request #71119 from Chenditang/typo
...
Fix typos.
2019-02-20 12:54:30 -08:00
Kubernetes Prow Robot
dc634b3fd3
Merge pull request #70934 from mikeweiwei/my_fix3
...
Fix typos
2019-02-20 12:53:52 -08:00
Kubernetes Prow Robot
c06ca11b5d
Merge pull request #70896 from ksubrmnn/overlay_dsr
...
Adding Windows Overlay support to Kube Proxy
2019-02-20 12:53:13 -08:00
Kubernetes Prow Robot
23a085062c
Merge pull request #69782 from darkowlzz/storageos-updates
...
StorageOS attach device before volume attach
2019-02-20 12:51:57 -08:00
Kubernetes Prow Robot
78573805a7
Merge pull request #66228 from liucimin/fix_cniplugin_get_expose_hostip
...
fix_the_checkpoint_no_hostip_bug
2019-02-20 12:51:14 -08:00
Kubernetes Prow Robot
f04ce297d6
Merge pull request #74100 from mtaufen/file-download-improvements
...
Retry downloads, respect URL list, validate tar hash
2019-02-20 11:34:06 -08:00
Kubernetes Prow Robot
eeed8a142f
Merge pull request #73959 from wojtek-t/avoid_blocking_watchers
...
Reduce lock contention in watchcache.
2019-02-20 11:33:56 -08:00
Kubernetes Prow Robot
b4a2b63561
Merge pull request #73907 from yagonobre/init-upload-certs
...
Add kubeadm init upload encrypted certs phase
2019-02-20 11:33:44 -08:00
Kubernetes Prow Robot
d60b7d6a64
Merge pull request #73866 from apelisse/add-ssa-tests
...
Add basic server-side apply test to test-cmd
2019-02-20 11:33:02 -08:00
Kubernetes Prow Robot
3ecd17d2f9
Merge pull request #73783 from deads2k/deprecate-export
...
deprecate API ExportOptions
2019-02-20 11:31:47 -08:00
Kenichi Omichi
36b80a4c61
Fix golint failures on e2e/[..]/(aws|azure)
2019-02-20 19:11:53 +00:00
Kenichi Omichi
302ec98591
Fix golint failures on handlers/negotiation
...
DefaultEndpointRestrictions is only used in the module,
so this renames it to defaultEndpointRestrictions.
2019-02-20 18:00:25 +00:00
Kubernetes Prow Robot
21e3c15dfe
Merge pull request #72732 from sandeeppsunny/vsphere_volume_zone
...
Added e2e tests for multi-zone volume provisioning through VCP
2019-02-20 09:01:27 -08:00
Michael Taufen
7ffe810f1d
Retry downloads, respect URL list, validate tar hash
2019-02-20 08:52:46 -08:00
Jan Safranek
dc46f483b5
Fix scanning of failed targets
...
If a iSCSI target is down while a volume is attached, reading from
/sys/class/iscsi_host/host415/device/session383/connection383:0/iscsi_connection/connection383:0/address
fails with an error. Kubelet should assume that such target is not
available / logged in and try to relogin. Eventually, if such error
persists, it should continue mounting the volume if the other
paths are healthy instead of failing whole WaitForAttach().
2019-02-20 17:17:01 +01:00
David Eads
b44409d3e4
generated
2019-02-20 11:10:49 -05:00
Johannes M. Scheuermann
b515aa1d31
Use wget instead of curl for e2e network policy tests
2019-02-20 17:07:32 +01:00
David Eads
1d7446f885
deprecate API ExportOptions
2019-02-20 10:50:14 -05:00
Kubernetes Prow Robot
2f52e91d56
Merge pull request #74288 from huynq0911/fix_some_typos
...
Fix some typos in scheduler
2019-02-20 07:45:08 -08:00
Kubernetes Prow Robot
b0f6857f92
Merge pull request #74277 from neolit123/fix-join-phase
...
kubeadm/join: expose the KubeConfigPath() method to joinData
2019-02-20 07:44:57 -08:00
Kubernetes Prow Robot
82b7a8a5e0
Merge pull request #74294 from mm4tt/network_sli
...
Clear EndpointsLastChangeTriggerTime when there is no new trigger time to be exported
2019-02-20 05:38:00 -08:00
Kubernetes Prow Robot
07cf5fa08e
Merge pull request #72434 from pohly/storage-volume-testsuites-config
...
e2e/storage: delay CreateDriver, simplify APIs and test definition
2019-02-20 05:37:45 -08:00
andyzhangx
156602408a
remove get azure accounts in the init process
...
set timeout for get azure account operation
use const for timeout value
remove get azure accounts in the init process
add lock for account init
2019-02-20 13:18:34 +00:00
Fabio Rapposelli
eb8f3240b0
do not return error on invalid mac address in vsphere cloud provider
2019-02-20 14:12:05 +01:00
SataQiu
0311c4ddc8
fix some shellcheck failures in hack
2019-02-20 20:37:51 +08:00
Lubomir I. Ivanov
5db0c61788
kubeadm/join: expose the KubeConfigPath() method to joinData
...
This fixes the following error:
"error execution phase control-plane-join/etcd:
control-plane-join phase invoked with an invalid data struct"
The problem here is that joinData cannot be type-asserted
to the interface type under controlplanejoin.go (controlPlaneJoinData)
because joinData lacks KubeConfigPath.
Given we use KubeConfigPath in more than one place for join
it makes sense to define define the method and make it return:
kubeadmconstants.GetAdminKubeConfigPath()
2019-02-20 14:17:53 +02:00
Kubernetes Prow Robot
f99728e6f3
Merge pull request #74156 from gaorong/descirbe-mirror-pod
...
kubectl: fix a bug where "describe" cannot obtain the event messages for a static pod
2019-02-20 03:32:48 -08:00
Matt Matejczyk
bf25f7160b
Clear EndpointsLastChangeTriggerTime on no-change.
...
We should clean the EndpointsLastChangeTriggerTime annotation when there
is no new trigger time to be exported. Not clearing it may result in
kube-proxy exporting the wrong Network Programming Latency SLI.
2019-02-20 11:53:40 +01:00
Kubernetes Prow Robot
fed00de938
Merge pull request #74281 from qingsenLi/k8s190220
...
fix 'Paramaterize' in CHANGELOG-1.8 and 1.9
2019-02-20 02:23:32 -08:00
Kubernetes Prow Robot
b473d5c111
Merge pull request #73201 from YoubingLi/bugfix
...
Fixes #73077 - Allow to convert type across all version
2019-02-20 02:23:21 -08:00
Nguyen Quang Huy
dad04530df
Fix some typos in scheduler
...
Corect some words for reading more easily.
2019-02-20 14:33:16 +07:00
Kubernetes Prow Robot
ad403f8e20
Merge pull request #73901 from danielqsj/73882
...
decrease the level of the warning log in volume plugins
2019-02-19 23:20:41 -08:00
Kubernetes Prow Robot
b96342ab92
Merge pull request #72487 from dims/add-minimal-audit-policy-to-local-up-cluster
...
Add minimal audit policy to local-up-cluster
2019-02-19 23:20:30 -08:00
xichengliudui
9f6928c259
Fix shellcheck lint errors in ./hack/...
2019-02-20 01:31:58 -05:00
Stavros Foteinopoulos
df3fbf9295
Update vendor package github.com/hashicorp/golang-lru
2019-02-20 07:58:46 +02:00
Kubernetes Prow Robot
3f9c29c540
Merge pull request #74278 from danielqsj/hf
...
fix Master-blocking failing tests in verify.godeps and verify.staging-godeps
2019-02-19 21:41:58 -08:00
Kubernetes Prow Robot
52353ed0c3
Merge pull request #74275 from ixdy/e2e-image-util-docker-manifest-expperimental
...
Ensure Docker experimental features are enabled before creating manifest
2019-02-19 21:41:48 -08:00
Kubernetes Prow Robot
30652ad802
Merge pull request #74263 from skarthiksrinivas/vsphere_volume_zone_misc
...
Fix error handling logic in vsphere volume provisioning
2019-02-19 21:41:38 -08:00
Kubernetes Prow Robot
155caa14f6
Merge pull request #74259 from mattjmcnaughton/mattjmcnaughton/fix-shellcheck-lint-failures
...
Fix shellcheck errors for some scripts in hack/
2019-02-19 21:41:27 -08:00
Kubernetes Prow Robot
f5989303b7
Merge pull request #74060 from SataQiu/fix-shellcheck-20190214
...
Fix shellcheck failures on kube-down.sh kubeadm.sh get-build.sh
2019-02-19 21:41:17 -08:00
Kubernetes Prow Robot
5cc52ce5d3
Merge pull request #74230 from xichengliudui/fixshellcheck19021902
...
fix eliminate shellcheck failures in /hack/e2e-internal/...
2019-02-19 19:58:00 -08:00
Kubernetes Prow Robot
780805a96b
Merge pull request #74174 from truongnh1992/issue_template
...
Adding detail of how to check the OS version
2019-02-19 19:57:50 -08:00
Kubernetes Prow Robot
db7d930aab
Merge pull request #74109 from pjh/gce-windows-cluster-smoke-test
...
Detect ready pods correctly and untaint Windows nodes in smoke-test.
2019-02-19 19:57:40 -08:00
Kubernetes Prow Robot
296985ce35
Merge pull request #73292 from steffengy/master
...
windows/service: implement graceful shutdown when run as windows service
2019-02-19 19:57:24 -08:00
Kubernetes Prow Robot
a782adfb9d
Merge pull request #73601 from munnerz/reactors-shared-copy
...
Use a single deep copied object between all reactors in fake client
2019-02-19 18:38:32 -08:00
Kubernetes Prow Robot
059d6057dd
Merge pull request #73323 from prameshj/clear-externalip-conntrack
...
Clear conntrack entries for externalIP and LoadBalancer IP
2019-02-19 18:38:17 -08:00
danielqsj
9ca24d2bad
update swagger doc
2019-02-19 19:12:53 -07:00
Kevin Taylor
a64b854137
Implementation of KEP Feature Gate VolumeSubpathEnvExpansion
2019-02-20 01:37:16 +00:00
Kubernetes Prow Robot
7b203c6809
Merge pull request #74137 from rajansandeep/readinessprobe
...
Add readinessProbe to CoreDNS
2019-02-19 16:24:04 -08:00