Rafael Fonseca
f98aa32c5a
tests: network: Prefer internal IPs first
...
Many clusters block direct requests from internal resources to the nodes
external IPs as best practice. All accesses from internal resources that
want to access resources running on nodes go through load balancers,
nodes being on private or public subnets. Let's prefer internal IPs
first, so the tests can work even when there are security group rules
present blocking requests to the external IPs.
We should not require ExternalIP for Conformance, but should keep
testing ExternalIPs in sig network.
Signed-off-by: Rafael Fonseca <r4f4rfs@gmail.com>
2022-11-14 17:56:46 +01:00
Kubernetes Prow Robot
e4d46148de
Merge pull request #113826 from jsafrane/add-openstack
...
Add CSI migration of OpenStack Cinder volumes
2022-11-11 11:00:07 -08:00
Kubernetes Prow Robot
e451cf5ffe
Merge pull request #113169 from soltysh/use_waitgroup
...
Use goroutine to speed up volume clenaups
2022-11-11 10:59:55 -08:00
Kubernetes Prow Robot
4b1b42624e
Merge pull request #113848 from atiratree/113036-fix-ds-dedup-histories
...
integration: fix race with the controller in TestDSCUpdatesPodLabelAfterDedupCurHistories
2022-11-11 09:18:09 -08:00
Kubernetes Prow Robot
af7cc0a60f
Merge pull request #113856 from alculquicondor/job-panic
...
Fix match onExitCodes when Pod is not terminated
2022-11-11 08:14:09 -08:00
Kubernetes Prow Robot
a1048c840d
Merge pull request #113827 from xmudrii/update-changelogs
...
Update changelogs with missing CVE-2022-3162, CVE-2022-3294, CVE-2021-25749
2022-11-11 07:10:09 -08:00
Aldo Culquicondor
bc5afaf580
Fix match onExitCodes when Pod is not terminated
...
Change-Id: Id1f9c46f8b6a12115577a1fadb12adc580c9ba6a
2022-11-11 10:05:11 -05:00
Kubernetes Prow Robot
cc704f9778
Merge pull request #113375 from atiratree/PodHealthyPolicy-api
...
api: add unhealthyPodEvictionPolicy for PDBs
2022-11-11 04:02:10 -08:00
Jan Safranek
6005c3b512
Remove OpenStack cloud provider
...
And keep OpenStack Cinder CSI translation
2022-11-11 12:04:55 +01:00
Filip Křepinský
1e078f1630
fix race with the controller in TestDSCUpdatesPodLabelAfterDedupCurHistories
2022-11-11 11:52:56 +01:00
Kubernetes Prow Robot
d7bff1c809
Merge pull request #111577 from brianpursley/troubleshoot-unit-test-flake
...
Add logging for reconciler unit test
2022-11-11 00:44:09 -08:00
Kubernetes Prow Robot
cf12a74b18
Merge pull request #113835 from zshihang/master
...
fix test flake in TestLegacyServiceAccountTokenTracking
2022-11-10 18:36:12 -08:00
Kubernetes Release Robot
520e2c84b3
CHANGELOG: Update directory for v1.26.0-beta.0 release
2022-11-11 00:15:57 +00:00
Filip Křepinský
2fbbc473b7
integration: add eviction tests for UnhealthyPodEvictionPolicy
2022-11-10 23:32:27 +01:00
Filip Křepinský
3e3912467a
generated
2022-11-10 23:32:27 +01:00
Filip Křepinský
a429797f2e
api: add UnhealthyPodEvictionPolicy for PDBs
2022-11-10 23:25:42 +01:00
Kubernetes Prow Robot
7785ad083b
Merge pull request #113812 from mimowo/handling-pod-failures-beta-enable-e2e-test
...
Add e2e test for job pod failure policy used to match pod disruption
2022-11-10 13:58:09 -08:00
Shihang Zhang
6784610beb
fix test flake in TestLegacyServiceAccountTokenTracking
2022-11-10 13:48:53 -08:00
Kubernetes Prow Robot
3649eeae9c
Merge pull request #113824 from logicalhan/more-docs
...
update documentation after code freeze
2022-11-10 11:33:26 -08:00
Kubernetes Prow Robot
763f68ef77
Merge pull request #113819 from soltysh/events_beta
...
Move events command to top level
2022-11-10 11:33:14 -08:00
Marko Mudrinić
ecfc7f189d
Add CVE-2021-25749 to CHANGELOG-1.23.md
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2022-11-10 19:43:53 +01:00
Marko Mudrinić
d34373cdbe
Add CVE-2022-3294 to CHANGELOG-1.22.md
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2022-11-10 19:41:59 +01:00
Marko Mudrinić
dcee13c924
Add CVE-2022-3294 to CHANGELOG-1.23.md
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2022-11-10 19:41:16 +01:00
Marko Mudrinić
04ad0d4b67
Add CVE-2022-3162 to CHANGELOG-1.24.md
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2022-11-10 19:40:38 +01:00
Marko Mudrinić
2432d6d1fd
Add CVE-2022-3162 to CHANGELOG-1.25.md
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2022-11-10 19:40:22 +01:00
Kubernetes Release Robot
3964214dc3
CHANGELOG: Update directory for v1.23.14 release
2022-11-10 17:30:13 +00:00
Kubernetes Release Robot
b01f1c7503
CHANGELOG: Update directory for v1.22.16 release
2022-11-10 17:29:04 +00:00
Kubernetes Release Robot
675c43eb60
CHANGELOG: Update directory for v1.24.8 release
2022-11-10 17:27:53 +00:00
Jan Safranek
5b284a50b7
Revert "Remove references to openstack and cinder"
...
This reverts commit 9bbf01bae9
.
2022-11-10 18:25:30 +01:00
Kubernetes Release Robot
43ff82d112
CHANGELOG: Update directory for v1.25.4 release
2022-11-10 16:50:55 +00:00
Han Kang
4c9d3a1c42
update documentation after code freeze
...
Change-Id: Ifdc6ec5ef8a0070f4f5cae74543671c4ceb01a4d
2022-11-10 08:45:43 -08:00
Kubernetes Prow Robot
d94261e904
Merge pull request #113186 from ttakahashi21/KEP-3294
...
Introduce APIs to support CrossNamespaceSourceProvisioning
2022-11-10 08:06:54 -08:00
Michal Wozniak
41285a7c91
Add e2e test for job pod failure policy used to match pod disruption
2022-11-10 15:50:02 +01:00
Maciej Szulik
50c7ebb5b4
Move events command to top level
2022-11-10 14:44:22 +01:00
Maciej Szulik
0253397fbd
Use goroutine to speed up volume clenaups
...
This removes WaitTimeoutForPodNoLongerRunningOrNotFoundInNamespace
introduced in f2b9479f8e
and changes
the test to use goroutines to speed up the cleanups.
2022-11-10 13:15:06 +01:00
Kubernetes Prow Robot
70e73a6cda
Merge pull request #113809 from jsafrane/add-selinux-feature
...
Add [Feature:SELinux] to all tests that require SELinux
2022-11-10 02:46:54 -08:00
Jan Safranek
ee12e3ff42
Add [Feature:SELinux] to all tests that require SELinux
...
Most CI jobs run an OS that does not support SELinux, therefore tests that
need it should be skipped by default.
* [Feature:SELinux] marks tests that need SELinux (for any feature)
* [Feature:SELinuxMountReadWriteOncePod] marks tests that need
SELinuxMountReadWriteOncePod alpha gate enabled.
Currently, all SELinux tests have both, but it will change in the future.
2022-11-10 10:18:11 +01:00
Kubernetes Prow Robot
77b027936a
Merge pull request #113803 from dashpole/revert-113693-apiserver_tracing_beta
...
Revert "Graduate API Server tracing to beta"
2022-11-09 23:36:53 -08:00
Kubernetes Prow Robot
72a25b1772
Merge pull request #113735 from cici37/renameDir
...
Rename cel admission package and the feature gate to validatingadmissionpolicy
2022-11-09 20:40:57 -08:00
Cici Huang
2973712486
Rename FG to ValidatingAdmissionPolicy
2022-11-10 03:37:35 +00:00
Cici Huang
e81820dd20
Update modules.txt
2022-11-10 03:37:35 +00:00
Cici Huang
40c21dafcd
Rename admission cel package to validatingadmissionpolicy
2022-11-10 03:37:30 +00:00
David Ashpole
e799fcdadd
Revert "Graduate API Server tracing to beta"
2022-11-09 22:37:28 -05:00
Kubernetes Prow Robot
98bd73cfe0
Merge pull request #113724 from kerthcet/cleanup/klog
...
Replace klog with benchmark log framework in scheduler_perf
2022-11-09 19:34:53 -08:00
Kubernetes Prow Robot
aeb8a8dfa4
Merge pull request #113758 from alexzielenski/readyFunc-refactor
...
use admission.Handler readyFunc for CEL Admission plugin
2022-11-09 18:24:53 -08:00
Alexander Zielenski
acf571fcbe
add test for error when informers are not ready
2022-11-09 17:23:50 -08:00
Kubernetes Prow Robot
f87231003a
Merge pull request #113475 from DangerOnTheRanger/validation-admission-metrics-integration
...
Validating admission metrics integration
2022-11-09 16:00:54 -08:00
Alexander Zielenski
df315f347c
use existing admissionHandler readyfunc to wait for sync
...
is what other plugins do, and should decrease verbosity in logs
2022-11-09 15:28:35 -08:00
Kubernetes Prow Robot
2c1b7f5759
Merge pull request #112618 from jingyuanliang/fastStatusUpdateOnce
...
kubelet: Keep trying fast status update at startup until node is ready
2022-11-09 13:30:53 -08:00
Takafumi Takahashi
cb12a2bc51
Generate code
2022-11-09 21:21:52 +00:00