diff --git a/INSTALL.md b/INSTALL.md deleted file mode 100644 index c59a686..0000000 --- a/INSTALL.md +++ /dev/null @@ -1,12 +0,0 @@ -# Install k3s single master node - -``` -curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable traefik" 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 5376bbb..14f79b8 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,18 @@ Run `kubectl apply -f init.yml` to install: * [keel](https://keel.sh) * [reloader](https://github.com/stakater/Reloader) +## Installation (k3s + baseline) + +`ansible-playbook -i , install.yml` + +## Installation (baseline only) + +make sure kubectl is configure to reach the destination cluster, then: + +`kubectl apply -f init.yml` + ## Notes -### ingress-nginx servicemonitor - -For unknown reasons the servicemonitor is not create on helm install and therefore no metrics will be scraped by prometheus. -Use `helm upgrade -n ingress-nginx ingress-nginx ingress-nginx/ingress-nginx` to force an update of t the release. - ### Linode PROXY protocol needs to be enabled for ingress-nginx to see the clients IP in ingress log.