Skip to content

Commit

Permalink
Re order to include deploy steps in order
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Nov 1, 2023
1 parent 9a15429 commit e8d39fd
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,29 @@ As a part of the create process a handful of utilities will be downloaded. You'
eval $(make env)
```

## Cleanup pocketdune cluster
## Deployment

Once you are done with the cluster, you can remove it with:
Once you have created the kind cluster via this project, you should be able to select your deployment target from `daq-kube`. See that [repo](https://github.com/DUNE-DAQ/daq-kube) for instructions.

Odds are you want to run:

```bash
make remove-pocketdune-cluster
cd daq-kube
kluctl deploy -t pocket
```

## Deployment

Once you have created the kind cluster via this project, you should be able to select your deployment target from `daq-kube`. See that [repo](https://github.com/DUNE-DAQ/daq-kube) for instructions.

If you recieve:

```
```shell
✗ target pocket not existent in kluctl project config
```

You should first `cd daq-kube`.
You skipped running `cd daq-kube`.

## Cleanup pocketdune cluster

Once you are done with the cluster, you can remove it with:

```bash
make remove-pocketdune-cluster
```

0 comments on commit e8d39fd

Please sign in to comment.