Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
Title
m
many-knife-65312
03/17/2023, 8:09 PM
hi friends, I'm back again. Does anyone know off the top of their head where to find the unique IDs for K8s resources?
I want to use
k8s.core.v1.ServiceAccount.get()
and I don't know where to find the unique k8s provider id
i tried the resource UID, but that didn't work
I figured it out, it's
${namespace}/${resourceName}
found it through this:
https://github.com/pulumi/pulumi-kubernetes/issues/1612
wondering why that issue was closed without updating the docs, though
@white-balloon-205
w
white-balloon-205
03/18/2023, 3:32 AM
It was closed as a duplicate of
https://github.com/pulumi/docs/issues/4991
, which still needs to be addressed.
#google-cloud
Join Slack