Kubeadm upgrade

Hello anyone is there a way to avoid/skip upgrading coredns upgrade while performing kubeadm upgrade.

Hello @naimarshad,
You can add --ignore-preflight-errors=CoreDNSUnsupportedPlugins,CoreDNSMigration
to your kubeadm command.

Thanks,
KodeKloud Support