Kubernetes Prow Robot
6bc2f2ec22
Merge pull request #118729 from danwinship/endpoint-naming
...
Fix endpoint-related names to use consistent singular/plural
2023-10-12 05:13:38 +02:00
Kubernetes Prow Robot
f9d987c7c8
Merge pull request #121106 from aojea/ipaddress_uid
...
Remove Ipaddress uid
2023-10-12 03:26:45 +02:00
Kubernetes Prow Robot
b47aa1c20e
Merge pull request #120808 from aroradaman/proxy-conntrack-udp-timeouts
...
Adding option to configure UDP timeouts for conntrack
2023-10-12 01:59:55 +02:00
Kubernetes Prow Robot
9cf1910b38
Merge pull request #121116 from alexanderConstantinescu/reintroduce-ready-predicate-foretp-local
...
KCCM: fix GCP ILB by reintroducing readiness predicate for eTP:Local
2023-10-12 00:51:19 +02:00
Kubernetes Prow Robot
5027809be8
Merge pull request #119479 from HirazawaUi/implement-secrets-empty-value-test
...
implement secret empty string value integration test
2023-10-12 00:51:13 +02:00
Alexander Zielenski
0149c1f8b3
test: few more correlatedobject test cases
2023-10-11 15:45:48 -07:00
Alexander Zielenski
ba9347230e
test: add correlatedobject test cases
2023-10-11 15:27:26 -07:00
Daman Arora
15ae6cc160
pkg/proxy: add flag to configure udp conntrack timeouts
...
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2023-10-12 03:08:21 +05:30
Alexander Zielenski
c08a9321ee
cleanup: add header and fix spelling
2023-10-11 14:31:23 -07:00
Alexander Zielenski
27cb869e55
refactor: move correlatedObject to its own file
...
no changes except package naming
2023-10-11 14:31:23 -07:00
Alexander Zielenski
b321e8bf0d
refactor: make CachedDeepEqual independent of validation
...
before it required running validation first, now it builds the tree as needed
2023-10-11 14:30:22 -07:00
Kubernetes Prow Robot
07029999f9
Merge pull request #120666 from b8kings0ga/feature/fix-comment-correction
...
AttachDetachControllerConfiguration.ReconcilerSyncLoopPeriod default value comment fix
2023-10-11 22:51:49 +02:00
Dejan Zele Pejchev
921c0d0180
cleanup: add defaulting for job manual selector ( #120206 )
...
* cleanup: add defaulting for job manual selector
* cleanup: add assert in job defaults test for manual selector
* cleanup: fix failing job storage test
* cleanup: fix batch fuzzer to handle manual selector default
* cleanup: fix lint issue on checking bool condition in job strategy
* cleanup: remove TODO in generateSelectors in job strategy Validate; inline job manual selector assignment in fuzzer
2023-10-11 22:51:40 +02:00
Kubernetes Release Robot
c83e73ba57
CHANGELOG: Update directory for v1.29.0-alpha.2 release
2023-10-11 19:16:59 +00:00
Kubernetes Prow Robot
0318c61c43
Merge pull request #121130 from sanposhiho/patch-7
...
Fix: update KEP which the QueueingHint's feature gate refers to
2023-10-11 20:29:43 +02:00
Kubernetes Prow Robot
dc1cde6e02
Merge pull request #121044 from charles-chenzz/e2e_pod_readytostart_false
...
[KEP-3085]: check PodReadyToStartContainers condition after gracefulshutdown
2023-10-11 20:29:32 +02:00
Siyuan Zhang
baac8bb573
k8s.io/apiserver/storage: add some ResourceVersion validation in GetList unit tests
...
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2023-10-11 10:46:30 -07:00
Siyuan Zhang
ebca5d438d
k8s.io/apiserver/storage/etcd: refactor getCurrentState.
...
Extract getCurrentState as a separate method that can be reused.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2023-10-11 09:56:07 -07:00
Kubernetes Prow Robot
338c3a0fc7
Merge pull request #121149 from cpanato/update-go-1213
...
[go] Bump images, dependencies and versions to go 1.21.3
2023-10-11 18:21:58 +02:00
Jefftree
555c1b8091
bump kube-openapi
2023-10-11 11:12:47 -04:00
Jefftree
83760ae56c
update openapi with required requestBody
2023-10-11 11:11:51 -04:00
cpanato
5eb7fea383
[go] Bump images, dependencies and versions to go 1.21.3
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-10-11 17:08:26 +02:00
Arda Güçlü
a504aed54d
Add shortname ambiguity warning in shortcut expander ( #117668 )
...
* Add warning handler callback function in shortcut expander
Currently, errors in client-go are propagated back to the callers via
function returns. However, there is no elegant way for just warning users.
For example, when user wants to get a resource with it's short name format
and if there are multiple resources belonging to this short name, we need to
warn user about this ambugity which one is picked and which ones are discarded.
Not only to overcome this particular case mentioned above, but also propose a
way for the possible warnings in the future, this commit adds a warningHandler
callback function in shortcutExpander.
* Add warningPrinter functionality in ConfigFlags
ConfigFlags has neither warning user in a standardized
format functionality nor passing warning callback functions to other upper level
libraries such as client-go.
This commit adds an ability that user can set warningPrinters
according to their IOStreams and this warningPrinters will be used
to raise possible warnings happening not only in cli-runtime but
also in client-go.
* Pass warning callback function in ConfigFlags to shortcutExpander
This commit passes warning callback function to print possible
warnings happened in shortcut expander to warn user in a
standardized format.
* Add integration test for CRDs having ambiguous short names
This commit adds integration test to assure that warning message
related to this ambiguity is printed when resources are being retrieved via their short name
representations in cases where multiple resources have same
short names.
This integration test also ensures that the logic behind which resource
will be selected hasn't been changed which may cause disperancies in
clusters.
* Remove defaultConfigFlag global variable
* Move default config flags initialization into function
* Skip warning for versions of same group/resource
* Run update-vendor
* Warn only once when there are multiple versions registered for ambiguous resource
* Apply gocritic review
* Add multi-resource multi-version ambiguity unit test
2023-10-11 17:04:11 +02:00
Aleksandra Malinowska
7989400bef
Fix concurrent write when filling PVC labels
2023-10-11 15:07:55 +02:00
Aleksandra Malinowska
54714686bc
Modify test PVC to detect concurrent map write bug
2023-10-11 15:07:50 +02:00
Kevin Hannon
d7ee6b9d1b
fix possible panic if pod replacement policy is turned on and jobs do not set pod replacement policy
2023-10-11 08:37:50 -04:00
Kubernetes Prow Robot
86a0b1c57a
Merge pull request #119791 from aroradaman/fix/ipvs-source-ranges
...
Hardening LB SourceRanges filtering for IPVS proxier
2023-10-11 11:46:11 +02:00
carlory
2c1836bc24
remove deprecated framework.ExpectEqual
2023-10-11 12:43:10 +08:00
Kubernetes Prow Robot
eafebcc9e3
Merge pull request #121111 from dashpole/update_otel_deps
...
Update OpenTelemetry Dependencies
2023-10-11 05:55:02 +02:00
Kensei Nakada
990a46f9bd
Update QueueingHInt's KEP
2023-10-11 11:54:10 +09:00
Kubernetes Prow Robot
12458285b9
Merge pull request #120788 from chendave/componentCfg
...
kubeadm: Remove the support of configurable component configs
2023-10-11 04:42:53 +02:00
Kubernetes Prow Robot
88f962c95a
Merge pull request #120147 from msau42/mount-logs
...
Move mount warnings to info logs for normal expected paths
2023-10-11 04:42:40 +02:00
cyclinder
b42b3f740a
Pod Security admission allows net.ipv4.tcp_keepalive_time in v1.29+
2023-10-11 10:24:19 +08:00
cyclinder
0167a9f833
mark net.ipv4.tcp_keepalive_time as a safe sysctl
2023-10-11 10:24:19 +08:00
RuquanZhao
babac47c6f
fix DevicePluginProbe node-e2e: pod and kubelet restarts
...
The kubelet restarts working pods with an exponential back-off delay,
with a maximum cap of 5 minutes. The waiting 1 minutes may happen to be
in back-off time.
Signed-off-by: Ruquan Zhao <ruquan.zhao@arm.com>
2023-10-11 10:15:32 +08:00
Kubernetes Prow Robot
bdcb73d6b3
Merge pull request #120460 from tzneal/deflake-oom-tests-on-containerd
...
skip the reason check for OOM reason test if it will fail
2023-10-11 01:03:17 +02:00
Kubernetes Prow Robot
a0984c1636
Merge pull request #121110 from sttts/sttts-clientset
...
kube-apiserver: use only one client in apiserver controllers
2023-10-10 23:51:51 +02:00
Kubernetes Prow Robot
30f007c460
Merge pull request #121109 from cji/patch-1
...
Update SECURITY_CONTACTS
2023-10-10 23:51:44 +02:00
Alexander Zielenski
438c0daab7
add rest of accessors to common.Schema
...
needed for declarative validation, CRD ratcheting
2023-10-10 14:26:55 -07:00
Dr. Stefan Schimanski
0f989046d0
kube-apiserver: move cloud provider validation into options
...
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
2023-10-10 22:43:23 +02:00
kiashok
5de835d5d8
Add runtime handler field to ImageSpec
...
Will be used by changes for image pull per runtime class in KEP 4216
Signed-off-by: kiashok <kiashok@microsoft.com>
2023-10-10 12:33:27 -07:00
David Ashpole
80269d5d34
fix missing http.target trace attribute
2023-10-10 19:16:18 +00:00
John Howard
dc334b953d
dependencies: update otel-go dependencies
2023-10-10 19:16:07 +00:00
Kubernetes Prow Robot
7ee2af5cc5
Merge pull request #121117 from MadhavJivrajani/bump-x-net
...
[CVE-2023-39325] .: bump golang.org/x/net to v0.17.0
2023-10-10 20:59:46 +02:00
Alexander Zielenski
e76aad1813
refactor: use common.Schema in CorrelatedObject
...
for reuseability with CEL structural schema impl
2023-10-10 10:48:44 -07:00
Alexander Zielenski
83a1dbf885
refactor: export correlated fields
2023-10-10 10:48:43 -07:00
Alexander Zielenski
e73f3c8cdb
refactor: add methods for Key and Index on CorrelatedObject
...
going to be used from CEL validator too
2023-10-10 10:48:21 -07:00
Madhav Jivrajani
fc7c951d5a
.: bump golang.org/x/net to v0.17.0
...
Bumping golang.org/x/net in light of CVE-2023-39325 and CVE-2023-44487.
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
2023-10-10 23:07:19 +05:30
Alexander Constantinescu
2032b74254
KCCM: fix GCP ILB by reintroducing readiness predicate for eTP:Local
2023-10-10 19:09:44 +02:00
Alexander Zielenski
471e3ab828
refactor: factor out object correlation
...
so it is reusable by CEL validators
2023-10-10 10:07:33 -07:00