Skip to content

Commit

Permalink
Merge pull request #634 from kthcloud/dev
Browse files Browse the repository at this point in the history
Fix typos in README
  • Loading branch information
saffronjam authored Jun 1, 2024
2 parents 109be64 + 6f4e40e commit e44cd34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It is hosted at [https://api.cloud.cbh.kth.se/deploy/v2](https://api.cloud.cbh.k

## 🛠️ Local environment

go-deploy can be hosted locally using the `setup.sh` script found under the `scripts/local` directory. The script will set up an enitre local environment with every sevice installed in a Kind Kubernetes cluster on your local machine.
go-deploy can be hosted locally using the `setup.sh` script found under the `scripts/local` directory. The script will set up an entire local environment with every service installed in a Kind Kubernetes cluster on your local machine.

Refer to the [local environment documentation](scripts/local/README.md) for more information.

Expand Down
2 changes: 1 addition & 1 deletion scripts/local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following storage classes are created:
| `deploy-vm-scratch` | Storage class scratch space for VMs |

### Port Configuration
The setup scripts generates a `cluster-config.rc` with random prots in the NodePort range `30000-32767`. The ports are used to expose the services in the Kubernetes cluster and VM ports in go-deploy.
The setup script generates a `cluster-config.rc` with random ports in the NodePort range `30000-32767`. The ports are used to expose the services in the Kubernetes cluster and VM ports in go-deploy.

## `teardown.sh`

Expand Down

0 comments on commit e44cd34

Please sign in to comment.