Skip to content

Commit 330284d

Browse files
williamlin-suseholyspectral
authored andcommitted
NVSHAS-9589: Managed clusters disconnected - Version mismatch with the primary cluster
Reason: managed clusters' REST version is not stored in primary cluster's cache
1 parent 8a53ffb commit 330284d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controller/cache/federation.go

+1
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ func fedConfigUpdate(nType cluster.ClusterNotifyType, key string, value []byte)
229229
}
230230
cache.cluster.Disabled = cluster.Disabled
231231
cache.cluster.ProxyRequired = cluster.ProxyRequired
232+
cache.cluster.RestVersion = cluster.RestVersion
232233
}
233234
if isLeader() && cluster.Disabled {
234235
data := share.CLUSFedClusterStatus{Status: 207} // _fedLicenseDisallowed

0 commit comments

Comments
 (0)