Commit Graph

125996 Commits

Author SHA1 Message Date
Tim Allclair
d1f1bf200c Add more comments 2024-10-24 15:51:19 -07:00
Tim Allclair
321eff34f7 Rework allocated resources handling 2024-10-24 09:27:40 -07:00
Tim Allclair
53aa727708 Checkpoint allocated requests and limits 2024-10-22 11:26:48 -07:00
Kubernetes Prow Robot
ee9e2294ff
Merge pull request #128223 from sanposhiho/bug-check-scale-down
fix: check correctly if the event is scale down
2024-10-22 18:45:03 +01:00
Kubernetes Prow Robot
8013bc1c25
Merge pull request #126249 from xigang/node_status
kubelet: remove useless comment code for node status
2024-10-22 18:44:53 +01:00
Kubernetes Prow Robot
d891934352
Merge pull request #128248 from torredil/fix-e2e-cos-gce-serial-canary
Update context in cleanup func for e2e test
2024-10-22 12:54:51 +01:00
torredil
501ec35a5f
Update context in cleanup func for e2e test
Signed-off-by: torredil <torredil@amazon.com>
2024-10-22 10:37:08 +00:00
Kubernetes Prow Robot
9d967ff973
Merge pull request #128108 from HarshalNeelkamal/patch-1
Update README.md
2024-10-22 03:06:51 +01:00
Kensei Nakada
089457e908 fix: check correctly if the event is scale down
Signed-off-by: Kensei Nakada <handbomusic@gmail.com>
2024-10-22 10:01:20 +09:00
Kubernetes Prow Robot
3f27f97046
Merge pull request #128179 from carlory/fix-128121
cloud service controller stops reporting events in the informer's event handlers
2024-10-22 01:40:50 +01:00
Kubernetes Prow Robot
81ce66f059
Merge pull request #127420 from runzhliu/patch-3
improve the logging format
2024-10-21 21:14:58 +01:00
Kubernetes Prow Robot
53ab13397d
Merge pull request #124285 from kiashok/affinityCPU-windows
CRI: Add field to support CPU affinity on Windows
2024-10-21 21:14:51 +01:00
Kubernetes Prow Robot
5f3316fe23
Merge pull request #128119 from saschagrunert/api-validation-err
Clarify API validation error for toleration if `operator` is `Exists` and `value` is not empty
2024-10-21 19:44:59 +01:00
Kubernetes Prow Robot
8d373066bb
Merge pull request #127790 from torredil/fix-e2e-retroactive-sc-12513
Fix Storage e2e test `should assign default SC to PVCs that have no SC set`
2024-10-21 19:44:51 +01:00
Harshal Neelkamal
761710cab8 Update README.md
replace `./hack/update-go-workspace.sh ` with `./hack/update-vendor.sh` as `./hack/update-go-workspace.sh ` no longer exists.
2024-10-21 17:28:43 +00:00
carlory
c8723ea7b6 The controller defined in the k8s.io/cloud-provider/service didn't report any events in the service informer's event handler when a service is updated. It fixed the issue where a cloud-provider custom cloud-controller-manager may panic when a service is updated because the event recorder was used before it was initialized. All cloud provider should update the k8s.io/cloud-provider to the latest patched version to fix this issue if the version of the k8s.io/cloud-provider is greater than or equal to v1.31.0. 2024-10-22 00:41:32 +08:00
Kubernetes Prow Robot
28a1322746
Merge pull request #128220 from cpanato/update-zeitgeist
update zeitgeist to v0.5.4
2024-10-21 17:38:58 +01:00
杨朱 · Kiki
442183a929
Fix crash on kube manager's service-lb-controller after v1.31.0. (#128182)
* Fix crash on kube manager's service-lb-controller after v1.31.0.

* Update cmd/kube-controller-manager/app/controllermanager_test.go

Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>

