ansible-role-kubernetes
ansible-role-kubernetes copied to clipboard
Ansible Role - Kubernetes
Trying to bring up a simple k8s cluster with one master and one worker node. Just bringing them up using vagrant brings me to the following problem: It seems that...
Hi, I just saw this message in the Kubernetes website: > The legacy Linux package repositories (apt.kubernetes.io and yum.kubernetes.io) > have been deprecated and will be frozen starting from September...
I'm using latest but for Ubuntu 22.04 I had to follow these steps first to get this Ansible role to work: https://kubernetes.io/docs/setup/production-environment/container-runtimes/#forwarding-ipv4-and-letting-iptables-see-bridged-traffic ``` - name: geerlingguy.kubernetes version: 7.1.2 ```
After installation, hostnames of all nodes were changed to ubuntu.
This change ensures that the kublet is in a stopped state before running the kubeadm join commands. This prevents preflight errors such as "Port 10250 is in use", e.g.: ![Screenshot...
I am trying to run the role on a new virtual machine running `ubuntu22.04`. I am using most of the defaults from the role including the `kubernetest_version: 1.25.0`. When running...
Hi, I am trying install kubernetes in vagrant image, and always get this in console, I don't know why that appears if my user with which I am logged in...
Hello, everyone, I am running this beautiful module on Debian 12 and the log can be found below: ### Environment ``` $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux"...
Hi! I've been trying to figure out which OS's are supported, from what I can tell Ubuntu 24.04 is not, am I right? ``` TASK [geerlingguy.docker : Ensure old versions...