You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am one of the support engineers at Cast AI. one of our customers informed us that they encountered a couple of issues when using the provider:
in example, customLabel should be changed to customLabels as per API spec
also the type should be object instead of array per API spec. Similar to customTaints
Currently trying to deploy this example gives an error:
Error from server (BadRequest): error when creating "nodetemplate.yaml": NodeTemplate in version "v1alpha1" cannot be handled as a NodeTemplate: strict decoding
error: unknown field "spec.forProvider.customLabels[0].key", unknown field "spec.forProvider.customLabels[0].value"
The text was updated successfully, but these errors were encountered:
Hello, I am one of the support engineers at Cast AI. one of our customers informed us that they encountered a couple of issues when using the provider:
in example, customLabel should be changed to customLabels as per API spec
also the type should be object instead of array per API spec. Similar to customTaints
Currently trying to deploy this example gives an error:
The text was updated successfully, but these errors were encountered: