https://pulumi.com logo
#pulumi-kubernetes-operator
Title
# pulumi-kubernetes-operator
b

billions-yak-67755

10/16/2023, 4:41 PM
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

billowy-army-68599

10/17/2023, 1:24 PM
@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
2 Views