Topology Labels are missing on Kubernetes nodes
Vanilla Kubernetes cluster
vSphere CSI driver does not reconcile over CSINodeTopology instances once they have been set to SUCCESS state. If the topology is updated or added at a later point, then those changes will not get reflected on Kubernetes nodes.
Restart CSI node daemon set and wait for all pods to come to running state.
kubectl rollout restart daemonset <CSI_DAEMONSET_NAME> -n <CSI_NAMESPACE>