Fabian Ruff
Fabian Ruff
Hi, reading through the code it seems to me the teardown of tcp connections is not graceful and might close connections to early. `HandleConn` calls `Close()` on both tcp connections...
When the feed contains links without scheme+host+port but just a path like `/some/blog/post` they can't be opened by clicking on the entry in the menubar. The error is "There is...
This awesome plugin does not work for our kubeconfigs which rely on oidc as the auth provider: ``` > helm mapkubeapis --mapfile $HOME/.kube/fix-cert-manager-api.yaml galvani --dry-run 2023/04/17 12:09:56 NOTE: This is...
Hi, I just managed to flash the `openipc-hi3518ev100-lite-16mb.bin` firmware onto a Hikam S5 Wireless-only webcam but have no working networking. The initial problem seem to be that the firmware has...
Still need to test with older versions if flags are already available: - [ ] 1.20 earliest csi deployment - [ ] 1.13 earliest openstack cloud controller manager
We used to support switching from our kubenet/flannel based networking to something that supports network policies like callco. We use this in the webshell clusters and there is a small...
Since we started to deploy kube-system, flannel and wormhole as daemonsets we forgot to handle the upgrade case so when upgrading from 1.24.X -> 1.24.y or 1.25.z the daemonsets stay...
Deleting volumes in the deorbiter is failing for multiple minutes because the nodes are gone and the csi daemonset is not unmounting the volumes. This leads to very long cluster...
`time="2022-11-18T15:03:32Z" level=warning msg="POD_NAMESPACE environment variable is not set. The variable is used to safe guard against wrong volume mount"` Sounds like adding this is a low hanging fruit.
While debugging some clients during a keystone outage I noticed that goswift clients always try to authenticate twice before failing. This is due to the changes to fix #21 specifically...