Yuki Iwai
c8d18da437
Scheduler: Fix the feature stage of preemptionPolicy in the API comment
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com >
2024-02-08 08:13:00 +09:00
Kubernetes Prow Robot
9b3d8a9063
Merge pull request #123162 from tnqn/flush-on-startup
...
kube-proxy: flush nftables base chains on startup
2024-02-07 14:25:37 -08:00
Quan Tian
42672ee2ea
Make comment about reject action more accurate
...
Signed-off-by: Quan Tian <qtian@vmware.com >
2024-02-07 23:57:47 +08:00
Quan Tian
c7e48f1ebf
kube-proxy: flush nftables base chains on startup
...
Do an extra "add+delete" once to ensure all previous base chains in the
table will be recreated. Otherwise, altering properties (e.g. priority)
of these chains would fail the transaction.
Signed-off-by: Quan Tian <qtian@vmware.com >
2024-02-07 23:57:40 +08:00
cpanato
ac9482d15f
update distroless-iptables to v0.5.0 debian-base to bookworm-v1.0.1 and setcap to bookworm-v1.0.1
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2024-02-07 11:46:19 +01:00
Kubernetes Prow Robot
052bce26f4
Merge pull request #122931 from danwinship/ip-validation-cleanup
...
consistently use IsValidIP for IP validation
2024-02-06 15:58:15 -08:00
Kubernetes Prow Robot
862ff187ba
Merge pull request #123001 from tkashem/apf-allow-zero-concurrency
...
Allow zero value for the 'nominalConcurrencyShares' field
2024-02-06 09:08:18 -08:00
Kubernetes Prow Robot
e566bd7769
Merge pull request #121952 from sanposhiho/optimize-csi
...
add(nodevolumelimits): return UnschedulableAndUnresolvable when PVC is not found
2024-02-06 07:16:28 -08:00
Kubernetes Prow Robot
920333b5fb
Merge pull request #123134 from danwinship/kep-3705-to-ga
...
KEP-3705 CloudDualStackNodeIPs to GA
2024-02-05 23:25:55 -08:00
Kubernetes Prow Robot
244fbf94fd
Merge pull request #122698 from daniel-hutao/feat-1
...
Code Cleanup: Redundant String Conversions and Spelling/Grammar Corrections
2024-02-05 16:57:07 -08:00
Kubernetes Prow Robot
77775d4546
Merge pull request #123052 from jsafrane/clean-file-subpath
...
Fix cleanup of file subpaths
2024-02-05 11:42:58 -08:00
Kubernetes Prow Robot
980033ee81
Merge pull request #122999 from marosset/fix-windows-stats-cpu-nano-seconds-usage
...
fixing issue with GetCPUUsageNanoCores on Windows
2024-02-05 11:42:47 -08:00
Kubernetes Prow Robot
8c6e940a97
Merge pull request #123098 from munnerz/4193-jti-audit-changes
...
use authentication.kubernetes.io/issued-credential-id audit annotation in serviceaccount token registry endpoint
2024-02-05 08:45:43 -08:00
Kubernetes Prow Robot
ce28021839
Merge pull request #121923 from saschagrunert/resources-windows
...
Enable pod container resources tests on Windows
2024-02-05 08:45:08 -08:00
Kubernetes Prow Robot
1fc510a969
Merge pull request #120688 from skitt/copy-instead-of-for-loop
...
Use copy() instead of a for loop
2024-02-05 08:44:40 -08:00
Kubernetes Prow Robot
06cecaec52
Merge pull request #122819 from yanggangtony/clean-kubelet-server-codes
...
Clean unused code in kubelet server.
2024-02-05 07:21:36 -08:00
Dan Winship
eba4fd82eb
KEP-3705 CloudDualStackNodeIPs to GA
2024-02-05 10:17:03 -05:00
James Munnelly
7f12735fff
use authentication.kubernetes.io/issued-credential-id audit annotation in serviceaccount token registry endpoint
2024-02-05 10:24:31 +00:00
Toru Komatsu
3a4c35cc89
Comment on QHint for CSILimit when CSINodes are added ( #122758 )
...
Signed-off-by: utam0k <k0ma@utam0k.jp >
2024-02-02 22:16:20 -08:00
Kubernetes Prow Robot
42941cb88a
Merge pull request #122635 from carlory/KEP-2799
...
Promote LegacyServiceAccountTokenCleanUp to GA
2024-02-02 12:47:23 -08:00
Kubernetes Prow Robot
2c5105e7b8
Merge pull request #123032 from carlory/fix-122960
...
fix GenerateUnmapVolumeFunc missing globalUnmapPath
2024-02-02 05:39:03 -08:00
Kubernetes Prow Robot
278ea691e0
Merge pull request #122946 from NoicFank/enhance-sheduler-waiting-pods
...
enhancement(scheduler): share waitingPods among profiles
2024-02-02 02:11:32 -08:00
NoicFank
227c1915db
enhancement(scheduler): share waitingPods among profiles
2024-02-01 10:06:23 +08:00
Hemant Kumar
d190fa3e7d
Fix race condition between external-resizer and kubelet
...
This fixes the race condition that could happen because
resize controller just finished volume expansiona and has only
finished marking PV and yet to mark PVC.
The workaround proposed here should not be necessary once
RecoverVolumeExpansionFailure goes GA/beta.
2024-01-31 12:23:56 -05:00
Jan Safranek
593654eaa3
Fix cleanup of file subpaths
...
Allow kubelet orphan cleanup to delete both files and empty directories as
subpath mount points.
A pod does not need to use a directory as a subpath, it can use a file
(unix domain socket, pipe, ...) too. Therefore the cleanup should use
`os.Remove` that deletes both files and empty directories.
2024-01-31 15:13:03 +01:00
Kubernetes Prow Robot
46c9bd1267
Merge pull request #123039 from tallclair/configutil
...
Clean up single use pkg/util/config
2024-01-30 18:03:54 -08:00
Kubernetes Prow Robot
7080b51ee9
Merge pull request #123038 from alculquicondor/sched_metric
...
Fix deprecated version for pod_scheduling_duration_seconds
2024-01-30 16:49:30 -08:00
Aldo Culquicondor
b8c19dd1d2
Fix deprecated version for pod_scheduling_duration_seconds
...
Change-Id: Ia0ad9381057a4a1a4a4490861a0d7c1a7ba800cb
2024-01-30 23:41:49 +00:00
Kubernetes Prow Robot
c5de44f9a4
Merge pull request #121978 from carlory/fix-101332
...
Remove deprecated comment about cleanup the target_path of CSI volumes
2024-01-30 15:27:59 -08:00
Tim Allclair
77f03c1744
Don't export single-use types
2024-01-30 12:02:23 -08:00
Tim Allclair
01155f59c3
Merge pkg/util/config into pkg/kubelet/config
2024-01-30 11:57:35 -08:00
Tim Allclair
049261aca1
Delete unused config utilities
2024-01-30 11:46:18 -08:00
Kubernetes Prow Robot
fedb5842e5
Merge pull request #122807 from carlory/fix-121472
...
Fix AtomicWriter may not create user visible files after kubelet was restarted
2024-01-30 04:19:26 -08:00
carlory
e198938671
Remove deprecated comment about cleanup the target_path of CSI volumes
2024-01-30 18:47:59 +08:00
carlory
77fed9d2b7
fix GenerateUnmapVolumeFunc missing globalUnmapPath when kubelet tries to clean up all volumes that failed reconstruction.
2024-01-30 17:29:54 +08:00
xigang
f589b911f8
node_controller: improve taint eviction queue add worker time args
...
Signed-off-by: xigang <wangxigang2014@gmail.com >
2024-01-30 10:18:59 +08:00
Kubernetes Prow Robot
7f5cd1961c
Merge pull request #122961 from alexanderConstantinescu/kep-3458-stable
...
KEP 3458 - promote to stable
2024-01-29 15:19:08 -08:00
Kubernetes Prow Robot
0209c546fd
Merge pull request #121824 from carlory/clean-112
...
adc remove stale comments
2024-01-29 14:13:17 -08:00
Kubernetes Prow Robot
c55848a724
Merge pull request #122958 from cyclinder/mark_kubeproxy_drainingTerminatingNodes_beta
...
kep-3836: promote to beta in 1.30
2024-01-29 10:26:34 -08:00
Kubernetes Prow Robot
56ee53faf5
Merge pull request #110601 from claudiubelu/path-filepath-update
...
Replaces path.Operation with filepath.Operation
2024-01-29 06:49:26 -08:00
Kubernetes Prow Robot
bb3030bf0e
Merge pull request #121995 from carlory/fix-getDeviceNameFromMount
...
fix incorrect getDeviceNameFromMount comment
2024-01-29 05:40:53 -08:00
Kubernetes Prow Robot
9e34bac02a
Merge pull request #119395 from carlory/patch-expand-001
...
getPersistentVolume remove reduant deep copy
2024-01-29 05:40:40 -08:00
Kubernetes Prow Robot
eb0fcf9e21
Merge pull request #123007 from sanposhiho/correct-doc
...
fix(scheduler/metrics) correct the documentation on `plugin_evaluation_total`
2024-01-28 20:36:01 -08:00
Kubernetes Prow Robot
27ad20db35
Merge pull request #123005 from danwinship/minor-proxy-cleanup
...
Minor proxy cleanup
2024-01-28 08:44:38 -08:00
Dan Winship
da05076868
Reorganize a bit of winkernel proxier setup
...
Rather than doing winkernel-specific parsing of generic config data in
cmd/kube-proxy, do it in pkg/proxy/winkernel.
2024-01-28 09:30:51 -05:00
Dan Winship
33bd5fb3c4
Remove unused param to winkernel proxier
...
The winkernel code was originally based on the iptables code but never
made use of some parts of it. (e.g., it logs a warning if you didn't
set `--cluster-cidr`, even though it doesn't actually use
`--cluster-cidr` if you do set it.)
2024-01-28 09:30:51 -05:00
Kensei Nakada
a62579a5eb
fix(scheduler/metrics) correct the documentation on plugin_evaluation_total
2024-01-28 02:59:17 +00:00
Kubernetes Prow Robot
c606448922
Merge pull request #122996 from Huang-Wei/cleanup-dra-postfilter
...
DRA: always returns Unschedulable in PostFilter
2024-01-27 08:19:44 -08:00
Kubernetes Prow Robot
7abf6770fd
Merge pull request #122147 from pohly/kubelet-context-support
...
kubelet: enhance context support
2024-01-27 05:16:17 -08:00
Daniel Hu
1baf7d4586
Corrected some spelling and grammatical errors
...
Signed-off-by: Daniel Hu <farmer.hutao@outlook.com >
2024-01-27 10:10:25 +08:00