For testing purposes I have disabled tls verification for my cluster by typing:
$ kubectl get nodes --insecure-skip-tls-verify
This was done to temporarily fix a problem with an invalid certificate. Now that my certificate is valid again, I don't know how to enable tls verfication once again, without creating a completely new cluster.
I have already tried (without success):
$ kubectl get nodes --insecure-skip-tls-verify=false
What can I do?