diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..e11c20c --- /dev/null +++ b/INSTALL.md @@ -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`) diff --git a/README.md b/README.md index a8582bb..16cf7ce 100644 --- a/README.md +++ b/README.md @@ -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)