kid icon indicating copy to clipboard operation
kid copied to clipboard

Utility to launch Kubernetes in Docker

Results 7 kid issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/usr/bin/kid", line 9, in load_entry_point('kid==0.9.6', 'console_scripts', 'kid')() File "/usr/lib/python2.7/dist-packages/kid/run.py", line 102, in main module = kid.load_template(f, name='__main__', cache=False) File "/usr/lib/python2.7/dist-packages/kid/__init__.py", line 146, in load_template...

Running OS X El Capitan && Docker for Mac 1.12. Upon `./kid up` I always get ``` Docker for Mac detected docker: Error response from daemon: Mounts denied: The path...

When using `kid up`, the following output is generated: ``` $ ./kid up WARNING: No swap limit support WARNING: No swap limit support ``` When adding set -x to the...

I've tried setting KUBERNETES_VERSION=1.6.2 but although the correct hyperkube version is pulled (gcr.io/google_containers/hyperkube-amd64:v1.6.2) it fails to start correctly with Docker reporting the container as stopped. Googling for "kubelet 1.6 in...

I have this error (on commit 75c9f5243358f920ee478f277d350491471b081d all worked properly). Env: - ubuntu 16.04 - docker 1.11.2 - kubectl 1.2.0 `docker: Error response from daemon: linux mounts: Path /var/lib/kubelet is...

I'm trying to use `kid` to set up Kubernetes on my workstation, which sits behind the usual corporate HTTP proxy. At hte moment `kid` is blocking here: ``` $ kid...

Hi Vyshane, Kid is almost prefect to me until I run it on my Macbook: I used a simple configmap, given /path/to/config/my-config.properties > kubectl create configmap my-config --from-file /path/to/config then...