-
Hi pylessard,
I'm trying to log can message by adding can.ASCWrite('./test.asc') to listener list, but it just created the test.asc file without any record in the file while indeed there are can me…
-
### Describe the bug
1. In 3.10.0, the `tests/test_web_urldispatcher.py::test_access_symlink_loop` test is failing on Python 3.13.0b4. The backtrace suggests it's not a problem with the test itself b…
-
Depends on:
- [x] https://github.com/Azure/kperf/issues/33
## Description
`kperf rg run` is to deploy `kperf rg server` as a pod.
The `run` subcommand should prepare all the data required by `…
-
Go through the release notes of EKS 1.28 and create a plan to upgrade our clusters
Things to consider:
Review changelog & release notes ✅
EKS Module support at current version? ✅
Are there any API…
-
## What did you do
- How was the cluster created?
- `k3d cluster create foo`
- What did you do afterwards?
- Tried to run a Pod (`kubectl run foo --image=busybox --rm -it`) and noticed tha…
-
Hello, im trying to use Crownet following the installation script, however when i enter the command "./install_docker.sh" it asks for a username and a password.
```
Reading package lists... Done
…
-
### What happened?
- https://github.com/kubernetes/kubernetes/pull/121089 adds new version `v1` for `flowcontrol.apiserver.k8s.io` in 1.29.
- For 1.29, we retain the storage version in use (`v1be…
-
### What happened?
hi, we have 3 master nodes , one of nodes errors output this err
kubectl -n kube-system logs kube-apiserver-loshu-k8s-master02
```
E0818 02:26:14.906899 1 apf_controll…
-
**Describe the bug**
I've seen the below test failure as a one-off in `--config local` tests in the CI on several occasions.
My gut feeling is there's a race condition here - either in the test, o…
-
I've been using reqwest as a web client in an actix-web project as a client to request data from another server.
Everything works as expected but one call just does not return and hangs the whole act…