The following command hangs when I attempt to delete an RS from my federated cluster. Nothing in the logs on both the federated API server or controller manager.
kubectl --context=federation-cluster get rs
NAME DESIRED CURRENT AGE
nginx 0 0 10m
kubectl --context=federation-cluster delete rs nginx