From 47bea912211d2877826cdc3fc6cb167fc5144999 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Fri, 20 Apr 2018 17:24:00 +0100 Subject: [PATCH] Fix typo: sparsingly -> sparingly (#8138) --- docs/setup/independent/create-cluster-kubeadm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/independent/create-cluster-kubeadm.md b/docs/setup/independent/create-cluster-kubeadm.md index 39a80783ce..fb50fc201f 100644 --- a/docs/setup/independent/create-cluster-kubeadm.md +++ b/docs/setup/independent/create-cluster-kubeadm.md @@ -432,7 +432,7 @@ kubectl --kubeconfig ./admin.conf get nodes case, you can copy the `admin.conf` file to be accessible by some other user and `scp` using that other user instead. - The `admin.conf` file gives the user _superuser_ privileges over the cluster. - This file should be used sparsingly. 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 whitelist privileges. You can do this with the `kubeadm alpha phase kubeconfig user --client-name ` command. That command will print out a KubeConfig file to STDOUT which you