Merge pull request #42128 from benileo/master
Remove obsolete references to 'kubeadm alpha kubeconfig' commandpull/42354/head
commit
e111c4c3d6
|
@ -423,7 +423,7 @@ and `scp` using that other user instead.
|
||||||
The `admin.conf` file gives the user _superuser_ privileges over the cluster.
|
The `admin.conf` file gives the user _superuser_ privileges over the cluster.
|
||||||
This file should be used sparingly. For normal users, it's recommended to
|
This file should be used sparingly. For normal users, it's recommended to
|
||||||
generate an unique credential to which you grant privileges. You can do
|
generate an unique credential to which you grant privileges. You can do
|
||||||
this with the `kubeadm alpha kubeconfig user --client-name <CN>`
|
this with the `kubeadm kubeconfig user --client-name <CN>`
|
||||||
command. That command will print out a KubeConfig file to STDOUT which you
|
command. That command will print out a KubeConfig file to STDOUT which you
|
||||||
should save to a file and distribute to your user. After that, grant
|
should save to a file and distribute to your user. After that, grant
|
||||||
privileges by using `kubectl create (cluster)rolebinding`.
|
privileges by using `kubectl create (cluster)rolebinding`.
|
||||||
|
|
Loading…
Reference in New Issue