vagrant-kubeadm-kubernetes
vagrant-kubeadm-kubernetes copied to clipboard
Vagrantfile & Scripts to setup Kubernetes Cluster using Kubeadm for CKA, CKAD and CKS practice environment
As Ubuntu 22.04 Jammy Jellyfish is a LTS release, it will be better to migrate scripts/images to use this version. This depends on: https://github.com/cri-o/cri-o/issues/5838 and https://github.com/chef/bento/issues/1405
Following the instructions and after running `vagrant up` when I checked all pods in the `kube-system` namespace, I found the `metrics-server` pod is not in ready state. This prevents `kubectl...
I've been working with the Vagrantfile provided, and I must say, it's exceptionally well-structured and easy to follow – great job on this! I wanted to discuss a small adjustment...
A few changes to make it easier to set it up with VirtualBox or libvirt.
When run `kubectl proxy` and access `http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/#/login`, below error occurs. ```json { "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "error trying to reach service: dial tcp 10.85.0.2:8443: connect:...
When step: - name: Add an apt signing key for Kubernetes apt_key: url: https://packages.cloud.google.com/apt/doc/apt-key.gpg state: present - name: Adding apt repository for Kubernetes apt_repository: repo: deb https://apt.kubernetes.io/ kubernetes-xenial main state:...
After setting up the initial cluster, it is discovered that there is no network connectivity. Attempted to troubleshoot the issue by running the following commands: ```bash kubectl apply -f https://k8s.io/examples/admin/dns/dnsutils.yaml...
I noticed a small typo in the README
I've fetched the latest code, but I always get error when execute kubeadm init in master.sh. Because our location can not direct fetch images from google, so add another --image-repository,...