Pires

Results 319 comments of Pires

That's correct. I haven't tried v1 yet but I'm assuming it no longer uses HTTP Mesos API (which doesn't automagically find the user for you).

``` provisioner: kubernetes.io/gce-pd ``` Did you use this repo to provision a cluster on top of GCP?

Whatever the provisioner you want to use defines.

The provisioner you chose is not available.

Here's [a list of known provisioners](https://kubernetes.io/docs/concepts/storage/storage-classes/#provisioner). For local disk volumes, it's tricky - there's [alpha support coming in Kubernetes 1.9](https://github.com/kubernetes-incubator/external-storage/tree/master/local-volume). Perhaps, you'll be able to get [the NFS provisioner](https://github.com/kubernetes-incubator/nfs-provisioner) to...

This is for local testing/development only. I strongly recommend not to go with this to production!

`kubeadm` is still alpha and there are a few issues when running with providers such as the ones supported in this repo. Don't expect this to hit any time soon.

This happens because when one uses environment variable `NUM_INSTANCES` to set the number of minions to spawn, it actually doesn't get persisted anywhere where `Vagrantfile` can read it and falls...