-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
238 additions
and
20 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
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
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,40 @@ | ||
--- | ||
body_class: object command | ||
--- | ||
|
||
# System commands | ||
|
||
<section> | ||
|
||
<table class="fields"><tr><th>Platforms</th><td>Kubernetes, Docker, Podman, Systemd</td></table> | ||
|
||
</section> | ||
|
||
<section> | ||
|
||
## Usage | ||
|
||
~~~ shell | ||
skupper system [command] [options] | ||
~~~ | ||
|
||
</section> | ||
|
||
<section> | ||
|
||
## Commands | ||
|
||
<table class="objects"> | ||
<tr><th><a href="setup.html">System setup</a></th><td><p>Install and configure the Skupper components for the current namespace</p> | ||
</td></tr> | ||
<tr><th><a href="teardown.html">System teardown</a></th><td><p>Remove the Skupper components from the current namespace</p> | ||
</td></tr> | ||
<tr><th><a href="start.html">System start</a></th><td><p>Start running the Skupper components for the current site</p> | ||
</td></tr> | ||
<tr><th><a href="stop.html">System stop</a></th><td><p>Shut down the Skupper components for the current site</p> | ||
</td></tr> | ||
<tr><th><a href="reload.html">System reload</a></th><td><p>Reload the site configuration</p> | ||
</td></tr> | ||
</table> | ||
|
||
</section> |
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,23 @@ | ||
--- | ||
body_class: object command | ||
--- | ||
|
||
# System reload command | ||
|
||
<section> | ||
|
||
Reload the site configuration. | ||
|
||
<table class="fields"><tr><th>Platforms</th><td>Docker, Podman, Systemd</td></table> | ||
|
||
</section> | ||
|
||
<section> | ||
|
||
## Usage | ||
|
||
~~~ shell | ||
skupper system reload [options] | ||
~~~ | ||
|
||
</section> |
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,24 @@ | ||
--- | ||
body_class: object command | ||
--- | ||
|
||
# System setup command | ||
|
||
<section> | ||
|
||
Install and configure the Skupper components for the current | ||
namespace. | ||
|
||
<table class="fields"><tr><th>Platforms</th><td>Kubernetes, Docker, Podman, Systemd</td></table> | ||
|
||
</section> | ||
|
||
<section> | ||
|
||
## Usage | ||
|
||
~~~ shell | ||
skupper system setup [options] | ||
~~~ | ||
|
||
</section> |
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,23 @@ | ||
--- | ||
body_class: object command | ||
--- | ||
|
||
# System start command | ||
|
||
<section> | ||
|
||
Start running the Skupper components for the current site. | ||
|
||
<table class="fields"><tr><th>Platforms</th><td>Docker, Podman, Systemd</td></table> | ||
|
||
</section> | ||
|
||
<section> | ||
|
||
## Usage | ||
|
||
~~~ shell | ||
skupper system start [options] | ||
~~~ | ||
|
||
</section> |
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,23 @@ | ||
--- | ||
body_class: object command | ||
--- | ||
|
||
# System stop command | ||
|
||
<section> | ||
|
||
Shut down the Skupper components for the current site. | ||
|
||
<table class="fields"><tr><th>Platforms</th><td>Docker, Podman, Systemd</td></table> | ||
|
||
</section> | ||
|
||
<section> | ||
|
||
## Usage | ||
|
||
~~~ shell | ||
skupper system stop [options] | ||
~~~ | ||
|
||
</section> |
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,23 @@ | ||
--- | ||
body_class: object command | ||
--- | ||
|
||
# System teardown command | ||
|
||
<section> | ||
|
||
Remove the Skupper components from the current namespace. | ||
|
||
<table class="fields"><tr><th>Platforms</th><td>Kubernetes, Docker, Podman, Systemd</td></table> | ||
|
||
</section> | ||
|
||
<section> | ||
|
||
## Usage | ||
|
||
~~~ shell | ||
skupper system teardown [options] | ||
~~~ | ||
|
||
</section> |
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