aboutsummaryrefslogblamecommitdiff
path: root/script/k8s/README.md
blob: 4231d3aa9484e979ade52c09a4c25eae0a2bba6a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
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.
```