Skip to content

Commit

Permalink
refactoring of forwarder healing example
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Avramenko <avramenkomihail15@gmail.com>
  • Loading branch information
Mixaster995 committed Jun 7, 2021
1 parent c95f5b6 commit 3a19451
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
11 changes: 11 additions & 0 deletions examples/heal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Feature examples

This document contain links for heal examples of NSM.

## Requires

To run any heal example follow steps for [Basic NSM setup](../basic)

## Includes

- [Local Forwarder restart](./local-forwarder-healing)
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Test kernel to kernel connection
# Test local forwarder restart


This example shows that NSC and NSE on the one node can find each other.
This example shows that NSM keeps working after the local Forwarder restart.

NSC and NSE are using the `kernel` mechanism to connect to its local forwarder.

Expand Down
5 changes: 5 additions & 0 deletions examples/heal/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
generateName: ns-

0 comments on commit 3a19451

Please sign in to comment.