Questions tagged [kubeadm]

OFF-TOPIC most likely. Kubeadm is a tool built to provide kubeadm init and kubeadm join as best-practice “fast paths” for creating Kubernetes clusters. Questions about installing or configuring Kubernetes clusters are generally not on-topic for Stack Overflow and should be asked on another site.

kubeadm is a tool to create Kubernetes clusters.

Questions about creating Kubernetes clusters are most likely off-topic for Stack Overflow and should be asked on another site:

If a developer needs to create their own Kubernetes cluster, they will typically use a higher-level tool such as , , or , rather than directly invoking kubeadm.

606 questions
-1
votes
3 answers

Cluster install with `kubeadm` on Ubuntu. Failing on `kubeadm init` with `getsockopt: connection refused`

I'm running Ubuntu 16.0.4. I am in the process of starting a Kubernetes cluster using kubeadm. I am currently initializing the master node with kubeadm init. I get the following error: [kubelet-check] The HTTP call equal to 'curl -sSL…
David West
  • 2,256
  • 6
  • 32
  • 62
-2
votes
2 answers

Does kubernetes cluster createdes with kubeadm required Docker and Kublet to be installed on each master node?

When creating a Kubernetes cluster using kubeadm, do we need to install kubelet and Docker on master nodes as well? if yes why?
Ohad
  • 1,563
  • 2
  • 20
  • 44
-2
votes
1 answer

Kubernetes service not accessible from out of network

i run kub cluster in my vmware with a master node and 4 workers. everything works fine except my service. i run nginx RS with 4 instance (one per worker) and create a NodePort service. i can access to my nginx on each worker ip but i want to request…
sadegh
  • 153
  • 2
  • 14
-3
votes
1 answer

restore destroyed kubeadm master

I created a 1-master 2-workers kubernetes cluster using kubeadm 1.20 and backed up the etcd. I destroyed the master on purpose to see test how to get cluster back to running state. Kubernetes version: 1.20 Installation method: kubeadm Host OS:…
Oliver
  • 27,510
  • 9
  • 72
  • 103
-4
votes
1 answer

Why do Kubernetes' containers fail when ran on runsc (gVisor) as a runtime in Docker?

I am running a single master Kubernetes cluster with Docker. I wanted to try runsc (gVisor) on Kubernetes. I just wanted to start each container in a separate sandbox. So I set runsc as the default runtime and restarted the Docker service. To my…
Adhil Roshan
  • 26
  • 1
  • 5
1 2 3
40
41