---------

Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2024-10-21 17:38:52 +01:00
Kubernetes Prow Robot
f1e447b9d3
Merge pull request #126897 from HirazawaUi/promote-env-to-beta
KEP-4369: promote RelaxedEnvironmentVariableValidation feature gate to beta
2024-10-21 15:26:41 +01:00
Kubernetes Prow Robot
b5b67954ad
Merge pull request #128218 from haitch/haitao/publishrule_go122p8
Update publishing-bot rules to Go 1.22.8
2024-10-21 14:21:13 +01:00
Kubernetes Prow Robot
e19657a9e3
Merge pull request #128192 from HarshalNeelkamal/patch-2
Fix issue template link in staging README
2024-10-21 14:21:06 +01:00
Kubernetes Prow Robot
d99ee9293c
Merge pull request #128216 from pacoxu/revert-127930-kube-proxy-refactor-healthz-metrics-address
Revert "re: kube-proxy: internal config: refactor HealthzAddress and MetricsAddress "
2024-10-21 10:15:05 +01:00
cpanato
bf8ec657c7
update zeitgeist to v0.5.4
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-10-21 09:57:12 +02:00
Haitao Chen
52e0913624 Update publishing-bot rules to Go 1.22.8 2024-10-21 00:03:03 -07:00
Paco Xu
0e10a3a28c
Revert "re: kube-proxy: internal config: refactor HealthzAddress and MetricsAddress " 2024-10-21 11:36:59 +08:00
Kirtana Ashok
f67208058c Add cri fields for windows cpu affinity
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
2024-10-20 07:13:32 -07:00
Kubernetes Prow Robot
e39571591d
Merge pull request #127478 from googs1025/scheduler/fine-grained
feature(scheduler): more fine-grained QHints for podtopologyspread plugin
2024-10-20 13:29:03 +01:00
Kubernetes Prow Robot
4f796c02f7
Merge pull request #128199 from kannon92/clean-up-swap-local-up-cluster
update local up cluster with latest swap changes
2024-10-19 16:49:03 +01:00
googs1025
1edbd0b54f feature(scheduler): more fine-grained QHints for podtopologyspread plugin 2024-10-19 23:45:13 +08:00
Kevin Hannon
2ab0d5b371 update local up cluster with latest swap changes 2024-10-19 10:46:13 -04:00
Kubernetes Prow Robot
ec16c90aaf
Merge pull request #126593 from stlaz/trustbundles-e2e
KEP-3257: e2e: extend cluster trust bundles coverage
2024-10-19 00:51:03 +01:00
Harshal Neelkamal
6e35b1f740
Update README.md
update hyper-link for 'create issue' to point to the right template.
2024-10-18 14:44:59 -07:00
Kubernetes Prow Robot
79cca2786e
Merge pull request #128172 from liggitt/3221-ga
KEP-3221: Promote StructuredAuthorizationConfiguration to GA
2024-10-18 20:21:09 +01:00
Kubernetes Prow Robot
bc893fc7b1
Merge pull request #128134 from siyuanfoundation/script
add instructions into verify-featuregates script.
2024-10-18 20:21:03 +01:00
Kubernetes Prow Robot
e8b59afec6
Merge pull request #128180 from pacoxu/node-validation
e2e_node: print system validation warnings
2024-10-18 19:09:10 +01:00
Kubernetes Prow Robot
7429566b07
Merge pull request #127918 from saschagrunert/backoff-status
Use image pull error in `message` during back-off
2024-10-18 19:09:03 +01:00
Siyuan Zhang
a2bf91e9cf add instructions into verify-featuregates script.
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2024-10-18 09:53:27 -07:00
Kubernetes Release Robot
b0d0a1557d CHANGELOG: Update directory for v1.32.0-alpha.2 release 2024-10-18 16:40:13 +00:00
Kubernetes Prow Robot
7adcad3138
Merge pull request #128169 from liggitt/4193-ga
KEP-4193: Promote ServiceAccountTokenJTI, ServiceAccountTokenPodNodeInfo, ServiceAccountTokenNodeBindingValidation to stable
2024-10-18 17:39:11 +01:00
Kubernetes Prow Robot
d7bd728403
Merge pull request #128168 from liggitt/4601-beta
KEP-4601: AuthorizeNodeWithSelectors / AuthorizeWithSelectors to beta
2024-10-18 17:39:03 +01:00
HirazawaUi
98e3cb4c56 promote feature gate to beta 2024-10-18 23:08:28 +08:00
Kubernetes Prow Robot
0daa75b972
Merge pull request #127797 from sanposhiho/cleanup-event-list
cleanup: remove event list
2024-10-18 15:31:04 +01:00
Kubernetes Prow Robot
de7e1e7b28
Merge pull request #128181 from SataQiu/clean-20241018
kubeadm: using options.Force constant instead of 'force' string
2024-10-18 12:19:04 +01:00
Stanislav Láznička
3ec3736d66
e2e: extend cluster trust bundles coverage 2024-10-18 12:30:13 +02:00
SataQiu
a0f8c51a75 kubeadm: using options.Force constant instead of 'force' string 2024-10-18 18:12:14 +08:00
Paco Xu
6877a2bfb8 e2e_node: print system validation warnings 2024-10-18 17:31:39 +08:00
Kubernetes Prow Robot
85ff7e75a2
Merge pull request #128143 from AnishShah/pod-resize-refactor
[FG:InPlacePodVerticalScaling]  Refactor in-place pod resize e2e tests
2024-10-18 08:11:04 +01:00
Sascha Grunert
0fc4b740f8
Use image pull error in message during back-off
The container status waiting reason toggles between `ImagePullBackOff`
and the actual pull error, resulting in a bad user experience for
consumers like kubectl. For example, the output of
`kubectl get pods` does return either:

```
NAME   READY   STATUS                      RESTARTS   AGE
pod    0/1     SignatureValidationFailed   0          10s
```

or

```
NAME   READY   STATUS             RESTARTS   AGE
pod    0/1     ImagePullBackOff   0          18s
```

depending in which state the image pull is. We now improve that behavior
by preserving the actual error in the `message` of the `waiting` state
from the pull during back-off:

```json
{
  "waiting": {
    "message": "Back-off pulling image \"quay.io/crio/unsigned:latest\": SignatureValidationFailed: image pull failed for quay.io/crio/unsigned:latest because the signature validation failed: Source
 image rejected: A signature was required, but no signature exists",
    "reason": "ImagePullBackOff"
  }
}
```

While the `SignatureValidationFailed` value inherits from the previous
known state:

```json
{
  "waiting": {
    "message": "image pull failed for quay.io/crio/unsigned:latest because the signature validation failed: Source image rejected: A signature was required, but no signature exists",
    "reason": "SignatureValidationFailed"
  }
}
```

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-10-18 08:47:37 +02:00
Kubernetes Prow Robot
98e5a701cb
Merge pull request #128175 from pacoxu/revert-128149-1.32-update-system-validators-to-v1.9.0
Revert "vendor: update system-validators to v1.9.0"
2024-10-18 06:55:04 +01:00
Kubernetes Prow Robot
a8fc7ae761
Merge pull request #128165 from liggitt/prune-self-require
Drop self-referencing replace directives
2024-10-18 03:53:11 +01:00