https://pulumi.com logo
#general
Title
# general
a

abundant-notebook-11210

02/08/2022, 7:30 AM
hi @echoing-match-29901, One quick question - Does kubernetes pulumi operator has drift detection capability? When I tried to test the drift - it did not work out.
q

quiet-wolf-18467

02/08/2022, 9:21 AM
Can you share your test setup? It will help me understand the scenario you need to fix
a

abundant-notebook-11210

02/08/2022, 2:52 PM
I got it - I was missing following flags -
Copy code
refresh: true
continueResyncOnCommitMatch: true
resyncFrequencySeconds: 60
The getting started examples are missing this info. I got it from API refs.
2 Views