diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index 6695f69f..3a00edd9 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -217,6 +217,7 @@ func nodeTypes(schemas *types.Schemas) *types.Schemas { AddMapperForType(&Version, v3.NodeStatus{}, &m.Drop{Field: "nodeTemplateSpec"}, &m.Embed{Field: "internalNodeStatus"}, + &m.Drop{Field: "config"}, &m.SliceMerge{From: []string{"conditions", "nodeConditions"}, To: "conditions"}). AddMapperForType(&Version, v3.Node{}, &m.Embed{Field: "status"},