Add files to quickly test k8s

This commit is contained in:
Quentin Dufour
2022-04-05 15:04:27 +02:00
parent 94f1e48fff
commit 7e1ac51b58
4 changed files with 107 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Spawn a cluster with minikube
```bash
minikube start
minikube kubectl -- apply -f config.yaml
minikube kubectl -- apply -f daemon.yaml
minikube dashboard
minikube kubectl -- exec -it garage-0 --container garage -- /garage status
# etc.
```