This message was deleted.
# kubernetes
s
This message was deleted.
l
does it work if you change the name to something other than "kubernetes"? I wonder if that namespace is reserved. cc @gorgeous-egg-16927
c
yes! that was the issue, I’d expect that pulumi will do some sort of validation on these things or just handle these scenarios somehow
@gorgeous-egg-16927 @lemon-agent-27707 is it possible to censor the kubeconfig from the output?
l
Would you mind filing a bug.
c
g
is it possible to censor the kubeconfig from the output?
You can censor the kubeconfig with
pulumi.ToSecret()
- https://www.pulumi.com/docs/intro/concepts/programming-model/#programmatically-creating-secrets.