You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garage/script/k8s
Quentin 7e1ac51b58 Add files to quickly test k8s 1 year ago
..
README.md Add files to quickly test k8s 1 year ago
admin.yaml Add files to quickly test k8s 1 year ago
config.yaml Add files to quickly test k8s 1 year ago
daemon.yaml Add files to quickly test k8s 1 year ago

README.md

Spawn a cluster with minikube

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.