diff --git a/README.md b/README.md index f57e515..d9ea1b9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Installation Guide for Kubernetes Cluster +#### Quick install for kubernetes cluster for worker node +```shell +curl -s -L https://raw.githubusercontent.com/sombochea/kubernetes-installation/main/kube-cluster-install-r.sh | sudo bash +``` + ### 1. Download kubectl ```shell curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" diff --git a/kube-cluster-install-r.sh b/kube-cluster-worker-install.sh old mode 100644 new mode 100755 similarity index 100% rename from kube-cluster-install-r.sh rename to kube-cluster-worker-install.sh