Rename `create` to `register` for clusters registration in rok CLI
Rework rok CLI and rename create to register for cluster registration.
- The rok CLI command
rok kube clusterused the wordcreatebut no actual Kubernetes cluster was created here. Instead, Krake is made aware that the Kubernetes cluster exists, through its kubeconfig file. - Hence the word
registerbetter describes what is going to do and makes a rok CLI more intuitive -
registeris syntactic sugar for API POST request that register a cluster that has been already created
Edited by Matej Feder