-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactoring of forwarder healing example
Signed-off-by: Mikhail Avramenko <avramenkomihail15@gmail.com>
- Loading branch information
1 parent
c95f5b6
commit 3a19451
Showing
3 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
5 changes: 2 additions & 3 deletions
5
...use-cases/LocalForwarderHealing/README.md → ...es/heal/local-forwarder-healing/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
apiVersion: v1 | ||
kind: Namespace | ||
metadata: | ||
generateName: ns- |