If you want to scale nodes in cluster, you can execute script `upgrade-cluster.sh` after environment initialized.
#### Tips - ANONYMOUS AUTH ENABLING BEFORE SCALE
`kubeadm` using bootstrap token to join newly added nodes into cluster, which means we need **enable anonymous authentication** for `kube-apiserver` temporally.
You need edit `/etc/kubernetes/manifests/kube-apiserver.yaml` on master-01 node and set `--anonymous-auth=true` and you must recovery it to `false` when cluster has been scaled.