Can I add an annotation to an existing namespace (...
# general
i
Can I add an annotation to an existing namespace (kube-system) with pulumi? For example I want to add an annotation for
kiam
to allow assuming roles for pods in this namespace
g
I don’t think it’s possible currently, aside from shelling out to kubectl or similar. We’re working on resource import for k8s now, so it should be easier in the future.