Unable to connect to the server: x509 (Lab 2.2)
Hi everyone,
yesterday I have reset kubeadm because I could not join from master with worker node. It fails showing me this error "a Node with name and status "Ready" already exists in the cluster" (at the moment I don't have screen about this).
Anyway, after resetting it, kubectl throws me this error:

What is the problem?
This is the first time that I see this error.
Thank you,
Regards
Comments
-
If you reset your master node
ckad-1then keep in mind that in the process all the cluster credentials are being reset as well. As a result, if you do not update yourkubectlcredentials, you would not be able to interact with the "new" cluster. It seems you ran thek8sMaster.shagain, and there is a chance that it did not update the/home/mary/.kube/configfile.In order to fix your cluster access, you need to run the following 2 commands:
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/configAt the prompt confirm the overwrite action.sudo chown $(id -u):$(id -g) $HOME/.kube/configThese commands are in the
k8sMaster.shscript as well.Regards,
-Chris0 -
Hi @chrispokorni , @serewicz
Now I tried newly:
on master node I have reset kubeadm and executed k8sMaster.sh script, it's successuful.
The screen below is master's final output
on worker node I have reset kubeadm, I executed k8sSecond.sh script, and i tried to join with master node.
The instruction join give me this error (as mentioned previously) showed in this screen
0 -
It seems you are not following closely the lab exercise instructions. Your output shows clearly the reason for your error: you are running the
kubeadm joincommand on the master/primary node. Thekubeadm joincommand is expected to be executed on the worker/secondary node.Also, if the
k8sMaster.shscript ran with its defaults, then it configured the Pod network to192.168.0.0/16. From your output, your master node IP address is192.168.1.107, which overlaps the Pod IP network. Perhaps you missed these configuration tips from an earlier discussion:With VirtualBox, the promiscuous mode - allow all may have to be enabled for bridged networking. Also, I see you are using the default DHCP subnet of VirtualBox, which overlaps with the Pod subnet managed by Calico in your Kubernetes cluster. This will cause DNS and routing issues sooner or later, so I'd recommend changing your VirtualBox VM subnet to prevent overlapping with the 192.168.0.0/16 Pod subnet.
Regards,
-Chris0 -
Hi,
I'm so sorry
I had that error because when I cloned the VM I didn't change host names; that's why it seemed that I run them.
Now, join instruction is executed with success and cluster is created with two nodes.Despite the procedure is successful, on worker node I had same error of this topic, i.e. "Unable to connect to the server: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: cerification error" while trying to verify candidate authority certificate "kubernetes")" when I run
kubectl get nodescommand.How I do solve this problem on worker nodes?
Thank you so much
0 -
Hello,
Now I resolved this problem, the ~/.kube/config files were different.
Thank you so much for your patience
.Regards
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 112 Mobile Computing
- 20 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 977 Programming and Development
- 310 Kernel Development
- 649 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)