kubernetes-vagrant-coreos-cluster
kubernetes-vagrant-coreos-cluster copied to clipboard
Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.
I'm not sure this is related to this specific project but it look like the persistent volumes aren't created dynamically. I've added the following StorageClasses but once I deploy a...
==> master: ==> master: Switched to context "local". ==> master: Remote command execution finished. ==> master: Configuring Kubernetes DNS... ==> master: Executing remote command "/opt/bin/kubectl create -f /home/core/dns-controller.yaml"... ==> master:...
I checked your Vagrantfile. In this coding, config.proxy.http set 'http://localhost:3128' If then master instance reffer own localhost IP. So it is better to use '10.0.2.2' instead 'localhost'. On the other...
I have some problem after run your Vagrant file. First of all minikube.exe not working well. and second minikube is refused to 10.0.2.2:3128 as proxy and last, 2 comannd promt...
This is a great project @pires .., one minor nit: Is there a reason why kubectl isn't available on the linux masters? It seems a little unweildy to need to...
Hi @pires, Continue to love your project. I spend a lot of times on airplanes so I can't always re-start the cluster. Can I create the cluster from local copies...
With the release of Kubernetes 1.4.0, there's now `kubeadm`, a tool that makes it even easier to bootstrap a cluster. It would be interesting to adopt this in a separate...
In case more than 2 nodes are started, vagrant still sees only node-01 and node-02. It is not possible to ssh into higher nodes via vagrant, nor halt them. If...