Skip to content

Commit

Permalink
Add Release tab for Borelias release. (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Warnicke <hagbard@gmail.com>
  • Loading branch information
edwarnicke committed May 20, 2020
1 parent 76d63d4 commit 1bebdab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/releases/a.md
@@ -1,7 +1,7 @@
+++
title = "Andromeda release v0.1.0"
image = "/img/releases/andromeda.png"
weight = 1
weight = 2
date = "2019-05-14"
publishDate ="2019-04-03"
+++
Expand Down
18 changes: 18 additions & 0 deletions content/docs/releases/b.md
@@ -0,0 +1,18 @@
+++
title = "Borealis release v0.2.0"
weight = 1
date = "2019-11-27"
+++

NSM is released through a set of helm charts, which are easily deployable in your Kubernetes cluster:

```bash
helm repo add nsm https://helm.nsm.dev/
helm install nsm/nsm
```

*NOTE: NSM v0.2.0 was released against Helm 2, other version have not been tested.*

Please follow the [Quickstart Guide](https://github.com/networkservicemesh/networkservicemesh/blob/release-0.2/docs/guide-quickstart.md) for more details.

There are also [Examples](https://github.com/networkservicemesh/examples/tree/release-0.2) that illustrate the usage of NSM in more complex scenarios.

0 comments on commit 1bebdab

Please sign in to comment.