diff --git a/agent/pkg/controllers/inventory/managedclusterinfo/managed_cluster_info_controller.go b/agent/pkg/controllers/inventory/managedclusterinfo/managed_cluster_info_controller.go index 0be06a219..1c0567af3 100644 --- a/agent/pkg/controllers/inventory/managedclusterinfo/managed_cluster_info_controller.go +++ b/agent/pkg/controllers/inventory/managedclusterinfo/managed_cluster_info_controller.go @@ -154,6 +154,7 @@ func GetK8SCluster(clusterInfo *clusterinfov1beta1.ManagedClusterInfo, ExternalClusterId: clusterId, KubeVersion: clusterInfo.Status.Version, Nodes: []*kessel.K8SClusterDetailNodesInner{}, + VendorVersion: clusterInfo.Status.Version, }, }