kubernetes-vagrant-coreos-cluster icon indicating copy to clipboard operation
kubernetes-vagrant-coreos-cluster copied to clipboard

Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.

Results 29 kubernetes-vagrant-coreos-cluster issues
Sort by recently updated
recently updated
newest added

First of all, thank you Mr. Pires, for this very handy Vagrant project. I added the support of the [Kubernetes Metrics Server](https://github.com/kubernetes-incubator/metrics-server). `plugins/metrics-server/` is from [`metrics-server/deploy/1.8+/`](https://github.com/kubernetes-incubator/metrics-server/tree/master/deploy/1.8%2B). And I have to...

enhancement

When I try to run `vagrant up` an error happened: `mount -o vers=4,udp,nolock,vers=4,udp,noatime 172.17.8.1:/home/jhonn/Boxes/kubernetes-vagrant-coreos-cluster /vagrant mount.nfs: requested NFS version or transport protocol is not supported` **OS:** Arch Linux 4.18 **Provider**:...

help wanted
question

happens randomly. sometimes 2h into use, sometimes 30m. have to completely destroy and start vagrant again. whats the issue?

INFO global: Vagrant version: 2.1.1 INFO global: Ruby version: 2.4.4 INFO global: RubyGems version: 2.6.14.1 INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\2.1.1\\gems\\vagrant-2.1.1\\bin\\vagrant" INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded" INFO global: VAGRANT_INSTALLER_ENV="1" INFO global: VAGRANT_INSTALLER_VERSION="2" INFO global: VAGRANT_LOG="debug"...

Hi, Great job to put this all together. I have an issue though. Once the master is up & running, the K8s install start but one file is empty (it...

…stem:coredns' is forbidden and fix empty temp/coredns-deployment.yaml Windows 10 Home, VirtualBox 5.2.8, Vagrant 2.0.2.

- WIndows 10 Home, - VirtualBox 5.2.8, - Vagrant 2.0.2. Note that: 1. `v.customize ["modifyvm", :id, "--paravirtprovider", "minimal"] # fix freeze "vagrant up" on master: SSH auth method: private key`...

Hi, Any solution for this? > [root@xyz kubernetes-vagrant-coreos-cluster]# NODE_MEM=2048 NODE_CPUS=1 NODES=3 USE_KUBE_UI=true KUBERNETES_VERSION=1.10.4 vagrant up > WARNING: Vagrant has detected the `vagrant-triggers` plugin. This plugin conflicts > with the internal...

More of a feature request than an issue. I've been trying to get this working myself but I'm very new to Vagrant. Essentially I'd like to able to mount a...