DOC: add INSTALL.md
This commit is contained in:
parent
92296bf1ae
commit
6b66856dc4
2 changed files with 12 additions and 1 deletions
12
INSTALL.md
Normal file
12
INSTALL.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Install k3s single master node
|
||||
|
||||
```
|
||||
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable traefik,metrics-server" sh -s -
|
||||
```
|
||||
|
||||
Copy `/etc/rancher/k3s/k3s.yaml` on your machine located outside the cluster as
|
||||
`~/.kube/config`.
|
||||
|
||||
Then:
|
||||
* replace "127.0.0.1" with the IP or name of your K3s server.
|
||||
* rename cluster/context/auth (Hint: `s/default/myserver/g`)
|
|
@ -1,6 +1,5 @@
|
|||
# Kubernetes Baseline
|
||||
|
||||
Install:
|
||||
* [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
|
||||
* [cert-manager](https://cert-manager.io/)
|
||||
* [metrics-server](https://github.com/bitnami/charts/tree/master/bitnami/metrics-server)
|
||||
|
|
Loading…
Reference in a new issue