I am following the CoreOS tutorial for self-hosted Kubernetes and I am having some issues with the Bootkube API server. Using the Bootkube example from the recommended repository I have only changed the ssh_authorized_keys metadata field in nodes 1,2 and 3. All other settings are the same as in the repository. However, after running bootkube-start via systemctl on node1 I check the logs using ssh [email protected] 'journalctl -f -u bootkube' and I am getting Unable to determine api-server readiness: Get https://node1.example.com:443/version: dial tcp 172.17.0.21:443: getsockopt: connection refused. Does anyone know of the best ways to debug such an issue?
Bootkube API server unable to start
537 Views Asked by dippynark At
1
There are 1 best solutions below
Related Questions in KUBERNETES
- Golang == Error: OCI runtime create failed: unable to start container process: exec: "./bin": stat ./bin: no such file or directory: unknown
- I can't create a pod in minikube on windows
- Oracle setting up on k8s cluster using helm charts enterprise edition
- Retrieve the Dockerfile configuration from the Kubernetes and also change container Java parameter?
- Summarize pods not running, by Namespace and Reason - I'm having trouble finding the reason
- How to get Java running parameters from Spring Boot running inside container in pod where no ps exist
- How do we configure prometheus server to scrape metrics from a pod with Istio sidecar proxy?
- In rke kube-proxy pod is not present
- problem with edge server registration in Eureka
- Unable to Access Kubernetes LoadBalancer Service from Local Device Outside Cluster
- Kubernetes cluster on GCE connection refused error
- Based on my experience, I've outlined the Kubernetes request flow. Could someone please add or highlight any points I might have overlooked?
- how to define StackGres helm chart "restapi" values to use internal LoadBalancer - AWS EKS
- Python3.11 can't open file [Errno 2] No such file or directory
- Cannot find remote pod service - SERVICE_UNAVAILABLE
Related Questions in COREOS
- When deploying containerimage with bar file got the error
- Device order ignition config, flatcar-container-linux
- CoreOS linux ignition.json, download a remote directory, is it possible?
- [CoreOS]Where does NetworkManager get dns-search domain?
- How to rename/change network interface name on RedHat Core OS?
- Change from RHEL 7.7 to RHCOS
- Why is Podman trying to pull an image that already exists after loading from file?
- What method of password hashing should I use for CoreOS ignition file?
- Containers not restarted after update with restart always in docker-compose.yml
- CoreOS Image fails to load ignition file via libvirt (permission denied)
- Terraform: Passing JSON file as environment variable value with a systemd unit file inside docker container
- coreos : curl http://matchbox.example.com:8080 connection refused
- Using HAProxy in docker with host network
- Google Cloud CoreOS OEM differences
- Openshift 4.3 Baremetal Installation
Related Questions in COREOS-IGNITION
- How can I use cloud-init with Flatcar on Hetzner?
- Self-hosted reprovision of S3 cluster without downtime
- CoreOS linux ignition.json, download a remote directory, is it possible?
- OpenShift 4.11.9 (UPI) - The master node cannot finish the installation ("config/master", "get error EOF")
- What method of password hashing should I use for CoreOS ignition file?
- Terraform: YAML file rendering issue in storage section of container linux config of flatcar OS
- Is it possible to use Ignition in Google Cloud offered Container Optimised OS?
- kube-api server is not starting (CrashLoopBackOff)
- How to set a CoreOS cluster on VirtualBox?
- can not access to containers with flannel installation in coreos for kubernetes
- Coreos ignition with remote config fails because of the network
- Set Desired Capacity error during the bootstrap of the instance
- At what point in the boot process are systemd generators run?
- Installing docker-compose using coreos ignition
- CoreOS NetBoot vs Install to Disk
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It looks like the api-server is having issues while starting, or that you have some networking/firewall/dns problem.
You should be able to
ssh [email protected]and then get the full bootkube logs there viasudo journalctl -u bootkube.