️ Invoke kind script to automatically start a k8s cluster

This commit is contained in:
Jérôme Petazzoni
2025-10-29 16:09:42 +01:00
parent 3c9c6a80a9
commit c0a1f05cfc

View File

@@ -9,7 +9,7 @@
"forwardPorts": [],
//"postCreateCommand": "... install extra packages...",
"postStartCommand": "dind.sh",
"postStartCommand": "dind.sh ; kind.sh",
// This lets us use "docker-outside-docker".
// Unfortunately, minikube, kind, etc. don't work very well that way;