ansible-role-kubernetes icon indicating copy to clipboard operation
ansible-role-kubernetes copied to clipboard

Ansible Role - Kubernetes

Results 29 ansible-role-kubernetes issues
Sort by recently updated
recently updated
newest added

I have an issue when using the role: ``` version \"stable-1.21.2\" doesn't match patterns for neither semantic version nor labels (stable, latest, ...)` ``` My config files contains: ``` kubernetes_version:...

hello, i have a test bench with Ubuntu 22.04 with fresh install. After the first run i get this error: https://pastebin.com/cqkrpav2 after the second run i get this: https://pastebin.com/ynN7X677 the...

stale

Is there a way to upgrade the Kubernetes version through this role. Actually I am stuck with older version of Kubernetes `v1.20.15` and not able to upgrade to the kubernetes...

planned

Received this error while using this role to install k8s on an ubuntu 20.04 server. { "msg": "Failed to reload sysctl: kernel.panic = 10\nnet.ipv6.conf.all.disable_ipv6 = 1\nsysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No...

bug

I'm wondering why you choose to develop an own ansible role and not use [kubespray](https://github.com/kubernetes-sigs/kubespray) ? COuld you pls document this/compare both in your README.md ?

planned

See: https://twitter.com/Dixie3Flatline/status/1334188919215116291 Basically, Kubernetes 1.20 and on are going to drop support for Docker as the container runtime on nodes—so it would be best to switch to something like containerd...

planned

Hi, I am using this role for the first time to install Kubernetes on 2 Ubuntu 20.04 VMs. During script execution the following TASK Fails ``` TASK [geerlingguy.kubernetes : Add...

bug
upstream

> Please adapt your tooling built on top of kubeadm to use the "node-role.kubernetes.io/control-plane" label. > The taint applied to control-plane nodes "node-role.kubernetes.io/master:NoSchedule" is now deprecated and will be removed...

planned

I have set following vars to configure subnet for pods: ``` kubernetes_pod_network: cni: 'calico' cidr: '10.11.0.0/16' ``` However it gets default subnet 192.168.0.0/16 I looked to cluster info and there...

planned