I need to add below in kube apiserver.yaml .
- --service-account-signing-key-file=/etc/kubernetes/pki/sa.key
- --service-account-issuer=kubernetes.default.svc
How k8s will take these changes ? Do i need to restart the kube apiserver ? If it restart then my cluster and all pods will remain there or delete ?