Skip to content

Commit

Permalink
chore: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinnema committed Dec 14, 2023
1 parent e2104f2 commit 98d362e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,22 @@ pip install -r requirements.txt
Make sure that you are using the correct K8s context (check `kubectl config get-contexts`)
Or set your context using `kubectl config set-context`

Requirements:
* helm installed (https://helm.sh/docs/intro/install/)
* kubectl installed (https://kubernetes.io/docs/tasks/tools/)
* skaffold installed (https://skaffold.dev/docs/install/)


```bash
conda activate salk

# prepare the Helm chart
harness-deployment cloud-harness . -t <docker tag> -d <the.domain.com> -r <docker registry> -rs <docker registry secret> -n <namespace> -e prod -i portal

# build the images
skaffold build

# install the application
helm upgrade salk ./deployment/helm --install --reset-values --version 0.0.1 --namespace <namespace> --values ./deployment/helm/values.yaml --timeout 600s
```

Expand All @@ -49,7 +61,7 @@ Run the `setup.sh` script to setup your minikube cluster.
The script will also build all Docker images and installs the deployment using `skaffold`

Requirements:
* minikube installed
* kubectl installed
* skaffold installed
* helm installed
* helm installed (https://helm.sh/docs/intro/install/)
* kubectl installed (https://kubernetes.io/docs/tasks/tools/)
* minikube installed (https://minikube.sigs.k8s.io/docs/start/)
* skaffold installed (https://skaffold.dev/docs/install/)

0 comments on commit 98d362e

Please sign in to comment.