Artem Dvoretskiy

Results 5 comments of Artem Dvoretskiy

> After adding status subresource, did you deleted and recreated all CR's ? I did not. But I restarted metac, thought It is stateless. Will try it, thanks.

> After adding status subresource, did you deleted and recreated all CR's ? I recreated all CR's with kubectl get .. -o yaml kubectl delete ... kubectl apply -f ......

Figured out the problem. For some reason I though that passing ResyncPeriodSeconds = 0 would result in infinite resync interval. But I was wrong. Changed my hook to pass it...

That wasn't so simple :) Although there was mistakes from my side regarding parentLabels, there are still some issues I'd like to mention. 1. Ingress child resources have to be...