Skip to content

Commit 3c3be32

Browse files
committed
Rectify docs
1 parent 58159e1 commit 3c3be32

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

docs/setup.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can change the smtp configuration if required however all emails with domain
9393
9494
## Kubernetes
9595
96-
### Helm
96+
### Using Helm Charts
9797
9898
1. Clone the repo
9999
```
@@ -111,31 +111,13 @@ You can change the smtp configuration if required however all emails with domain
111111
minikube tunnel --alsologtostderr
112112
```
113113
114-
crAPI should be available on the `<LOADBALANCER_IP>:8888`
115-
Mailhog on `<LOADBALANCER_IP>:8025`
114+
4. Access crAPI
116115
117-
### Minikube
116+
crAPI should be available on the `<LOADBALANCER_IP>:8888`
117+
Mailhog on `<LOADBALANCER_IP>:8025`
118118
119-
Make sure minikube is up and running as well as the following addons:
120-
`storage-provisioner`, `default-storageclass`, and `registry`.
119+
Or for minikube run the following command to get the URL
121120
122-
1. Expose minikube registry to Docker
123-
124-
```
125-
$ docker run --rm -it --network=host alpine ash -c "apk add socat && socat TCP-LISTEN:5000,reuseaddr,fork TCP:$(minikube ip):5000"
126-
```
127-
2. Build Docker images and push to minikube registry
128-
129-
```
130-
$ deploy/k8s/minikube/build-all.sh
131-
```
132-
3. Bring the k8s cluster up
133-
134-
```
135-
$ deploy/k8s/minikube/deploy.sh
136-
```
137-
138-
4. Run the following command to get the URLs
139121
```
140122
crAPI URL:
141123
$ echo "http://$(minikube ip):30080"

0 commit comments

Comments
 (0)