elegant-dress-88912
06/13/2020, 2:56 AMpulumi stack export > stack.json
2. manually add CRD into stack.json
3. import state back with pulumi stack import --file stack.json
4. refresh resource state with pulumi refresh -t 'urn:...'
- this is to prevent replacement of CRD
5. sync with regular pulumi up
but this is rather tedious and I think it'll be useful to have some pulumi subcommand for this.