Updated readme
This commit is contained in:
parent
dcb72f7b52
commit
6b6616f993
@ -1,5 +1,10 @@
|
|||||||
# Installation Guide for Kubernetes Cluster
|
# 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
|
### 1. Download kubectl
|
||||||
```shell
|
```shell
|
||||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
||||||
|
0
kube-cluster-install-r.sh → kube-cluster-worker-install.sh
Normal file → Executable file
0
kube-cluster-install-r.sh → kube-cluster-worker-install.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user