i have followed all the video and i could able to setup the cluster thanks for making great video.
@DevOpsHint3 жыл бұрын
Thanks for sharing your feedback 👍
@visva20053 жыл бұрын
Hi thanks for the video . EC2 t.medium is free or needs to pay ??
@DevOpsHint3 жыл бұрын
It is free in free tier, check details in official AWS page aws.amazon.com/ec2/instance-types/t2/#:~:text=Available%20on%20the%20AWS%20Free,of%20Linux%20and%20Windows%20t2.
@ksubrahmanyam77472 жыл бұрын
medium is not free tier
@srikanth40413 жыл бұрын
the only thing is we need to open the port for TCP with 6443 which means Kubernetes API Server is Running on 6443 and all nodes should communicate to API Server if we open this port in AWS, just add it in security group.
@DevOpsHint3 жыл бұрын
Thanks for your update. Will update in videos description 👍
@matross30973 жыл бұрын
Please share the commands here. Thanks.
@venkatvarun97903 жыл бұрын
Hi Sir one small doubt please give me solution while entering "sudo kubeadm init --pod-network-cidr=192.168.10.0/24" it tells us to wait 4 minutes then after error coming why? sir.
@DevOpsHint3 жыл бұрын
Please share error logs.
@jumeirjme37362 жыл бұрын
i have the same problem
@itocean66282 жыл бұрын
I am having the same issue...after run kubeadm init 192....
@deverse3 жыл бұрын
thanks
@chethannag73893 жыл бұрын
Hi, when i run the kubeadm command(sudo kubeadm init --pod-network-cidr=192.168.10.0/24) getting the below error, Can you please help how to solve this issue??? [kubelet-check] The HTTP call equal to 'curl -sSL localhost:10248/healthz' failed with error: Get "localhost:10248/healthz": dial tcp 127.0.0.1:10248: connect: connection refused. Unfortunately, an error has occurred: timed out waiting for the condition This error is likely caused by: - The kubelet is not running - The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled) If you are on a systemd-powered system, you can try to troubleshoot the error with the following commands: - 'systemctl status kubelet' - 'journalctl -xeu kubelet' Additionally, a control plane component may have crashed or exited when started by the container runtime. To troubleshoot, list all containers using your preferred container runtimes CLI. Here is one example how you may list all Kubernetes containers running in docker: - 'docker ps -a | grep kube | grep -v pause' Once you have found the failing container, you can inspect its logs with: - 'docker logs CONTAINERID' error execution phase wait-control-plane: couldn't initialize a Kubernetes cluster To see the stack trace of this error execute with --v=5 or higher
@amulya2692 жыл бұрын
Did you find the solution for this?
@amulya2692 жыл бұрын
Any solution?
@indrakumar19282 жыл бұрын
Same error. Do you have any solution?
@itocean66282 жыл бұрын
Same error
@RameshKumar-rt8xb Жыл бұрын
the article link in the description has a different process