Pods on the controlplane in cluster

Hello friends, when the cluster is upgraded, I first apply the kubectl drain --ignore-daemonsets command on the controlplane node. Thus, the pods on it will be moved to other worker nodes. So where are the management pods running on the control plane? They seem to stay where they are.

The management pods are static. They cannot be moved, and this doesn’t matter.
Please review the lecture on static pods.

thank you guy for your answer