Fabian Kramm

Results 441 comments of Fabian Kramm

@L1ghtman2k thanks for the info, with what helm values are you deploying vClsuter with and without metrics server?

@bugbounce sorry for the delay, thanks for the contribution, it looks good to me!

@epasham thanks for the PR! LGTM!

@alextricity25 would you mind trying virtual Kubernetes version v1.29.4 as there was a pretty significant bug in v1.29.0 that caused issues (https://github.com/kubernetes/kubernetes/issues/123448), which could be the problem for this

@alextricity25 would you mind sharing the logs? Are you using NFS backing store by any chance?

@alextricity25 is there a way for you to collect metrics from the vCluster itself? Basically what we are looking for is the `range(apiserver_watch_cache_events_dispatched_total[1m])` metric, because that will tell us if...

@alextricity25 I ran a test in GKE v1.30.1 with vCluster v0.20.0-beta.10 with the following `vcluster.yaml`: ``` controlPlane: distro: k8s: apiServer: image: tag: v1.29.5 resources: limits: cpu: 2 memory: 4Gi requests:...

@alextricity25 good news, I think we found the issue, its related to us using an older kine version, the linked PR should fix this and will be part of the...

@alextricity25 thanks for the response! The problem we identified lies within Kine up to version [v0.11.4](https://github.com/k3s-io/kine/releases/tag/v0.11.4), which had a bug that caused this issue where watch requests from the vCluster...

@everflux I'm not sure how to trigger it, within my testing I could only reproduce it once yesterday with Kine v0.11.1, it really occurs randomly as I tried to do...