-
This might be related to https://github.com/google/cadvisor/issues/3026 (which I am not sure has been released yet).
On nodes running `cgroup` v1 the following metrics such as `container_cpu_cfs_th…
-
Most recent example here: https://github.com/dagger/dagger/actions/runs/9717679155/job/26824096680#step:6:9
Dev engine fails to start when trying to run some `sed` command in the entrypoint script …
-
/kind bug
**Description**
documentation at https://docs.podman.io/en/latest/markdown/podman-commit.1.html reads:
--include-volumes
Include in the committed image any volumes added to the c…
6ramr updated
2 years ago
-
Hi everyone,
I'm trying to create a cluster with KinD, but when I try to create a cluster trough the comand `kind cluster create`, during creation phase go in error during **starting contro-pla…
-
Hi,
FAQ.md says that minumum metric-resolution calculated by Kubelet is 15s.
And Metrics server source code is like below:
func (o *Options) validate() []error {
errors := []error{}
if o.Me…
-
We need to make it easier to detect inadequate memory limits on Kubernetes, which are extremely common.
The agent should detect when its last status was OOM killed and report its status as degrade…
-
### 1. Issue or feature description
When trying to run a docker container with:
```
-e NVIDIA_DRIVER_CAPABILITIES=all \
-e NVIDIA_VISIBLE_DEVICES=all \
--gpus all \
```
This is the output…
-
**Describe the bug: A clear and concise description of what the bug is.**
In RHEL-9, the logs collector cannot be enabled because cgroup monitoring cannot be enabled. It seems there're 2 reasons:
1.…
-
Currently it checks "" (empty string), if cgroup2 is false:
```go
// HasMemoryCgroup checks whether it is possible to set memory limit for cgroup.
func HasMemoryCgroup() bool {
memcg := …
-
I have tried to obtain cgroups information in kata vm through CRI API and ShimV2API respectively, but there is no blkio and network IO related information in this part of information, mainly blkio, I …