https://pulumi.com logo
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}
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.