mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.6k stars 4.48k forks source link

08 Bootstrapping the Kubernetes Control Plane problem #284

Closed stuninslave closed 2 years ago

stuninslave commented 2 years ago

Hello! Going through the documentation step-by-step i get an error while bootstraping control plane. I've checked myself and reproduce the issue twice.

kube-scheduler and kube-controll-manager status is Unhealthy Get http://127.0.0.1:10251/healthz: dial tcp 127.0.0.1:10251: connect: connection refused .

Using virtualbox +vagrant on windows 11 . Get an error in verification: image

Kubectl image

uname -a

image

kube-scheduller config

image

Encryption config image

Controll manager config image

systemctl image

stuninslave commented 2 years ago

:<

albertriu98 commented 2 years ago

It happens the same to me

Farshid1723 commented 2 years ago

Hi @albertriu98 and @stuninslave , Have you been able to fix the issue? I am stuck with the same issue here.

stuninslave commented 2 years ago

Hello @Farshid1723, unfortunately, no. I've skipped this installation, and just bought kodekloud subscribition to learn kubernetes instead.

fireflycons commented 2 years ago

Hi @stuninslave @Farshid1723 @albertriu98 Yesterday we merged a major update to bring this to v1.24 including many bug fixes. Please try it now.