InftyAI / llmaz

☸️ Easy, advanced inference platform for large language models on Kubernetes. 🌟 Star to support our work!
Apache License 2.0
31 stars 10 forks source link

Failed to patch inferenceService because of schema undeclared #26

Closed kerthcet closed 4 months ago

kerthcet commented 4 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 4 months ago

/kind bug

kerthcet commented 4 months ago

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

kerthcet commented 4 months ago

/close