You can not 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 Dufour 7e1ac51b58 Add files to quickly test k8s 2 years ago
..
README.md Add files to quickly test k8s 2 years ago
admin.yaml Add files to quickly test k8s 2 years ago
config.yaml Add files to quickly test k8s 2 years ago
daemon.yaml Add files to quickly test k8s 2 years 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.