Join Slack
Powered by
This message was deleted.
# kubernetes
s
sparse-intern-71089
04/05/2023, 3:22 PM
This message was deleted.
b
billowy-army-68599
04/05/2023, 3:28 PM
have you deployed the custom resource definition?
n
numerous-journalist-43638
04/05/2023, 3:36 PM
According to pulumi docs, the Custom Resource is an instance of a CRD, so I thought they were one in the same
b
billowy-army-68599
04/05/2023, 3:42 PM
not quite. a CRD extends the API inside the Kubernetes API, the Custom Resource is an instance of it
billowy-army-68599
04/05/2023, 3:42 PM
you need to create the CRD, then the CR
n
numerous-journalist-43638
04/05/2023, 4:13 PM
Do you know of any examples of a CRD deploy in pulumi docs? I can only find docs for CR.
b
billowy-army-68599
04/05/2023, 4:13 PM
https://www.pulumi.com/registry/packages/kubernetes/api-docs/apiextensions/v1/customresourcedefinition/
🙏 1
m
many-telephone-49025
04/07/2023, 8:24 AM
@numerous-journalist-43638
: DeschedulerPolicy are not a CRD, it's the internal yaml format of the descheduler. You can define them as configmap or use the helm chart value to add them
214
Views
Open in Slack
Previous
Next