Skip to content

Commit

Permalink
minor changes to README
Browse files Browse the repository at this point in the history
arashkaffamanesh committed Mar 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c78c8cd commit 2202904
Showing 2 changed files with 10 additions and 17 deletions.
25 changes: 9 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion node-red.yaml
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ metadata:
kubernetes.io/ingress.class: traefik
spec:
rules:
- host: node-red.k8s.local
- host: worker1
http:
paths:
- path: /

0 comments on commit 2202904

Please sign in to comment.