Kubernetes Release Robot
c73b887bbf
CHANGELOG: Update directory for v1.22.9 release
2022-04-20 17:09:21 +00:00
Danielle Lancashire
0e0e3113e2
e2e_node: remote runner: Require containerd/crio
2022-04-20 16:49:29 +00:00
Danielle Lancashire
7151ff8d5c
e2e_node: remove jenkins docker_validation
2022-04-20 16:16:57 +00:00
Danielle Lancashire
3e0041b5b9
e2e_node: remove copy-e2e-image.sh
...
This script is unused, and the project that was formerly used for e2e
node images is in the process of being removed.
2022-04-20 16:15:25 +00:00
Danielle Lancashire
d90ba453ce
e2e_node: remove unused jenkins runner script
2022-04-20 16:15:15 +00:00
Danielle Lancashire
8333bcc6ab
e2e_node: remove unused jenkins/coreos-init.json
2022-04-20 16:11:36 +00:00
Kubernetes Release Robot
c96a1c0614
CHANGELOG: Update directory for v1.21.12 release
2022-04-20 16:02:57 +00:00
Kubernetes Prow Robot
56cac1b58b
Merge pull request #109567 from palnabarun/release-1.24/update-publishing-bot-rules
...
[release-1.24] Update publishing-bot rules
2022-04-20 08:19:43 -07:00
Nabarun Pal
88ef5f91b0
release-1.24: update publishing bot rules
...
This change has been generated by the `update-rules` command in
`publishing-bot` repository. Since this is the first time we are
updating the rules using a script, there is a considerable amount of
diff, which is caused because of the YAML marshaller.
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2022-04-20 19:40:04 +05:30
Claudiu Belu
70f14e16e4
windows GCE: Bumps containerd version to 1.6.2
...
containerd v1.6.0 introduced HostProcessContainers support [1], which
are required for e2e tests that need that feature.
This addresses some of the permafailing tests for Windows GCE E2E test runs.
[1] https://github.com/containerd/containerd/pull/5131
2022-04-20 06:53:26 -07:00
Arda Güçlü
64ce73f5fe
Show topologySpreadConstraints in Describe command
...
Currently describe command does not show `topologySpreadConstraints`
field. This PR adds support for showing topologySpreadConstraints in
describe command.For simplicity, if this field is not set, it will not show
(unlike to other core fields whose are shown as `<none>` even if they are null).
2022-04-20 15:37:02 +03:00
navist2020
2a7e85bfdb
Return preflightError if an error occurs when running the preflight
2022-04-20 11:39:35 +08:00
Yuan Chen
d1a2f699a7
Add PodWrapper functions for scheduler testing
...
Fix a typo in comment
2022-04-19 20:30:04 -07:00
Sergey Kanzhelev
462e1ae7f9
fix the image for node performance tests - model expected tensorflow version <1.9
...
Change-Id: I116cc38eac20f7cdafb975c88ee9a0e7ec667861
2022-04-20 00:14:21 +00:00
Kubernetes Release Robot
b36c927d95
CHANGELOG: Update directory for v1.24.0-rc.0 release
2022-04-19 16:18:18 +00:00
sanposhiho
6e0da69632
Replace scheduler_e2e_scheduling_duration_seconds with scheduler_scheduling_attempt_duration_seconds in scheduler_perf
2022-04-20 00:48:12 +09:00
Wojciech Tyczyński
73da6d15f9
Fix TestPriorityLevelIsolation concurrency issue
2022-04-19 15:59:14 +02:00
Wojciech Tyczyński
e95f8f2e42
Clean apiserver shutdown in integration tests
2022-04-19 15:59:13 +02:00
Wojciech Tyczyński
f62c14a9cc
Extend StandardStorage with Destroy to implement rbac storage destroy
2022-04-19 15:59:13 +02:00
Wojciech Tyczyński
80060a502c
Implement Destroy() method for all registries
2022-04-19 15:59:13 +02:00
Wojciech Tyczyński
0527a0dd45
Cleanup rest storage resources on shutdown
2022-04-19 15:59:13 +02:00
Davanum Srinivas
a48aac46f8
Disable Intree GCE PD tests by default
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-04-19 09:22:51 -04:00
Antonio Ojea
1756fe60d4
integration: custom etcd gracefully termination
...
when running integration tests without an external etcd, the framework
spawns an etcd instance executing it in its own process and killing
it once the test stops.
Instead of killing it directly, allow etcd to exit gracefully or kill
it after 5 seconds.
2022-04-18 19:09:38 +02:00
cncal
af438abbf3
Remove the duplicate code snippet in client-go delaying_queue tests
2022-04-17 15:55:33 +08:00
Léiyì Zhang
4a314b9d56
fixed incorrect tag on volume cloning test case
2022-04-15 21:20:12 +00:00
renzheng.wang
4bd406ce33
fix IngressClassParametersReferenceScopeCluster comment in staging/src/k8s.io/api/networking
2022-04-16 00:08:11 +08:00
renzheng.wang
7486d1bf1b
fix comment of IngressClassParametersReferenceScopeCluster
2022-04-15 23:22:50 +08:00
Kubernetes Prow Robot
a750d8054a
Merge pull request #109487 from alculquicondor/disable-job-tracking
...
Disable JobTrackingWithFinalizers due to unresolved bug
2022-04-15 06:43:09 -07:00
Maciej Szulik
920fb984ef
Move path error to const and squash tests
2022-04-15 12:45:55 +02:00
Kubernetes Prow Robot
e207aabf04
Merge pull request #109488 from soltysh/fix_globmatch
...
Ensure that not-exist and pattern error return different results
2022-04-14 12:35:11 -07:00
Aldo Culquicondor
3b18613be8
Disable JobTrackingWithFinalizers due to unresolved bug
...
Change-Id: Ieeeab689ae51dfe0dc06bdca88519d0ecf66d636
2022-04-14 15:08:14 -04:00
Kubernetes Prow Robot
8dfdbd406b
Merge pull request #109473 from ii/fix-job-lifecycle-test
...
Fix crash in E2E Job lifecycle test when the job doesn't have annotations
2022-04-14 11:17:35 -07:00
Maciej Szulik
cc85d27a9c
Ensure that not-exist and pattern error return different results
2022-04-14 19:26:42 +02:00
Kubernetes Prow Robot
10dcc6c5f4
Merge pull request #109484 from liggitt/go-min-version
...
Update min golang version to 1.18.1
2022-04-14 09:20:47 -07:00
Kubernetes Prow Robot
a8c582a765
Merge pull request #109312 from MadhavJivrajani/remove-sha1-godebug
...
hack/jenkins: Remove GODEBUG workaround for sha1 changes
2022-04-14 07:06:46 -07:00
Jordan Liggitt
f97bc825d5
Update min golang version to 1.18.1
2022-04-14 09:53:20 -04:00
Kubernetes Prow Robot
f33ca23065
Merge pull request #109471 from justaugustus/etcd-update-353
...
etcd: Update to v3.5.3
2022-04-13 17:14:46 -07:00
Stephen Augustus
621c4aa599
etcd: Update container repo to gcr.io/etcd-development/etcd
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2022-04-13 19:04:01 -04:00
Stephen Augustus
3f85937b11
etcd: Update to v3.5.3
...
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2022-04-13 19:04:00 -04:00
Kubernetes Prow Robot
d9213f95a0
Merge pull request #109470 from serathius/image-v3.5.3
...
etcd: Build 3.5.3-0 image
2022-04-13 15:50:45 -07:00
Kubernetes Prow Robot
ce4b026eed
Merge pull request #109465 from cpanato/pubbot
...
Update publishing-bot rules for Go 1.17.9
2022-04-13 13:34:48 -07:00
Marek Siarkowicz
b0f3f015d7
Build etcd v3.5.3 image
...
Co-authored-by: Stephen Augustus <foo@auggie.dev>
2022-04-13 16:25:14 -04:00
Stephen Augustus
cddd83c997
Update Debian base images
...
- debian-base:bullseye-v1.2.0
- debian-iptables:bullseye-v1.3.0
- setcap:bullseye-v1.2.0
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2022-04-13 16:23:54 -04:00
Peter Hornyack
eb64e29528
Remove pjh from cluster/gce/ OWNERS files
...
Moved to emeritus_approvers for the windows directory - this seems
appropriate according to
https://www.kubernetes.dev/docs/guide/owners/#emeritus .
2022-04-13 18:24:20 +00:00
cpanato
e1a433b67c
Update publishing-bot rules for Go 1.17.9
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2022-04-13 18:41:49 +02:00
Kubernetes Prow Robot
75e49ec824
Merge pull request #109461 from cpanato/go118
...
[GO] Update Go to 1.18.1
2022-04-13 09:10:47 -07:00
cpanato
2e9d10e8c6
Update Go to 1.18.1
...
Signed-off-by: cpanato <ctadeu@gmail.com>
2022-04-13 16:44:21 +02:00
Kubernetes Prow Robot
4cdeab4696
Merge pull request #109436 from JamesLaverack/revert-108290
...
Revert "Introduce APIs to support multiple ClusterCIDRs (#108290 )"
2022-04-13 07:02:46 -07:00
James Laverack
7d57d5c70d
Revert "Introduce APIs to support multiple ClusterCIDRs ( #108290 )"
...
This reverts commit b9792a9dae
.
2022-04-13 13:58:19 +01:00
Stephen Heywood
931ad8944d
Fix e2e test, assignment to entry in nil map
2022-04-13 15:24:47 +12:00