diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index 2454ee04..698b5c6f 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -348,6 +348,10 @@ func nodeTypes(schemas *types.Schemas) *types.Schemas { labelField.Create = true labelField.Update = true schema.ResourceFields["labels"] = labelField + annotationField := schema.ResourceFields["annotations"] + annotationField.Create = true + annotationField.Update = true + schema.ResourceFields["annotations"] = annotationField unschedulable := schema.ResourceFields["unschedulable"] unschedulable.Create = false unschedulable.Update = false