Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Skylar <[email protected]>
  • Loading branch information
skylarmb authored Jul 8, 2024
1 parent ac78180 commit f7710d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ minikube tunnel
1. Create a new flow to test a development `voting-app-ui-v2` version in production

```bash
kardinal flow create voting-app-ui voting-app-ui-v2 --docker-compose ../examples/voting-app/docker-compose.yaml
kardinal flow create voting-app-ui voting-app-ui-v2 --docker-compose ./examples/voting-app/docker-compose.yaml
```

2. Check how the topology has changed, to reflect both prod and the dev version, in the cloud Kontrol FE using this URL: https://app.kardinal.dev/{use-your-tenant-UUID-here}/traffic-configuration
Expand All @@ -149,7 +149,7 @@ kardinal flow create voting-app-ui voting-app-ui-v2 --docker-compose ../examples
1. Remove the flow created for the `voting-app-ui-v2`

```bash
kardinal flow delete --docker-compose ../examples/voting-app/docker-compose.yaml
kardinal flow delete --docker-compose ./examples/voting-app/docker-compose.yaml
```

2. Check the topology again to, it's showing only the production version as the beginning, in the cloud Kontrol FE using this URL: https://app.kardinal.dev/{use-your-tenant-UUID-here}/traffic-configuration
Expand Down

0 comments on commit f7710d4

Please sign in to comment.