ansible-vbox-vagrant-kubernetes icon indicating copy to clipboard operation
ansible-vbox-vagrant-kubernetes copied to clipboard

Building a Kubernetes Cluster with Vagrant and Ansible

Results 5 ansible-vbox-vagrant-kubernetes issues
Sort by recently updated
recently updated
newest added

I have an issue using this cluster with provisioning of the official Gitlab helmchart and the AWX-operator. Both deployments fail because the Persistent Volumes don't get deployed. At the moment...

enhancement

Hi! I was looking for this exact combination of scripts to automate test lab deployment, but I ran into issues with token generation. Should these still work with the latest...

bug

Heyho dear team from IT Wonder Lab! I've followed your awesome tutorial with a lot of joy, but had a hard time using Vagrant + Ansible as i am working...

Hello, I tried to deploy a 3 master nodes and 2 workers nodes cluster, the result doesn't seem to be right. Thanks $ more Vagrantfile IMAGE_NAME = "bento/ubuntu-18.04" K8S_NAME =...

enhancement

At the end of master node creation, copy the kubectl file to local files (control node). I understand this is a part of [another tutorial ](https://www.itwonderlab.com/en/installating-kubernetes-dashboard/), using the scp command...