carlory
0b730f04ce
fix kube-scheduler cannot send event because the Note field is too large
2021-02-04 10:36:11 +08:00
PingWang
4103ff490f
Extract the const for ContainerStateReason
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn >
update fmt
Signed-off-by: PingWang <wang.ping5@zte.com.cn >
update test
Signed-off-by: PingWang <wang.ping5@zte.com.cn >
2021-02-04 08:52:13 +08:00
Kubernetes Prow Robot
429eaca536
Merge pull request #98700 from Jiawei0227/update_label
...
Update gce-pd volume topology label to GA
2021-02-03 16:42:28 -08:00
Kubernetes Prow Robot
0083786ca9
Merge pull request #98481 from gavinfish/sched-isstatusequal
...
Scheduler: add StatusEqual func for Status comparer
2021-02-03 13:32:28 -08:00
Matthias Bertschy
e2edd4a055
Stop probing a pod during graceful shutdown
2021-02-03 19:23:21 +01:00
drfish
d15dacb57d
Add Equal func for Status struct
2021-02-04 00:32:01 +08:00
Hanlin Shi
4cd1eacbc1
Add rule to allow healthcheck nodeport traffic in filter table
...
1. For iptables mode, add KUBE-NODEPORTS chain in filter table. Add
rules to allow healthcheck node port traffic.
2. For ipvs mode, add KUBE-NODE-PORT chain in filter table. Add
KUBE-HEALTH-CHECK-NODE-PORT ipset to allow traffic to healthcheck
node port.
2021-02-03 15:20:10 +00:00
shawnhanx
0bee739a2f
Change the upper limit of threshold from 10000% to 100%
2021-02-03 21:55:49 +08:00
wangkai1994
7edf9e0155
change to kref and kobj
2021-02-03 17:45:38 +08:00
mengjiao.liu
d9138069fe
fix VolumeMount permissions with subpaths only apply the right permissions to the last directory
2021-02-03 16:25:47 +08:00
Jiawei Wang
e76f60d2b8
Update gce-pd volume topology label to GA
2021-02-02 19:13:57 -08:00
Kubernetes Prow Robot
686a5cee36
Merge pull request #98696 from gavinfish/sched-ut
...
Scheduler: organize scheduler unit tests into subtests
2021-02-02 14:06:49 -08:00
James Sturtevant
3da0d99d52
Ignore transient errors when gather stats
2021-02-02 13:56:51 -08:00
Kubernetes Prow Robot
4d3ed163a0
Merge pull request #98477 from palnabarun/update-gogo/protobuf
...
Update gogo/protobuf to v1.3.2
2021-02-02 09:56:28 -08:00
Kubernetes Prow Robot
1119a505ac
Merge pull request #98669 from liggitt/denyexec
...
Remove deprecated DenyEscalatingExec / DenyExecOnPrivileged admission
2021-02-02 06:52:28 -08:00
drfish
ebb6fb5b0c
Organize scheduler unit tests into subtests
2021-02-02 21:41:20 +08:00
pacoxu
81e0ebcde9
run cronjob every 1minute(means 1s) in UT
2021-02-02 18:54:50 +08:00
wangkai1994
ab11816570
migrate pkg/controller/volume/pvcprotection.go to structured logs
2021-02-02 17:42:20 +08:00
Kubernetes Prow Robot
673a844834
Merge pull request #98338 from gavinfish/sched-remove-pro
...
Cleanup: remove prometheus dependencies for scheduler
2021-02-01 23:22:40 -08:00
Kubernetes Prow Robot
8096513aca
Merge pull request #92866 from cofyc/fix91281
...
scheduler: Extend ExtenderFilterResult to include UnschedulableAndUnresolvable nodes
2021-02-01 23:22:27 -08:00
Kubernetes Prow Robot
ee2b7a5049
Merge pull request #98049 from pacoxu/enhancements/redir-links
...
fix all keps links 404 for kep folder migration
2021-02-01 21:48:28 -08:00
Kubernetes Prow Robot
4e72a35b35
Merge pull request #98588 from gavinfish/sched-fw-ut
...
Scheduler: organize framework unit tests in subtests
2021-02-01 20:40:36 -08:00
Kubernetes Prow Robot
2613b9776f
Merge pull request #98455 from hellogdc/myfeature
...
issues-98409 fix the address of restful-serve-static.go in the commen…
2021-02-01 20:40:28 -08:00
Kubernetes Prow Robot
ba85bfee39
Merge pull request #98129 from chendave/expose_status
...
Expose node status so that external preemption plugins can use it
2021-02-01 19:24:40 -08:00
Ricardo Katz
b7c82bb83c
Add EndPort to Network Policy - Alpha ( #97058 )
...
* Fix merge conflict in kube_features
* Add alpha support for EndPort in Network Policy
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com >
* Add alpha support for EndPort in Network Policy
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com >
* Add alpha support for EndPort in Network Policy
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com >
* Correct some nits
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com >
* Add alpha support for EndPort in Network Policy
* Add alpha support for EndPort in Network Policy
* Add alpha support for EndPort in Network Policy
* Add alpha support for EndPort in Network Policy
2021-02-01 19:24:28 -08:00
Kubernetes Prow Robot
f27318c0da
Merge pull request #98445 from damemi/taint-toleration-internal-helpers
...
Move Taint/Toleration helpers to component-helpers repo
2021-02-01 17:50:27 -08:00
tanjing2020
e62cfa7cc4
migrate default_preemption.go to structured logging
2021-02-02 09:38:23 +08:00
Jordan Liggitt
3579f88e4d
Remove deprecated DenyEscalatingExec / DenyExecOnPrivileged admission
2021-02-01 16:55:22 -05:00
Kubernetes Prow Robot
6aef7ca013
Merge pull request #98553 from mtaufen/said-ga
...
Graduate ServiceAccountIssuerDiscovery to GA
2021-02-01 13:42:01 -08:00
Kubernetes Prow Robot
ba8344435f
Merge pull request #98625 from gavinfish/sched-dup-log
...
Scheduler: remove duplicated error log in framework
2021-02-01 12:49:49 -08:00
Michael Taufen
6aa80d9172
Graduate ServiceAccountIssuerDiscovery to GA
...
Waiting on KEP updates first:
https://github.com/kubernetes/enhancements/pull/2363
2021-02-01 11:44:23 -08:00
Lorenz Brun
ea27d9225c
Add tests for populated volumes
2021-02-01 20:10:34 +01:00
Kubernetes Prow Robot
f384925847
Merge pull request #98650 from robscott/robscott-owners
...
Adding myself as an approver for EndpointSlice controller
2021-02-01 10:28:00 -08:00
Aldo Culquicondor
609116b147
Test failed pod recreation
...
Change-Id: I31a2e667e9d96c385a921e25347ebeb5a8424e62
2021-02-01 13:20:03 -05:00
Mike Dame
578ff3ec34
Move Taint/Toleration helpers to component-helpers repo
...
This is part of the goal for scheduling to remove dependencies on internal
packages for the scheduling framework. It also provides these functions in an
external location for other components and projects to import.
2021-02-01 11:06:03 -05:00
Mike Dame
ba72411aa2
Move GetPersistentVolumeClaimClass to component-helpers
...
The goal of this move is related to issue 89930, to break the dependence
of scheduling plugins on internal helpers. This function can easily move to
component-helpers where it will be used by other components as well.
2021-02-01 10:48:38 -05:00
pacoxu
a10bdfed09
fix all keps links 404 for kep folder migration
...
Signed-off-by: pacoxu <paco.xu@daocloud.io >
2021-02-01 19:41:59 +08:00
Rob Scott
4c9c9bb5a0
Adding myself as an approver for EndpointSlice controller
...
This also adds me as a reviewer for the Endpoints controller.
2021-01-31 22:34:39 -08:00
chymy
ed6475ae48
migrate pkg/scheduler/internal/cache/debugger/comparer.go to structured logs
...
Signed-off-by: chymy <chang.min1@zte.com.cn >
2021-02-01 11:20:05 +08:00
Dave Chen
fe5a266a03
Include UnschedulableAndUnresolvable nodes into the status map
...
Signed-off-by: Dave Chen <dave.chen@arm.com >
2021-02-01 10:49:43 +08:00
Jiaxin Shan
e01a21469b
Fix ALPHA stability level reference link
2021-01-31 15:39:04 -08:00
Sravanth Bangari
04eced5c67
For LoadBalancer Service type don't create a HNS policy for empty or invalid external loadbalancer IP
2021-01-31 11:56:30 -08:00
drfish
b9ab8768b6
Remove duplicated error log in framework
2021-01-31 17:17:03 +08:00
drfish
0c3d8b9720
Organize framework unit tests in subtests
2021-01-31 13:34:52 +08:00
Lorenz Brun
65c0229247
Fix comment on getPodVolumeSubpathListFromDisk
2021-01-31 02:42:54 +01:00
Claudiu Belu
de4602995b
Windows: Fixes /etc/hosts file mounting support for containerd
...
If Containerd is used on Windows, then we can also mount individual
files into containers (e.g.: /etc/hosts), which was not possible with Docker.
Checks if the container runtime is containerd, and if it is, then also
mount /etc/hosts file (to C:\Windows\System32\drivers\etc\hosts).
2021-01-30 04:54:42 -08:00
Kubernetes Prow Robot
197dbac376
Merge pull request #96531 from ialidzhikov/cleanup/windows-feature-gates
...
Remove WindowsGMSA and WindowsRunAsUserName feature gates
2021-01-30 01:03:47 -08:00
drfish
c959e23250
Remove prometheus dependencies for scheduler
2021-01-30 12:15:22 +08:00
jornshen
e3d068870d
migrate proxy/userspace/proxier.go logs to structured logging
2021-01-30 10:21:51 +08:00
Kubernetes Prow Robot
0a0490e34f
Merge pull request #98576 from kevindelgado/ssa
...
Fix SSA for APIService
2021-01-29 17:21:58 -08:00