Skip to content

Commit

Permalink
NVSHAS-9589: Managed clusters disconnected - Version mismatch with th…
Browse files Browse the repository at this point in the history
…e primary cluster

Reason: managed clusters' REST version is not stored in primary cluster's cache
  • Loading branch information
williamlin-suse authored and holyspectral committed Oct 29, 2024
1 parent 8a53ffb commit 330284d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/cache/federation.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func fedConfigUpdate(nType cluster.ClusterNotifyType, key string, value []byte)
}
cache.cluster.Disabled = cluster.Disabled
cache.cluster.ProxyRequired = cluster.ProxyRequired
cache.cluster.RestVersion = cluster.RestVersion
}
if isLeader() && cluster.Disabled {
data := share.CLUSFedClusterStatus{Status: 207} // _fedLicenseDisallowed
Expand Down

0 comments on commit 330284d

Please sign in to comment.