This message was deleted.
# general
s
This message was deleted.
b
are you saying you want to apply this CRD to your Kubernetes cluster?
a
Yes. And it's not a ConfigMap nor a ConfigGroup
b
this is a custom resource defined by a custom resource definition, you’ll need to use this kubernetes resource: https://www.pulumi.com/registry/packages/kubernetes/api-docs/apiextensions/customresource/
a
ah. It might. Let give it a try. Thank you!
Can I use renderYamlToDirectory to wright into the manifest?
b
Yes
a
@billowy-army-68599 Is the
Copy code
renderYamlToDirectory
necessary for modifying the k8s configuration?
b
I’m not following?
a
it specifies the renderYamlToDirectory in oder to write under k8s manifest. Is that necessary? or just for debugging purposes ?
b
what exactly are you treying to do?
a
I am attempting to modify the k8s configuration. This is what would be the equivalent: https://jamesdefabia.github.io/docs/user-guide/kubectl/kubectl_apply/
kubectl apply
b
oh, for that you need server side apply: https://www.pulumi.com/registry/packages/kubernetes/how-to-guides/managing-resources-with-server-side-apply/ Render yaml to directory just outputs the yaml for to use kubectl apply yourself