Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: modify the layout #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/starship/get-started/step-3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you are constrained on resources, checkout the next step for [`tiny-starship.
Documentation has more details on the configuration options and how to reduce the resource usage.
For the tutorial we will keep it simple.

## 3.3) Spin up the infrastructure
## 3.2) Spin up the infrastructure
Spin up the infrastructure with
```bash
starship start --config config.yaml
Expand All @@ -79,7 +79,7 @@ kubectl get pods
watch kubectl get pods
```

## 3.4) Check the status of the infrastructure
## 3.3) Check the status of the infrastructure
```bash
starship get-pods
```
Expand Down