Skip to content

Commit 3a89407

Browse files
committed
Windows support for minikube
1 parent e2fd2d5 commit 3a89407

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

kubernetes/minikube/kub-down.bat

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
kubectl delete -f websitevolume-persistentvolumeclaim.yaml ^
3+
-f sslvolume-persistentvolumeclaim.yaml ^
4+
-f letsencryptvolume-persistentvolumeclaim.yaml ^
5+
-f mysql-deployment.yaml ^
6+
-f mysql-service.yaml ^
7+
-f redis-deployment.yaml ^
8+
-f redis-service.yaml ^
9+
-f phpmyadmin-deployment.yaml ^
10+
-f phpmyadmin-service.yaml ^
11+
-f openemr-deployment.yaml ^
12+
-f openemr-service.yaml

kubernetes/minikube/kub-up.bat

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@echo off
2+
kubectl apply -f websitevolume-persistentvolumeclaim.yaml ^
3+
-f sslvolume-persistentvolumeclaim.yaml ^
4+
-f letsencryptvolume-persistentvolumeclaim.yaml ^
5+
-f mysql-deployment.yaml ^
6+
-f mysql-service.yaml ^
7+
-f redis-deployment.yaml ^
8+
-f redis-service.yaml ^
9+
-f phpmyadmin-deployment.yaml ^
10+
-f phpmyadmin-service.yaml ^
11+
-f openemr-deployment.yaml ^
12+
-f openemr-service.yaml

0 commit comments

Comments
 (0)