--
You received this message because you are subscribed to the Google Groups "Operator Framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to operator-framew...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/operator-framework/7cb14dbd-e324-4547-9f21-4548b0889f08n%40googlegroups.com.
--
David Lanouette
Principal Software Engineer
So, if I update my ressource with random value, then the Reconcile is called directly, but the behaviour I expect (ie the exponential retry) is only triggered because my reconcile loop is ending with a return containing an error value, right ?
If I check if the Condition is already set, how do I do the difference between both cases :- My CRD is is error state, I previously set a Condition. I do not want another Reconcile until users apply the CRD with new values> I want to skip the reconcile.- My CRD is in error state, I previously set a Condition but my users applied a change is the CRD …I want to run the reconcile !
To view this discussion on the web visit https://groups.google.com/d/msgid/operator-framework/8CE202F7-8051-46A7-923A-CCBE981ADE52%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/operator-framework/3DF2CB83-250D-4890-B44B-89A244995622%40gmail.com.
$ operator-sdk init $ operator-sdk create api --group example.com --version v1alpha1 --kind Memcached \ --image=memcached:1.6.15-alpine \ --image-container-command="memcached,-m=64,modern,-v" \ --image-container-port="11211" \ --run-as-user="1001" \ --plugins="deploy-image/v1-alpha"
To view this discussion on the web visit https://groups.google.com/d/msgid/operator-framework/CA%2BKyt%3Dq9eBspNMS5sdCUG7b%2Bs_GE1%3DEHa7RaWxRM9SrziJMbYA%40mail.gmail.com.