Certificates on the Kubernetes Cluster Node deployed by Container Service Extension (CSE) have expired.
Kubernetes has a default certificate expiration time of 1 year. VMware by Broadcom products adhere to this certificate expiration timeframe.
Follow these steps to manually renew certificates:
kubeadm certs check-expirationkubeadm certs renew allkubeadm certs check-expirationexport KUBECONFIG=/<path_to_kubeconfig>/<kubeconfig_file_name>kubectl get pods -n kube-systemkubectl -n kube-system delete pod -l 'component=kube-apiserver'kubectl -n kube-system delete pod -l 'component=etcd'kubectl -n kube-system delete pod -l 'component=kube-scheduler'kubectl -n kube-system delete pod -l 'component=kube-controller-manager'
NOTE-Please refer the following documentation for more information: