Twingate / kubernetes-operator

Twingate Kubernetes Operator allows configuring Twingate using Kubernetes assets - OSS
https://www.twingate.com
Mozilla Public License 2.0
21 stars 1 forks source link

Since last fix, take a long time for Operator to update resource access #281

Closed ErezWeiss closed 4 months ago

ErezWeiss commented 4 months ago

https://github.com/Twingate/kubernetes-operator/commit/c1645f4a9a5aa43e26ac7ecbe0a2f0a6d0743bc8#commitcomment-141838129

Since this fix, we have to wait long until Twingate access is updated. @ekampf

linear[bot] commented 4 months ago

OSS-34 Since last fix, take a long time for Operator to update resource access

ekampf commented 4 months ago

Thats odd because we still trigger sync on TwingateResourceAccess.spec updates:

kopf.on.update("twingateresourceaccess", field="spec")(twingate_resource_access_sync)

Can you give more details on the changes you're making?

ekampf commented 4 months ago

I found the issue...

ekampf commented 4 months ago

0.11.2. is releasing

ErezWeiss commented 4 months ago

Thanks!!!