Skip to content

Commit

Permalink
Update kubeslice-cli-demo.mdx (#187)
Browse files Browse the repository at this point in the history
fix command
  • Loading branch information
oilbeater authored Aug 9, 2024
1 parent 0161d06 commit ca29894
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before you begin, ensure the following prerequisites are met:

## Install KubeSlice

The `kubeslice-cli install profile=<minimal-demo|full-demo>` command creates a demo topology consisting of one controller and
The `kubeslice-cli install --profile=<minimal-demo|full-demo>` command creates a demo topology consisting of one controller and
two worker clusters. The **full-demo** deploys the application on the `demo` slice, whereas the **minimal-demo** requires that an application
be deployed on the `demo` slice.

Expand Down Expand Up @@ -84,7 +84,7 @@ You have successfully installed the KubeSlice Controller on the controller clust
:::


The `kubeslice-cli install profile=minimal-demo` command creates a slice called `demo` after successfully installing KubeSlice Controller
The `kubeslice-cli install --profile=minimal-demo` command creates a slice called `demo` after successfully installing KubeSlice Controller
and the Slice Operator on the worker clusters. To validate the demo slice, see [Validate the Slice](#validate-the-slice).

You can now onboard the iperf application on the `demo` slice. To onboard the application on the slice, see
Expand Down

0 comments on commit ca29894

Please sign in to comment.