You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -188,13 +188,13 @@ make clean
188
188
189
189
## Deployment
190
190
191
-
If you have successfully built the OpenECPDS containers and enabled Kubernetes in Docker, navigate to the following directory where another[Makefile](run/bin/ecpds/Kubernetes/Makefile) is available:
191
+
If you have successfully built the OpenECPDS containers and enabled Kubernetes in Docker, navigate to the following directory where a[Makefile](deploy/kubernetes/Makefile) is available:
192
192
193
193
```
194
-
cd run/bin/ecpds/Kubernetes
194
+
cd deploy/kubernetes
195
195
```
196
196
197
-
To convert the [docker-compose.yml](run/bin/ecpds/Kubernetes/docker-compose.yml) file into Kubernetes YAML files in the `k8s-configs` directory and start the pods, run:
197
+
To convert the [docker-compose.yml](deploy/kubernetes/docker-compose.yml) file into Kubernetes YAML files in the `k8s-configs` directory and start the pods, run:
0 commit comments