sam lockart

Results 7 issues of 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...

stale

## 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....

cla: yes
ok-to-test
size/XS
needs-rebase
release-notes-none

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`....

needs-ok-to-test
Stale
needs-rebase

### 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...

kind/bug

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...