Skip to content

Commit

Permalink
Update markdown notes format
Browse files Browse the repository at this point in the history
  • Loading branch information
mocsharp committed Sep 7, 2023
1 parent 5b5259b commit edb76ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deploy/helm-charts/docs/01.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.1
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
```

Note: in order to use the default DIMSE port 104, you must update `/etc/kubernetes/manifests/kube-apiserver.yaml`:
> **Note**
> in order to use the default DIMSE port 104, you must update `/etc/kubernetes/manifests/kube-apiserver.yaml`:
```bash
sudo nano /etc/kubernetes/manifests/kube-apiserver.yaml
Expand Down
3 changes: 2 additions & 1 deletion deploy/helm-charts/docs/03.TriggerNewJobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ click on a study, from the menu on the left, click on *Send to DICOM modality* a

After a minute or two, depending on the size of the DICOM dataset, you may find the job listed in Argo.

Note: Check the **Archived Workflows** page if jobs cannot be found on the **Workflows** page.
> **Note**
> Check the **Archived Workflows** page if jobs cannot be found on the **Workflows** page.
Enable UI (http://localhost:2746) access with the following command to forward port 2476:

Expand Down

0 comments on commit edb76ff

Please sign in to comment.