cloudflare-operator icon indicating copy to clipboard operation
cloudflare-operator copied to clipboard

Reconcile changes for Tunnel Spec

Open adyanth opened this issue 3 years ago • 1 comments

Currently if the Tunnel spec changes (image, caPool, etc), the corresponding resources are not updated unless they are manually deleted and left to be recreated. This should be handled by the operator.

Also, when recreating the configMap, the service reconciler should also be triggered to add the services back to it (if delete strategy is used).

adyanth avatar Mar 14 '22 17:03 adyanth

Deployment update currently only happens for the size. This should be made generic by calling the deploymentForTunnel for updates as well.

adyanth avatar Mar 27 '22 06:03 adyanth