k3d-demo icon indicating copy to clipboard operation
k3d-demo copied to clipboard

Demo of k3d: Tool to run k3s (Kubernetes) in Docker

Results 5 k3d-demo issues
Sort by recently updated
recently updated
newest added

More explanation here. https://github.com/k3d-io/k3d-demo/issues/15 This is a suggested fix with a hard-coded filename. If a dynamic filename is needed, other info could be added (e.g. repo namespace and repo name,...

Hi, I got this error when trying out `make demo`. It occurred when I canceled `make demo` once to install helm (during the prompt for `Step: Deploy the sample app...

Using the $ make demo or ./scripts/lifecycle.sh Will generate a command like this on Windows in GitBash; # Command: k3d cluster create demo --api-port 6550 --servers 1 --agents 3 --port...

After seeing a few Drone CI runs spin and then fail after an hour, I added a basic sanity check on the value of $DRONE_BUILD_STARTED (i.e. `- echo sanity -...

Upon running `make demo` i discovered that the script would continue regardless of whether or not the docker daemon is running so I added this check.