If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Recently we added the ability for users to ask questions and get back HCL instead of Pulumi specific responses. In the same way, if they ask a Kubernetes specific question (how do I create a namespace?) and choose the "Kubernetes YAML" (or however we label it) it will give them the YAML that they can then run through kubectl (for example) instead of the Pulumi YAML or other language.
Then in the same way that we provide users an easy way to convert from HCL to Pulumi:
offer a way of converting from "kubernetes yaml" to Pulumi.
Hello!
Issue details
Recently we added the ability for users to ask questions and get back HCL instead of Pulumi specific responses. In the same way, if they ask a Kubernetes specific question (how do I create a namespace?) and choose the "Kubernetes YAML" (or however we label it) it will give them the YAML that they can then run through
kubectl
(for example) instead of the Pulumi YAML or other language.Then in the same way that we provide users an easy way to convert from HCL to Pulumi:
offer a way of converting from "kubernetes yaml" to Pulumi.
Affected area/feature