ShaanveerS
d800e7e052
test/images: bump agnhost to v2.61
2026-01-18 12:57:37 +01:00
Davanum Srinivas
d3d78ce0dd
Add tmpfs detection to mounttest and unit tests
...
Refactor fsType() to use a platform-specific formatFsType() helper that
translates filesystem magic numbers to human-readable names. On Linux,
tmpfs filesystems now display as "tmpfs" instead of the raw magic number.
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2026-01-15 12:02:56 -05:00
Kubernetes Prow Robot
6df7e09ad9
Merge pull request #135911 from ShaanveerS/add-udp-agnhost
...
Add UDP and explicit TCP support to agnhost porter
2026-01-12 16:16:06 +05:30
ShaanveerS
d1867b4864
agnhost porter add support UDP and SERVE_TCP_PORT
2026-01-10 05:47:25 +01:00
Kubernetes Prow Robot
97bd924010
Merge pull request #134162 from zeqian-meng/update-npb-ep-image
...
Upgrade Debian and NPB for npb-ep e2e test
2026-01-08 13:21:38 +05:30
Kubernetes Prow Robot
99e77f8c46
Merge pull request #134243 from lucming/lucming/enhan-stsfs-type
...
fix: Check Statfs_t type using unix package only
2025-12-20 15:48:31 -08:00
Patrick Ohly
ad79e479c2
build: remove deprecated '// +build' tag
...
This has been replaced by `//build:...` for a long time now.
Removal of the old build tag was automated with:
for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
lucming
9c3167d3cc
fix: Check Statfs_t type using unix package only
2025-12-02 12:28:40 +08:00
tinatingyu
3f8444210c
Add e2e tests, metrics and events for podcertificaterequests v1beta1
2025-11-05 18:12:39 +00:00
Stanislav Láznička
fc81e22735
fix Node Conformance Container Runtime test with fake registry
...
Signed-off-by: Stanislav Láznička <slznika@microsoft.com >
2025-10-29 13:17:03 +01:00
Stanislav Láznička
a0e64c21f2
Use fake registry in Node's container runtime image pulling tests
...
Signed-off-by: Stanislav Láznička <slznika@microsoft.com >
2025-10-29 13:06:34 +01:00
Stanislav Láznička
a3f242676c
Revert "remove failing test that depends on expired credential, remove credential, add TODOs"
...
This reverts commit 8ace0fb89f .
2025-10-28 14:23:54 +01:00
Zeqian Meng
3d33cb1dfe
Update to use NPB3.4.3
2025-10-27 22:36:14 +01:00
Kubernetes Prow Robot
084bac6896
Merge pull request #134888 from yt2985/podcertificates-agnhost-2
...
Fix the error "unknown flag: --logtostderr" in Agnhost 2.58
2025-10-26 15:21:34 -07:00
Kubernetes Prow Robot
1b87cedb7f
Merge pull request #134822 from humblec/update-base
...
test/images: Update tf-wide-deep base image from Python 3.6 to 3.11
2025-10-26 07:49:33 -07:00
Humble Devassy Chirammal
f8ca585b66
test/images: Update tf-wide-deep container image with Python 3.11 and TensorFlow 2.20.0
...
- Updated base image from python:3.6-slim-stretch to python:3.11-slim-bookworm
- Bumped version from 1.3 to 1.4
- Updated TensorFlow from 1.9.0 to 2.20.0 (latest stable)
- Updated TensorFlow models from v1.9.0 to v2.15.0
Signed-off-by: Humble Devassy Chirammal <humble.devassy@gmail.com >
2025-10-26 11:42:47 +05:30
tinatingyu
36654a9ecb
--no-edit
2025-10-26 04:01:23 +00:00
tinatingyu
cff8bc8686
fix the unknown flag: --logtostderr error
2025-10-26 03:48:43 +00:00
Lubomir I. Ivanov
9e5b6ad748
fix error checks
2025-10-23 16:18:18 +00:00
Carlos Panato
96a9fe5f7b
update debian-base and setcap
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2025-10-15 09:42:15 +02:00
Zeqian Meng
25653e7bfc
Update to Debian Buster for npb-ep image
2025-10-08 11:31:53 +02:00
Ed Bartosh
bb91913017
Migrate sample-device-lugin to contextual logging
2025-09-28 21:13:41 +03:00
arkadeepsen
fefcbdcff2
Bump image version
...
Signed-off-by: arkadeepsen <arsen@redhat.com >
2025-09-22 11:46:27 +05:30
arkadeepsen
d957c90153
Track connection using IP+port in server to fix conntrack test flakes
...
Signed-off-by: arkadeepsen <arsen@redhat.com >
Co-authored-by: Patryk Diak <pdiak@redhat.com >
2025-09-22 11:42:17 +05:30
Zeqian Meng
5001fdc23e
Upgrade Debian for npb-ep e2e test image
2025-09-19 15:56:09 +02:00
Kubernetes Prow Robot
58715a58da
Merge pull request #133620 from zeqian-meng/remove-rbd-image
...
Remove rbd image and storage class
2025-09-18 18:36:11 -07:00
Michael
69aca29e6d
Update kitten base image from agnhost:2.33 to agnhost:2.57 ( #133818 )
...
* Update kitten base image from agnhost:2.33 to agnhost:2.56
- Update BASEIMAGE from agnhost:2.33 to agnhost:2.56 for all platforms
- Bump VERSION from 1.7 to 1.8
- Addresses issue #131874 for updating outdated base images
agnhost:2.56 is the latest version providing updated functionality
and security fixes for the kitten test image.
* Update kitten base image from agnhost:2.56 to agnhost:2.57
- Update BASEIMAGE to use latest agnhost:2.57 across all platforms
2025-09-16 22:36:10 -07:00
Kubernetes Prow Robot
74c336734c
Merge pull request #133840 from OsamaNabih/update-nautilus-agnhost-version-to-2_56
...
Update Nautilus test BASEIMAGES agnhost from 2.33 to 2.57
2025-09-14 19:58:08 -07:00
Osama Nabih
a825c72697
Update agnhost to version 2.57
...
Signed-off-by: Osama Nabih <nabih_the_4th@yahoo.com >
2025-09-14 18:43:59 +03:00
Kubernetes Prow Robot
08bf6408af
Merge pull request #133800 from oyiz-michael/update-iscsi-volume-baseimage-fedora42
...
Update volume/iscsi base image from fedora:38 to fedora:42
2025-09-13 04:24:06 -07:00
Michael
6e5a5abb86
Fix version bump to follow semantic versioning
...
- Change VERSION from 2.8 to 2.7 (increment by 1, not 2)
- Follows Kubernetes convention for base image updates
2025-09-11 09:58:26 +01:00
Kubernetes Prow Robot
4a843fca6f
Merge pull request #133272 from drjackild/agnhost-fake-registry-cmd
...
add fake-registry-server command to agnhost
2025-09-10 19:41:56 -07:00
Yevhen Dubovskoi
3da372354d
add fake-registry-server command to agnhost
...
* command run the limited subset of OCI API and serve static
images from the registry (which are pre-loaded when building an image)
* add pause version to zeitgeist rule for agnhost
* bump version of agnhost to 2.57
2025-09-10 23:31:22 +00:00
Kubernetes Prow Robot
b508767369
Merge pull request #132655 from ylink-lfs/ci/httpd_removal
...
ci: remove httpd usage while using agnhost instead
2025-09-05 20:23:24 -07:00
Osama Nabih
da0e7384d5
- Update Nautilus test agnhost images from 2.33 to 2.56
...
- Update VERSION to 1.8
- Addresses issue #131874 for updating outdated base images
Signed-off-by: Osama Nabih <nabih_the_4th@yahoo.com >
2025-09-02 14:57:46 +03:00
ylink-lfs
1fd7f308fc
ci: remove httpd usage while using agnhost instead
2025-09-01 20:11:18 +08:00
Michael
9b47a096f4
Update to CentOS Stream 9 based on reviewer feedback
...
- Update BASEIMAGE to quay.io/centos/centos:stream9 for all architectures
- Update Dockerfile to use dnf (CentOS Stream 9 package manager)
- Update package name from /usr/bin/ps to procps-ng
Addresses reviewer feedback that CentOS 8 is also EOL.
CentOS Stream 9 provides ongoing updates and support.
2025-09-01 08:37:07 +01:00
Michael
1578267ebe
Update volume/iscsi base image from fedora:38 to fedora:42
...
- Update BASEIMAGE from fedora:38 to fedora:42 for all architectures
- Bump VERSION from 2.7 to 2.8
- Addresses issue #131874 for updating outdated base images
Fedora 42 is the latest official release providing better security
updates and modern package versions for the iSCSI test image.
2025-08-31 13:07:47 +01:00
Michael
73127eb86d
Update volume/nfs base image from centos:7 to centos:8
...
- Update BASEIMAGE from centos:7 to centos:8 for all architectures
- Bump VERSION from 1.4 to 1.5
- Addresses issue #131874 for updating outdated base images
CentOS 7 is EOL and centos:8 provides better security updates
and modern package versions for the NFS test image.
2025-08-31 12:55:17 +01:00
Zeqian Meng
df64d3f882
Remove rbd image and storage class
...
The rbd in-tree storage driver and related support have been
dropped entirely since v1.31 release. And the image is not
being used in e2e tests.
2025-08-20 11:42:43 +02:00
Kubernetes Prow Robot
dd4e4f1dd1
Merge pull request #133262 from BenTheElder/no-authenticated-image-pulling
...
remove broken test that depends on expired credential, remove hardcoded credential, add TODOs
2025-07-28 17:28:28 -07:00
Benjamin Elder
8ace0fb89f
remove failing test that depends on expired credential, remove credential, add TODOs
...
see: https://github.com/kubernetes/kubernetes/issues/130271
2025-07-28 15:43:43 -07:00
Kubernetes Prow Robot
b3d00a026d
Merge pull request #132756 from ylink-lfs/ci/redis_removal
...
ci: redis removal for e2e test dependency simplicity
2025-07-24 09:38:42 -07:00
Kubernetes Prow Robot
cc674e7470
Merge pull request #128010 from ahmedtd/pod-certificates-types
...
Pod Certificates: Preliminary implementation of KEP-4317
2025-07-21 19:26:30 -07:00
Taahir Ahmed
4624cb9bb9
Pod Certificates: Basic implementation
...
* Define feature gate
* Define and serve PodCertificateRequest
* Implement Kubelet projected volume source
* kube-controller-manager GCs PodCertificateRequests
* Add agnhost subcommand that implements a toy signer for testing
Change-Id: Id7ed030d449806410a4fa28aab0f2ce4e01d3b10
2025-07-21 21:49:57 +00:00
Sascha Grunert
3026020b44
Convert k8s.io/kubelet/pkg/apis/deviceplugin from gogo to protoc
...
Use standard protoc for the device plugin API instead of gogo.
Part of kubernetes#96564
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2025-07-21 10:04:01 +02:00
Aman Shrivastava
9d7d3a6172
Bump sample-device-plugin base image to alpine:3.22
2025-07-19 14:41:04 +05:30
ylink-lfs
994e106dc0
ci: update sample-apiserver version to v0.33.2
2025-07-08 19:50:40 +08:00
ylink-lfs
075abb07a9
ci: redis removal for e2e test dependency simplicity
2025-07-08 09:14:54 +08:00
ylink-lfs
59dd2bd60d
ci: update test image base: nginx, nginx-new
2025-06-23 17:57:59 +08:00