Whats the command to add a new user to the cluster?

Ramit Sharma:
Whats the command to add a new user to the cluster?

Tej_Singh_Rana:
You can add new user entry by kubectl config set-credentials

Subrata Biswas:
Thats for adding user to kubeconfig file, it can be a user certified by kubernetes CA in that case you will need to ad both client cert and key or you can create service account and then add token in kubeconfig file