InftyAI / llmaz

☸️ Easy, advanced inference platform for large language models on Kubernetes
Apache License 2.0
15 stars 6 forks source link

Failed to patch inferenceService because of schema undeclared #26

Closed kerthcet closed 1 month ago

kerthcet commented 2 months ago

when patching the inferenceService, it reports metadata.creationTimestamp: field not declared in schema". Log the creationTimestamp, it has a null value, "metadata":{"creationTimestamp":null,.

See related issue: https://github.com/kubernetes/kubernetes/issues/109427

kerthcet commented 2 months ago

/kind bug

kerthcet commented 1 month ago

Fixed by a new converter, see https://github.com/InftyAI/llmaz/blob/main/pkg/util/convert.go

kerthcet commented 1 month ago

/close