Idris Foughali
Idris Foughali
I confirm that sidecars is also not working for me, seems to be completely broken. On the wiki, we're advised to enable ```rbac```, but it still fails to register the...
Same crashing behavior for me as well, Running on RTX 3080 Distro: Arch-linux Tried on bot wine wine-ge 6.18 and 6.20 Tried vkd3d-proton with and without the "hack". So far,...
I've also run into this issue, including the fact that I can't map my variables to my docker-compose values. Eg: ```yaml --- version: '3.7' services: test: image: $DIST:$VERSION container_name: $DIST...
Any updates on this?
This could also be useful with nmcli when setting static routes on REHL. This could be done through a custom field as a workaround while waiting for the PR to...
Has this being fixed?
same here... using Cilium as CNI on an on premises cluster running Kubernetes version: 1.31.1
as simple fix would be to include the NEW state to: ``` @property def ready_for_sync(self): return self.enabled and self.status not in ( DataSourceStatusChoices.QUEUED, DataSourceStatusChoices.SYNCING ) ``` changes to: ``` @property...
@jnovinger are you working on a fix for this one? I have a fix ready, I have applied both logics described in my previous comment. So my patch does the...
@jnovinger Initially I thought there was an issue with the view rendering class, but after some further TS, and checking the actual value of status on the DB entry, it...