Kubernetes Prow Robot
f3a070f9c6
Merge pull request #116469 from RomanBednar/pv-phase-transition-time
...
PersistentVolume last phase transition time
2023-07-21 16:10:07 -07:00
Kubernetes Prow Robot
5f380d5be2
Merge pull request #119510 from jpbetz/fix-mutation
...
Fix XValidations deepcopy to copy contents of nested pointers
2023-07-21 13:06:08 -07:00
Roman Bednar
294f5c9a42
make update
2023-07-21 21:39:24 +02:00
Roman Bednar
ae185e9118
e2e: test LastPhaseTransitionTime field when binding PV
2023-07-21 21:39:23 +02:00
Roman Bednar
a9c3444a47
test: add coverage for pv status update and create strategy
2023-07-21 21:39:16 +02:00
Roman Bednar
aa65bab426
implement pv last phase transition time
2023-07-21 20:42:25 +02:00
Kubernetes Prow Robot
5e8dfe5d8b
Merge pull request #119453 from cici37/addTest
...
Refactor jsonpath parser and add tests
2023-07-21 11:34:07 -07:00
Joe Betz
c97eb2b5cb
Fix XValidations deepcopy to copy contents of nested pointers
2023-07-21 13:55:23 -04:00
Kubernetes Release Robot
76eefd3a01
CHANGELOG: Update directory for v1.28.0-beta.0 release
2023-07-21 16:37:51 +00:00
Kubernetes Prow Robot
a30f6b7922
Merge pull request #119506 from mimowo/fix-job-controller-flaky-test
...
Fix the flaky TestJobApiBackoffReset test
2023-07-21 09:30:07 -07:00
Roman Bednar
1b4de065df
add LastPhaseTransitionTime field to PersistentVolume
2023-07-21 17:19:11 +02:00
Roman Bednar
5310dd7ff5
add PersistentVolumeLastPhaseTransitionTime feature gate
2023-07-21 17:19:11 +02:00
Roman Bednar
a31fee98f0
rename function for dropping disabled fields
...
The function should indicate it is specific for dropping spec fields.
2023-07-21 17:19:11 +02:00
Kubernetes Prow Robot
4e8908d566
Merge pull request #117015 from kannon92/job-fix-replacement-after-deletion
...
Job: create replacement pods only after terminated
2023-07-21 06:46:09 -07:00
Michal Wozniak
dbea279112
Fix the flaky TestJobApiBackoffReset test
2023-07-21 14:45:04 +02:00
Kubernetes Prow Robot
f5130e4387
Merge pull request #119484 from logicalhan/update-docs
...
update documented metrics
2023-07-21 04:32:06 -07:00
Kubernetes Prow Robot
4457f85eb3
Merge pull request #119473 from gjkim42/fix-e2e-node-to-use-pod-restartpolicy-correctly
...
node_e2e: Fix `createStaticSystemNodeCriticalPod`'s invalid spec
2023-07-20 18:28:07 -07:00
kannon92
74fcf3e766
implementation of PodReplacementPolicy kep in the job controller
2023-07-21 00:44:53 +00:00
Han Kang
cb6d7fbe66
update documented metrics
2023-07-20 16:05:38 -07:00
Cici Huang
f50e74206e
Address comment
2023-07-20 21:36:44 +00:00
Cici Huang
c46ffc2b42
Refactor jsonpath parser and add tests.
...
Co-authored-by: Joe Betz <jpbetz@google.com>
2023-07-20 20:40:11 +00:00
Kubernetes Prow Robot
5766947ab8
Merge pull request #119437 from serathius/etcd-semantics
...
Fix the semantic meaning of etcd server within component statuses and metrics.
2023-07-20 13:18:22 -07:00
Kubernetes Prow Robot
8a053c700a
Merge pull request #119215 from alexzielenski/apiserver/policy/namespaceParamRef-alpha
...
KEP-3488: Per namespace policy params
2023-07-20 13:18:10 -07:00
Kubernetes Prow Robot
4b6c340c13
Merge pull request #119422 from saschagrunert/conformance-debian-base
...
Use debian-base instead of distroless for conformance image
2023-07-20 11:18:10 -07:00
Alexander Zielenski
b5e9e0168c
feature: add multiple params capability to VAP controller
2023-07-20 09:30:10 -07:00
Alexander Zielenski
3f63a2d17d
refactor: make scope of ParamKind available to vap controller
2023-07-20 09:30:10 -07:00
Alexander Zielenski
6323c106e9
refactor: use the provided sharedInformerFactory for params
2023-07-20 09:30:10 -07:00
Alexander Zielenski
9a595209bd
update-codegen
2023-07-20 09:30:10 -07:00
Alexander Zielenski
c8dbf4712c
add namespaceParamRef to v1alpha1 and internal
...
add required field to validation test
test multiple combinartions of paramRefs in binding tests
add validation test cases for new ParamRef fields
2023-07-20 09:30:09 -07:00
Kubernetes Prow Robot
f9744df78b
Merge pull request #119412 from marosset/mark-node-log-query-tests-linux-only
...
Mark existing NodeLogQuery e2e tests as [LinuxOnly] since they do not run on Windows
2023-07-20 09:12:09 -07:00
Kubernetes Prow Robot
f61a0e4107
Merge pull request #119444 from AxeZhan/scheduler_score
...
revert "refactor: simplify RunScorePlugins for readability + performance"
2023-07-20 08:12:09 -07:00
Marek Siarkowicz
03aad1f823
Fix the semantic meaning of etcd server within component statuses and metrics.
...
Instead of numerating all the etcd endpoints known by apiserver, we will
group them by purpose. `etcd-0` will be the default etcd, `etcd-1` will
be the first resource override, `etcd-2` will be the second override and
so on.
2023-07-20 15:08:41 +02:00
Gunju Kim
e0a6eb93a1
node_e2e: Fix createStaticSystemNodeCriticalPod's invalid spec
...
This fixes `createStaticSystemNodeCriticalPod` to set pod's
restartPolicy instead of container's restartPolicy.
2023-07-20 20:18:05 +09:00
AxeZhan
2863b3d1ab
Revert "refactor: simplify RunScorePlugins for readability + performance"
...
This reverts commit a7eb7ed5c6
.
2023-07-20 10:50:32 +08:00
Kubernetes Prow Robot
fa88c0b779
Merge pull request #119421 from iholder101/swap/adapt-resource-metric-test
...
Add `pod_swap_usage_bytes` as an expected metric in resource metric e2e test
2023-07-19 19:20:04 -07:00
Kubernetes Prow Robot
c7f79bc268
Merge pull request #119434 from mimowo/include-ignored-failures-in-backoff
...
Include ignored pods when computing backoff delay for Job pod failures
2023-07-19 15:40:15 -07:00
Kubernetes Prow Robot
9892b53704
Merge pull request #119301 from kannon92/pod-replacement-policy-job-api-only
...
add podReplacementPolicy and terminating field to job api
2023-07-19 15:40:04 -07:00
Kubernetes Release Robot
3685e5e5a9
CHANGELOG: Update directory for v1.24.16 release
2023-07-19 21:06:24 +00:00
Kubernetes Release Robot
51bfe417b8
CHANGELOG: Update directory for v1.25.12 release
2023-07-19 20:24:37 +00:00
Kubernetes Release Robot
c575a1e31a
CHANGELOG: Update directory for v1.26.7 release
2023-07-19 19:39:12 +00:00
Kubernetes Release Robot
ba01bfcdc6
CHANGELOG: Update directory for v1.27.4 release
2023-07-19 18:47:39 +00:00
kannon92
ce92952037
add podReplacementPolicy and terminating field to job api
2023-07-19 16:34:38 +00:00
Michal Wozniak
35d0af9243
Include ignored pods when computing backoff delay for Job pod failures
2023-07-19 17:39:58 +02:00
Kubernetes Prow Robot
dde22b3a5e
Merge pull request #119340 from alexzielenski/apiserver/apiextensions/use-statusSchema
...
apiextensions: validate status updates with status schema
2023-07-19 06:30:05 -07:00
Itamar Holder
ee82654e39
Add pod_swap_usage_bytes as an expected metric in e2e test
...
Use haveKeys() matcher from previous commit to ensure
required keys exist.
Signed-off-by: Itamar Holder <iholder@redhat.com>
2023-07-19 14:44:05 +03:00
Itamar Holder
81abfca407
Add a haveKeys() helper function to match multiple keys
...
Signed-off-by: Itamar Holder <iholder@redhat.com>
2023-07-19 14:44:04 +03:00
Sascha Grunert
1000ed64e0
Use debian-base instead of distroless for conformance image
...
The `diff` binary (required by the `kubectl diff` e2e test) gets
statically or dynamically linked based on the used glibc version. We
cannot really predict that behavior for the various platforms of
debian-base and therefore cannot copy the binary around. This means that
distroless is not a great choice for the conformance image unless we
stop relying on `diff`.
This means we now switch back to `debian-base` for the conformance image
to simplify the build process and reduce the amount of moving parts.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2023-07-19 10:14:37 +02:00
Kubernetes Prow Robot
90c362b343
Merge pull request #119166 from nilekhc/log-decryption-failure
...
feat: improves metric and logging
2023-07-18 22:54:22 -07:00
Kubernetes Prow Robot
853e3bd027
Merge pull request #118212 from Jefftree/updated-lazy-aggregator-v2
...
Fix making OpenAPI V2 aggregator lazy
2023-07-18 22:54:15 -07:00
Cici Huang
d6e525877b
[KEP-2876]Add reason and fieldPath into CRD validation rules ( #118041 )
...
* Add reason and fieldPath in CRD validation rules.
* Auto updates
* Simplify field path append
---------
Co-authored-by: Joe Betz <jpbetz@google.com>
2023-07-18 22:54:03 -07:00