python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Budibase helm deployment: host not found in resolver "kube-dns.kube-system.svc.cluster.local" in /etc/nginx/nginx.conf
I installed k8s with kubespray, which deployed coredns as the dns service. When trying to install Budibase through the Helm chart, I'm getting the following error:
[emerg] host not found in resolver &...
Olivier Boudry
Votes: 0
Answers: 1
etc/kubernetes/admin.conf didn't created - kubespray
I want to install the new cluster on 3 machines.
I ran this command:
ansible-playbook -i inventory/local/hosts.ini --become --become-user=root cluster.yml
but the installation failed:
TASK [remove-no...

shai kam
Votes: 0
Answers: 1
how to set containerd in offline.yml at old version of kubespray
In the new Kubespray release containerd is set as default, but the old one isn't.
I want to change docker to containerd in old version and install it with that version.
When I looked the offline.yml I...

Orkun
Votes: 0
Answers: 1
Kubespray scale Ansible playbook cannot find /etc/kubernetes/admin.conf
I want to extend my Kubernetes cluster by one node.
So I run the scale.yaml Ansible playbook:
ansible-playbook -i inventory/local/hosts.ini --become --become-user=root scale.yml
But I am getting the...
Ronny Forberger
Votes: 0
Answers: 1