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: Update the manager deploy kontrol service location command argument #252

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
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
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
```