What's the most efficient way to import existing r...
# kubernetes
p
What's the most efficient way to import existing resources in a Kubernetes cluster?
b
what kind of resources?
PVCs are iffy given that they have an attached disk in the given cloud provider
are you looking to have Pulumi take ownership of something like a deployed helm chart?
p
it's mainly just PVCs, as I can delete and re-create all other resources
this is on a bare metal cluster
b
oof
I've never worked with PVCs on bare metal, I can't speak to how that interaction and migration works