Skip to content

Commit

Permalink
docs: add extra sentence, fix command (#5669) (#5672)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3a377e0)

Co-authored-by: caroldelwing <[email protected]>
  • Loading branch information
1 parent f57a028 commit ae4e51c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ Use the following steps to install Palette.
:::tip
If an error occurs during installation, remove the `kind` cluster that was created and restart the installation. To
remove the `kind` cluster, issue the following command. Replace `spectro-mgmt-cluster` with the name of your cluster
if you used a different name.
If an error occurs during the installation, remove the `kind` cluster that was created and restart the process. To
remove the `kind` cluster, install [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) and issue
the following command. Replace `spectro-mgmt-cluster` with the name of your cluster if you used a different name.
```bash
kind delete cluster spectro-mgmt-cluster
kind delete clusters spectro-mgmt-cluster
```
Restart the install process by referencing the `ec.yaml` file that was created during the first installation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ Use the following steps to install Palette VerteX.
:::tip
If an error occurs during installation, remove the `kind` cluster that was created and restart the installation. To
remove the `kind` cluster, issue the following command. Replace `spectro-mgmt-cluster` with the name of your cluster
if you used a different name.
If an error occurs during the installation, remove the `kind` cluster that was created and restart the process. To
remove the `kind` cluster, install [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) and issue
the following command. Replace `spectro-mgmt-cluster` with the name of your cluster if you used a different name.
```bash
kind delete cluster spectro-mgmt-cluster
kind delete clusters spectro-mgmt-cluster
```
Restart the install process by referencing the `ec.yaml` file that was created during the first installation
Expand Down

0 comments on commit ae4e51c

Please sign in to comment.