Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
Post