wizpresso-steve-cy-fan

Results 41 comments of wizpresso-steve-cy-fan

According to https://github.com/projectcalico/calico/issues/8465#issuecomment-1918686973 This is likely where the bug happens: https://github.com/containernetworking/plugins/blob/b6a0e0bc96906f0d3bd6bfcaab0b5ae72292f46c/plugins/main/windows/win-overlay/win-overlay_windows.go#L130-L132

We also wanted to have such feature because it will help us pin the right version for the right libraries. This is because some version of the dependencies may not...

Can someone fix this? ``` (combined from similar events): Error: failed to generate container "0520a1a018b798ce299be6171c3daa405d549219457b6c1e42cb1774b1b92e9e" spec: failed to generate spec: path "/" is mounted on "/" but it is not...

Also make sure you edit the labels to cheat the GPU operator on the specific WSL2 node: ```yaml feature.node.kubernetes.io/pci-10de.present: 'true' nvidia.com/device-plugin.config: RTX-4070-Ti # needed because GFD is not available nvidia.com/gpu.count:...

@AntonOfTheWoods let me push the changes to GitLab first https://gitlab.com/nvidia/kubernetes/gpu-operator/-/merge_requests/881 https://gitlab.com/nvidia/container-toolkit/container-toolkit/-/merge_requests/481

I observed that the query works if you removed `container!="", image!=""` In my case it is ``` sum(rate(container_cpu_usage_seconds_total{pod=~"camel-k-operator-84c8c9d56b-s5l6k", namespace="default"}[1m])) by (pod) ``` ![image](https://user-images.githubusercontent.com/112843587/204433349-a001ebde-03ff-4917-8dbf-1a87ab7052dc.png) ![image](https://user-images.githubusercontent.com/112843587/204433389-a403e168-be64-4e6f-9118-d9fe70120795.png)

@Nokel81 I used Prometheus Operator since this is the way I installed it. I used an helm chart to install the operator

@elezar We are also interested in this