diff --git a/README.md b/README.md index 6265b74..28b389d 100644 --- a/README.md +++ b/README.md @@ -14,47 +14,40 @@ You need kubectl and multipass installed on your laptop. ### Install multipass (on MacOS Catalina or Linux) -Multipass v0.9 has been released for MacOS Catalina, please download the latest release: +Get the latest Multipass here: https://github.com/CanonicalLtd/multipass/releases - -```bash -wget https://github.com/CanonicalLtd/multipass/releases/download/v0.9.0/multipass-0.9.0+mac-Darwin.pkg -sudo installer -target / -verbose -pkg multipass-0.9.0+mac-Darwin.pkg -snap install multipass --channel beta/0.9 --classic -``` - -## Installation (3 node with docker) +## Installation (3 node with containerd) Deploy the master node, 2 worker nodes and join the worker nodes into the cluster step by step: ```bash -./1-deploy-kubeadm-master.sh -./2-deploy-kubeadm-nodes.sh +./1-deploy-kubeadm-containerd-master.sh +./2-deploy-kubeadm-containerd-nodes.sh ./3-kubeadm_join_nodes.sh ``` or deploy with a single command: ```bash -./deploy.sh +./deploy-bonsai-containerd.sh ``` -## Installation (3 node with containerd) +## Installation (3 node with docker) Deploy the master node, 2 worker nodes and join the worker nodes into the cluster step by step: ```bash -./1-deploy-kubeadm-containerd-master.sh -./2-deploy-kubeadm-containerd-nodes.sh +./1-deploy-kubeadm-master.sh +./2-deploy-kubeadm-nodes.sh ./3-kubeadm_join_nodes.sh ``` or deploy with a single command: ```bash -./deploy-bonsai-containerd.sh +./deploy.sh ``` You should get something similar to this at the end: diff --git a/node-red.yaml b/node-red.yaml index 051e17c..347c75a 100644 --- a/node-red.yaml +++ b/node-red.yaml @@ -60,7 +60,7 @@ metadata: kubernetes.io/ingress.class: traefik spec: rules: - - host: node-red.k8s.local + - host: worker1 http: paths: - path: /