Kubernetes Prow Robot
2a934c4f9e
Merge pull request #72263 from andyzhangx/automated-cherry-pick-of-#71992-upstream-release-1.13
...
Automated cherry pick of #71992 : fix race condition when attach azure disk in vmss
2019-01-05 09:44:09 -08:00
Kubernetes Prow Robot
793fde6d10
Merge pull request #72209 from tallclair/automated-cherry-pick-of-#72135-upstream-release-1.13
...
cherry pick #72135 to 1.13: Surface selected pod RuntimeHandler in Kubelet logs
2019-01-05 09:44:03 -08:00
Kubernetes Prow Robot
288a1e55b8
Merge pull request #72161 from saad-ali/automated-cherry-pick-of-#71581-upstream-release-1.13
...
Automated Cherry Pick of #71581 to release-1.13
2019-01-05 09:43:53 -08:00
Kubernetes Prow Robot
042f324c70
Merge pull request #72003 from dashpole/automated-cherry-pick-of-#59525-upstream-release-1.13
...
Automated cherry pick of #59525 : fix node and kubelet start times
2019-01-04 21:39:14 -08:00
Kubernetes Prow Robot
f2806ab3a3
Merge pull request #72009 from andyzhangx/automated-cherry-pick-of-#71990-upstream-release-1.13
...
Automated cherry pick of #71990 : fix kubelet log flushing issue in azure disk
2019-01-04 16:48:50 -08:00
Tim Pepper
f93284e200
update cloud provider boilerplate
...
The pull-kubernetes-verify presubmit is failing on
verify-cloudprovider-gce.sh because it is a new year and thus current
test generated code doesn't match the prior committed generated code in
the copyright header. The verifier is removed in master now, so for
simplicity and rather than fixing the verifier to ignore the header
differences for prior supported branched, this commit is the result of
rerunning hack/update-cloudprovider-gce.sh.
Signed-off-by: Tim Pepper <tpepper@vmware.com>
2019-01-03 09:53:50 -08:00
andyzhangx
11527d6910
fix race condition when attach azure disk in vmss
...
fix gofmt issue
2018-12-21 02:58:29 +00:00
Tim Allclair
95e5a13184
Surface selected pod RuntimeHandler in Kubelet logs
2018-12-19 11:01:07 -08:00
saad-ali
6804ad6cba
Ensure volume mount err checking done inside op
...
Ensure volume mount error checking is done inside the operation so that
failures get handled with exponential backoff, etc.
2018-12-18 10:46:14 -08:00
andyzhangx
67d27ade0c
fix kubelet log flushing issue in azure disk
2018-12-13 02:51:44 +00:00
David Ashpole
207f9308ea
fix node and kubelet start times
2018-12-12 13:36:49 -08:00
Kubernetes Prow Robot
eec55b9ba9
Merge pull request #71955 from apelisse/automated-cherry-pick-of-#71923-upstream-release-1.13
...
Automated cherry pick of #71923 : diff: Fix overlapping filenames
2018-12-12 05:09:31 -08:00
Micah Hausler
f377d6e441
Disable proxy to loopback and linklocal
2018-12-11 21:01:51 -08:00
Antoine Pelisse
4980403d4e
diff: Make filename cross-platform compatible
2018-12-11 15:51:12 -08:00
Antoine Pelisse
934a62b8cb
diff: Fix overlapping filenames
...
The filename can overlap when multiple resources have the same name (but
obviously are of a different type). Include the name of the type in the
file name to prevent the overlap.
2018-12-11 15:51:12 -08:00
Kubernetes Prow Robot
aa27780442
Merge pull request #71916 from apelisse/automated-cherry-pick-of-#71854-upstream-release-1.13
...
Automated cherry pick of #71854 : apply: fix detection of non-dry-run enabled servers
2018-12-11 13:46:48 -08:00
Kubernetes Prow Robot
83f920791c
Merge pull request #71931 from mlmhl/automated-cherry-pick-of-#71551-upstream-release-1.13
...
Automated cherry pick of #71551 : activate unschedulable pods only if the node became more
2018-12-11 11:07:41 -08:00
Kubernetes Prow Robot
4be3fe4600
Merge pull request #71802 from soltysh/issue71772_1.13
...
Set delete propagation policy to background when removing jobs and its dependents
2018-12-11 11:07:30 -08:00
andyzhangx
d5826fbe0a
add VMSize info in attach/detach azure disk
2018-12-11 08:56:17 +00:00
mlmhl
27fcc2fc34
activate unschedulable pods only if the node became more schedulable
2018-12-11 11:09:14 +08:00
Kubernetes Prow Robot
5bcfca321f
Merge pull request #71881 from DataDog/automated-cherry-pick-of-#71515-upstream-release-1.13
...
Automated cherry pick of #71515 upstream release 1.13
2018-12-10 11:45:09 -08:00
Antoine Pelisse
c7ba05ea47
apply: fix detection of non-dry-run enabled servers
...
Apply only checks that the server supports dry-run in the create path,
not the update path, which is pretty bad.
2018-12-10 10:28:10 -08:00
Kubernetes Prow Robot
f61a8dd952
Merge pull request #71586 from harsh-px/automated-cherry-pick-of-#70392-upstream-release-1.13
...
Automated cherry pick of #70392 : Lookup PX api port from k8s service
2018-12-10 07:44:33 -08:00
Kubernetes Prow Robot
190aab48c3
Merge pull request #71776 from feiskyer/automated-cherry-pick-of-#71736-upstream-release-1.13
...
Automated cherry pick of #71736 : Fix Azure node's internal IP address
2018-12-10 05:03:58 -08:00
Laurent Bernaille
de95511d4e
Generalize handling of InactiveConn to TCP
2018-12-08 17:29:13 +01:00
Laurent Bernaille
437edead27
Handle UDP graceful termination
...
The current logic is to delete a RS if the number of active connections
is 0. This makes sense for TCP but for UDP the number of active
connections is always 0. This is an issue for DNS queries because the RS
will be deleted but the IPVS connection will remain until it expires
(5mn by default) and if there are a lot of DNS queries, the port will be
reused and queries blackholed. Of course for this to work properly the
service needs to continue to serve queries until the connections expire
(this works fine with the lameduck option of coredns).
2018-12-08 17:29:13 +01:00
Laurent Bernaille
0523ad6239
Fix logic of delete function
2018-12-08 17:29:13 +01:00
Laurent Bernaille
67fee7318d
Display RS complete name in logs
...
Help distinguish UDP and TCP RS (useful for DNS which uses both)
2018-12-08 17:29:13 +01:00
Kubernetes Prow Robot
4abb4523e7
Merge pull request #71820 from liggitt/automated-cherry-pick-of-#71805-upstream-release-1.13
...
Automated cherry pick of #71805 : Fix sort-by regression
2018-12-07 13:36:18 -08:00
Bobby (Babak) Salamat
612b3c9b95
Run old-style priority functions in parallel to the map-reduce style ones
2018-12-06 18:41:24 -08:00
Bobby (Babak) Salamat
a2e74f2839
Avoid copying Extender struct while running priority functions
2018-12-06 18:41:24 -08:00
Bobby (Babak) Salamat
9ba01c45df
Avoid copying PriorityConfig struct while running priority functions
2018-12-06 18:41:24 -08:00
Jordan Liggitt
2b13dd87af
Fix sort-by regression
2018-12-06 16:58:19 -05:00
Maciej Szulik
aeb35206be
Set delete propagation policy to background when removing jobs and its dependents
2018-12-06 17:23:07 +01:00
Kubernetes Prow Robot
ad728da0e6
Merge pull request #71770 from yue9944882/automated-cherry-pick-of-#71744-origin-release-1.13
...
Automated cherry pick of #71744 : fixes autoscaling types conversion
2018-12-06 05:17:48 -08:00
Pengfei Ni
f6e8f3b183
Fix Azure node's internal IP address
...
Only use the first IP address got from instance metadata. This is
because Azure CNI would setup a list of IP addresses in instance metata,
while only the first one is the Node's IP.
2018-12-06 15:18:15 +08:00
zuoxiu.jm
ff4c2cd0ed
fixes autoscaling types conversion
2018-12-06 12:42:55 +08:00
Bobby (Babak) Salamat
669c5f42bf
autogenerated files
2018-12-03 11:34:24 -08:00
Bobby (Babak) Salamat
eb31bbb8d2
Change sort function of the scheduling queue to avoid starvation
2018-12-03 11:34:24 -08:00
Harsh Desai
29bea17b39
Update portworx to move from glog to klog
...
Signed-off-by: Harsh Desai <harsh@portworx.com>
2018-11-29 18:28:07 -08:00
Harsh Desai
41076f175b
cache portworx API port
...
- reused client whenever possible
- refactor get client function into explicit cluster-wide and local functions
Signed-off-by: Harsh Desai <harsh@portworx.com>
2018-11-29 18:28:07 -08:00
Harsh Desai
40cf4b75ea
Lookup PX api port from k8s service
...
Fixes #70033
Signed-off-by: Harsh Desai <harsh@portworx.com>
2018-11-29 18:28:07 -08:00
saad-ali
18050e308c
Allow CSI Drivers suporting 0.x/1.x to use old dir
...
Allow drivers implmenting both CSI 0.x and 1.x to use the old volume
plugin directory in addition to the the new volume plugin directory.
2018-11-28 11:11:37 -08:00
andyzhangx
cd2930258c
fix detch azure disk issue by clean vm cache
2018-11-28 06:25:09 +00:00
Vladimir Vivien
e86bdc7989
Forces fsnotify CREATE and REMOVE to occur serially
2018-11-26 22:11:47 -05:00
k8s-ci-robot
1e50c57113
Merge pull request #70740 from mfpierre/fix-kubectl-get-sort-out-of-range
...
Fix index out of range error when sorting kubectl get
2018-11-24 12:19:06 -08:00
andyzhangx
7b14a5a2a0
should return error when attach/detach failed
2018-11-23 12:42:13 +00:00
k8s-ci-robot
205eaee0e5
Merge pull request #71145 from gnufied/test-mounted-detach
...
Fix volume detach while mount in progress
2018-11-22 23:27:48 -08:00
k8s-ci-robot
12e5eb7dc9
Merge pull request #71011 from sigma/pr/fix-inotify
...
replace golang.org/x/exp/inotify with standalone library
2018-11-22 18:07:51 -08:00
k8s-ci-robot
20e1ab6744
Merge pull request #71314 from saad-ali/csi03Compat
...
Reintroduce CSI 0.3.x support in CSI Volume Plugin
2018-11-21 19:58:33 -08:00