You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the integration tests seems to keep K8s-related processes running after they are finished (processes like kube-apiserver, etcd, ). When consecutively executing them for a larger amount of times, it eats up the machine resources and a restart is necessary.
Steps to reproduce
run make test for a couple of times
Environment Type
Managed
Environment Info
Kubernetes Version: 1.30.3
Docker Desktop Version: 4.29.0
macOS: 15.1.1
Command Line Tools for Xcode: 16.1
Attachments
The text was updated successfully, but these errors were encountered:
Description
Running the integration tests seems to keep K8s-related processes running after they are finished (processes like
kube-apiserver
,etcd
, ). When consecutively executing them for a larger amount of times, it eats up the machine resources and a restart is necessary.Steps to reproduce
run
make test
for a couple of timesEnvironment Type
Managed
Environment Info
Kubernetes Version: 1.30.3
Docker Desktop Version: 4.29.0
macOS: 15.1.1
Command Line Tools for Xcode: 16.1
Attachments
The text was updated successfully, but these errors were encountered: