docker-compose-kubernetes icon indicating copy to clipboard operation
docker-compose-kubernetes copied to clipboard

Launch a local Kubernetes cluster via Docker Compose

Results 3 docker-compose-kubernetes issues
Sort by recently updated
recently updated
newest added

Hi, I end up with such error: ``` $ ./kube-up.sh WARNING: devicemapper: usage of loopback devices is strongly discouraged for production use. Use `--storage-opt dm.thinpooldev` to specify a custom block...

Hi, Something that caught my eye is that this setup does not create a token for the default service account. Have you experienced the same problem? and if so, how...

This PR adds the following: - a `.settings` script to enable/disable the k8s addons (DNS,UI) as well as other stuff (port forwarding, routes etc.) - some reformatting and colors for...