Kubernetes Prow Robot
f8db0d91de
Merge pull request #97013 from jsafrane/fc-fixcorrupted-fs
...
Fix FibreChannel volume plugin corrupting filesystem on detach
2020-12-08 21:06:33 -08:00
Kubernetes Prow Robot
a8c4a2453c
Merge pull request #96978 from JornShen/flaky_test_TestVersion
...
[flaky test] fix race in TestVersion in pkg/kubelet/cri/remote
2020-12-08 21:05:42 -08:00
Kubernetes Prow Robot
f8c589e745
Merge pull request #96975 from wangkai1994/master
...
Fix typo in conntrack.go
2020-12-08 21:05:34 -08:00
Kubernetes Prow Robot
32188d5076
Merge pull request #96958 from sjenning/ip-msg-loglevel
...
kubelet: remove periodic messages from log-level 2
2020-12-08 21:05:09 -08:00
Kubernetes Prow Robot
80c1c0fc04
Merge pull request #96946 from houjun41544/20201130
...
Define const for metric name
2020-12-08 21:04:53 -08:00
Kubernetes Prow Robot
6aae473318
Merge pull request #96830 from tnqn/ipvs-restore-commands
...
Fix duplicate chains in iptables-restore input
2020-12-08 20:03:34 -08:00
Kubernetes Prow Robot
631b953fdf
Merge pull request #96776 from JornShen/remove_unused_CloudControllerManagerPort
...
resume CloudControllerManagerPort to hardcode in port.go
2020-12-08 20:03:09 -08:00
Kubernetes Prow Robot
f367cb671a
Merge pull request #96774 from lixiaobing1/noderesources2
...
clarify the logic of noderesources comparison
2020-12-08 20:03:01 -08:00
Kubernetes Prow Robot
d5430313bf
Merge pull request #96751 from jsafrane/deprecation-log
...
Lower the frequency of volume plugin deprecation warning
2020-12-08 20:02:32 -08:00
Kubernetes Prow Robot
ddf3eb5a18
Merge pull request #96736 from andrewsykim/deprecate-topology-keys
...
core/v1: deprecate Service topologyKeys
2020-12-08 18:36:22 -08:00
Kubernetes Prow Robot
c9dfd5829b
Merge pull request #96728 from jeremyje/dontpanic
...
Fail instead of panic when HNS network cannot be created in test.
2020-12-08 18:36:14 -08:00
Kubernetes Prow Robot
dfd3f0ffc3
Merge pull request #96713 from lixiaobing1/fixTypoUtilization
...
fix typos in type functionShapePoint
2020-12-08 18:36:05 -08:00
Kubernetes Prow Robot
8a65055c2d
Merge pull request #96638 from hasheddan/cadvisor-util
...
Fix link to CRI-O sock path
2020-12-08 18:34:31 -08:00
Kubernetes Prow Robot
984bc043d5
Merge pull request #96593 from pandaamanda/typo_fix
...
fix typo and format for klog
2020-12-08 17:29:43 -08:00
Kubernetes Prow Robot
d7a389ce7a
Merge pull request #96582 from chenyw1990/fixSchedulerBug
...
don't add pod to podQueue when the NodeName of pod is not empty
2020-12-08 17:29:35 -08:00
Kubernetes Prow Robot
4a4bdb0169
Merge pull request #96581 from qingsenLi/201114-unmount
...
Fix typo unmount for klog
2020-12-08 17:29:27 -08:00
Kubernetes Prow Robot
125530629a
Merge pull request #96572 from sjenning/dont-rerun-init
...
kubelet: do not rerun init containers if any main containers have status
2020-12-08 17:29:18 -08:00
Kubernetes Prow Robot
d2662b9842
Merge pull request #96488 from basantsa1989/kproxy_cleanup
...
Kube-proxy cleanup: Changing FilterIncorrectIP/CIDR functions to MapIPsToIPFamily that returns a map
2020-12-08 17:28:52 -08:00
Kubernetes Prow Robot
83b2c7a1bf
Merge pull request #96311 from thockin/kep-1659-topology-labels
...
Convert users of old failure-domain labels to new
2020-12-08 17:28:27 -08:00
Kubernetes Prow Robot
9d81c4ebfa
Merge pull request #96296 from aojea/extip
...
kube-proxy treat ExternalIPs as ClusterIPs
2020-12-08 17:28:18 -08:00
Kubernetes Prow Robot
9a175b9b2a
Merge pull request #96223 from SataQiu/fix-scheduler-20201104
...
scheduler: parse Pod's Node affinity once in PreScore phase
2020-12-08 17:28:06 -08:00
Kubernetes Prow Robot
e40cba59e3
Merge pull request #95269 from SataQiu/kubelet-20201003
...
Fix panic when kubelet register if a node object already exists with no Status.Capacity or Status.Allocatable
2020-12-08 16:29:19 -08:00
Kubernetes Prow Robot
1588d58151
Merge pull request #95099 from brianpursley/TestReadLogs
...
Added unit tests for ReadLogs
2020-12-08 16:29:02 -08:00
Kubernetes Prow Robot
ce7ac8442e
Merge pull request #94599 from verult/adc-op-asw-race
...
Fixes Attach Detach Controller reconciler race reading ActualStateOfWorld and operation pending states
2020-12-08 16:28:53 -08:00
Kubernetes Prow Robot
b6e0aac05c
Merge pull request #93920 from zhouya0/log_with_limited_tail
...
[Flaky Test] Add limited lines to log when having tail option
2020-12-08 16:28:45 -08:00
Kubernetes Prow Robot
4f2c21f9e8
Merge pull request #93549 from Dean-Coakley/fix-res-quota-comments
...
Fix ResourceQuota comments
2020-12-08 16:28:36 -08:00
Kubernetes Prow Robot
0ee9c391f1
Merge pull request #92827 from yuanhuaiwang/disruptionresync
...
Remove resync period for disruption controller
2020-12-08 16:28:26 -08:00
Jan Safranek
8f186f9172
Flush FibreChannel devices before deleting
...
If a FibreChannel device is used as a block volume, we should flush its I/O
before deleting its device. It is not strictly necessary when it's used as
a filesystem (mount), but it won't hurt either.
2020-12-03 09:54:22 +01:00
jornshen
c38637a08b
[flaky test] fix race in TestVersion in pkg/kubelet/cri/remote
2020-12-03 14:26:11 +08:00
Jan Safranek
6f8bdb7cc1
Fix FibreChannel volume plugin corrupting filesystem on detach
...
FibreChannel volume plugin misses one important step when removing a
device: "multipath -f". It flushes all multipath buffers to its individual
paths. Without it, a filesystem on the device may get corrupted.
2020-12-02 14:39:00 +01:00
Jeremy Edwards
7f972840ca
Fail instead of panic when HNS network cannot be created in test.
2020-12-02 07:01:27 +00:00
Seth Jennings
c8d02f703b
kubelet: do not rerun init containers if any main containers have status
2020-12-01 14:59:03 -06:00
Kubernetes Prow Robot
61dc69ac2c
Merge pull request #87461 from bboreham/fix-uid-gen
...
kubelet: ensure static pod UIDs are unique
2020-12-01 08:18:50 -08:00
Kai
03cc04e108
Update conntrack.go
2020-12-01 14:21:47 +08:00
Seth Jennings
ee60ee26e0
kubelet: remove periodic messages from log-level 2
2020-11-30 11:34:00 -06:00
00041544
f2b8fdb265
Define const for metric name
2020-11-30 14:40:26 +08:00
jornshen
de57248e57
resume CloudControllerManagerPort as hardcode 10258 in port.go
2020-11-27 10:18:57 +08:00
SataQiu
2b38078de1
scheduler: parse Pod's Node affinity once in PreScore phase
...
Signed-off-by: SataQiu <1527062125@qq.com >
2020-11-26 11:19:52 +08:00
Quan Tian
9bf96b84c4
Fix duplicate chains in iptables-restore input
...
When running in ipvs mode, kube-proxy generated wrong iptables-restore
input because the chain names are hardcoded.
It also fixed a typo in method name.
2020-11-24 15:13:23 +08:00
Lars Ekman
a0e613363a
service.spec.AllocateLoadBalancerNodePorts followup
2020-11-24 08:10:43 +01:00
lixiaobing1
e12fab6779
optimize the logic of noderesources comparision
2020-11-24 08:31:28 +08:00
Jordan Liggitt
5c88880584
Restore beta os/arch labels on initial node registration
2020-11-23 11:23:59 -05:00
Kubernetes Prow Robot
248c116963
Merge pull request #96417 from hvenev-vmware/fix-ipam
...
Fix double counting of IP addresses
2020-11-23 07:45:33 -08:00
Kubernetes Prow Robot
733582456b
Merge pull request #96777 from lianghao208/patch-1
...
fix: concurrent map writes error in VolumeBinding plugin during Filter
2020-11-23 06:51:34 -08:00
Hristo Venev
c8c81be8af
range_allocator: Test (lack of) double counting
2020-11-22 23:09:09 -08:00
Hristo Venev
ee581278bd
cidrset: Add test for double counting
2020-11-22 23:09:09 -08:00
Hristo Venev
4d28391c24
Fix double counting of IP addresses
...
The range allocator in pkg/controller/nodeipam/ipam/range_allocator.go
may call Occupy() on the same range twice:
1. Just before subscribing to the NodeInformer
2. From a callback given to the NodeInformer soon after registration
2020-11-22 23:09:09 -08:00
Antonio Ojea
120472032c
kube-proxy: treat ExternalIPs as ClusterIP
...
Currently kube-proxy treat ExternalIPs differently depending on:
- the traffic origin
- if the ExternalIP is present or not in the system.
It also depends on the CNI implementation to
discriminate between local and non-local traffic.
Since the ExternalIP belongs to a Service, we can avoid the roundtrip
of sending outside the traffic originated in the cluster.
Also, we leverage the new LocalTrafficDetector to detect the local
traffic and not rely on the CNI implementations for this.
2020-11-22 00:54:33 +01:00
rootlh
42c00bc523
fix bug: concurrent map writes error
2020-11-22 01:40:51 +08:00
Kubernetes Prow Robot
ece591f722
Merge pull request #96758 from msau42/revert-84206-refactor/remove-mount-volume-check-orphaned-pod-cleanup
...
Revert "check volume directories instead of mounts for cleanupOrphanedPodDirs"
2020-11-20 22:37:33 -08:00