Pretty quiet in here :stuck_out_tongue: Is there a...
# pulumi-kubernetes-operator
b
Pretty quiet in here 😛 Is there a pattern for using
pulumi import
with the Kubernetes operator? Exec into the container? Try to build an artificial local environment that targets the same state?
b
@billions-yak-67755 you’d like do the import on your local machine, then once the import is done, let the operator take over management
because import is a one time operator, it doesn’t really fit with the operator model
so in short: • create a new stack • perform all the imports you need • commit code to a git repo • point the operator at your repo