sam lockart
sam lockart
In a multi-tenant cluster, rarely do users have permissions to view all API resources. This makes it so any resource that is forbidden to the user will be skipped. Fixes...
### Pull Request Checklist WIP * [ ] I have added any new tests that need to pass to `sytest-whitelist` as specified in [docs/sytest.md](https://github.com/matrix-org/dendrite/blob/master/docs/sytest.md) * [ ] Pull request includes...
## Description of problem While we were testing the `terminationDrainDuration` config (by way of pod annotation), we realised the observed behaviour was different than what is described in the documentation....
After encountering the issue here: https://github.com/containerd/containerd/issues/9052, it appears that the type assertion was failing as the typeof data was an `interface{}` despite the concrete type being a pointer to `v1.Metrics`....
### Description While testing Ubuntu 22.04 (with cgroupv1 + iptables-legacy), we have encountered a very odd issue where as soon as a pod is scheduled to an instance, the host...
While writing a lua script, I was incorrectly accessing the registers like so ``` local regs = PCSX.getRegisters() local offsets = regs.a0 ``` This was causing pcsx-redux to crash to...
### Description After updating to `1.7.5` I've noticed many errors in our logs ``` containerd[2127]: {"error":null,"level":"error","msg":"invalid metric type for e646b2bb6855a8dabc5222391dd2268aa05222945b107bc2bb527368b4130a0e","time":"2023-09-04T05:42:01.879183672Z"} containerd[2127]: {"error":null,"level":"error","msg":"invalid metric type for 73e0516be9dea5aadc4f3565c4903e3f716036b8a92be9ee66ed20063d2acf79","time":"2023-09-04T05:42:01.879186982Z"} containerd[2127]: {"error":null,"level":"error","msg":"invalid metric type...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] The `capa` client-go is failing to list `v1beta1.MachineDeployments` which is...
**What type of PR is this?** feature **What this PR does / why we need it**: We are looking at migrating away from the managed addons (specifically kube-proxy) and wanting...