Skip to content

Commit

Permalink
fix: Update the manager deploy kontrol service location command argum…
Browse files Browse the repository at this point in the history
…ent (#252)
  • Loading branch information
laurentluce authored Sep 26, 2024
1 parent 30d245c commit 08be35c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ All you need is a Kubernetes cluster with Istio enabled, and kubectl installed o
Make sure that kubectl is pointing to your cluster, and then run the following command:

```
kardinal manager deploy kloud-kontrol
kardinal manager deploy kloud-kardinal-kontrol
```

Once installed check out our docs on [creating your first flow](https://kardinal.dev/docs/getting-started/own-app).
Expand Down
4 changes: 2 additions & 2 deletions website/app/docs/getting-started/install/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ istioctl install --set profile=default -y
Make sure that `kubectl` is pointing to your cluster, and then run the following command:

```bash
kardinal manager deploy kloud-kontrol
kardinal manager deploy kloud-kardinal-kontrol
```

Now the Kardinal Manager is deployed in your cluster, you're ready to set up your baseline application and start creating flows.
Expand Down Expand Up @@ -95,4 +95,4 @@ To create a flow on the demo application, run:
kardinal flow create frontend kurtosistech/frontend:demo-on-sale -s productcatalogservice=kurtosistech/productcatalogservice:demo-on-sale
```

For a more in-depth guide to deploying your own application and creating a flow, see our guide on [deploying Kardinal on your own app](/getting-started/own-app).
For a more in-depth guide to deploying your own application and creating a flow, see our guide on [deploying Kardinal on your own app](/getting-started/own-app).
2 changes: 1 addition & 1 deletion website/components/GetStarted/CodeSnippet.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```bash
curl get.kardinal.dev -sL | sh
kardinal manager deploy kloud-kontrol
kardinal manager deploy kloud-kardinal-kontrol
curl -O https://raw.githubusercontent.com/kurtosis-tech/kardinal-playground/main/obd-demo.yaml
kardinal deploy -k obd-demo.yaml
```

0 comments on commit 08be35c

Please sign in to comment.