-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Create HA setup for Centos using kubeadm #545
Comments
Submitted another issue which is closed tried slack to get answer but nothing helpful yet |
I hope you'll find the right information from this issue: #546 |
Hi Today I followed instruction and created setup but somehow nodes are coming up fine kubectl get nodesNAME STATUS AGE VERSION Nov 20 05:21:17 kuber-poc-app2 systemd[1]: Created slice libcontainer_60557_systemd_test_default.slice. systemctl status kubelet -l● kubelet.service - kubelet: The Kubernetes Node Agent Nov 20 05:18:06 kuber-poc-app2 kubelet[59242]: I1120 05:18:06.872836 59242 feature_gate.go:156] feature gates: map[] I dont see any issue too but not sure what is reson for failure Logs from |
Cluster came up after several bounces now when I am running scale up for kube-dns,heapster and dashboard I see errors Nov 20 09:32:59 kuber-poc-app2 kubelet[59242]: E1120 09:32:59.309467 59242 pod_workers.go:182] Error syncing pod 2d6a23ad-ce16-11e7-9b42-00505601302d ("monitoring-influxdb-67f8d587dd-9pgkd_kube-system(2d6a23ad-ce16-11e7-9b42-00505601302d)"), skipping: failed to "CreatePodSandbox" for "monitoring-influxdb-67f8d587dd-9pgkd_kube-system(2d6a23ad-ce16-11e7-9b42-00505601302d)" with CreatePodSandboxError: "CreatePodSandbox for pod "monitoring-influxdb-67f8d587dd-9pgkd_kube-system(2d6a23ad-ce16-11e7-9b42-00505601302d)" failed: rpc error: code = Unknown desc = NetworkPlugin cni failed to set up pod "monitoring-influxdb-67f8d587dd-9pgkd_kube-system" network: "cni0" already has an IP address different from 10.244.2.1/24" Please advise Best REgards |
Is this a request for help?
yes
If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.
If no, delete this section and continue on.
What keywords did you search in kubeadm issues before filing this one?
setup HA cluster using kubeadm
Is this a BUG REPORT or FEATURE REQUEST?
Choose one: BUG REPORT or FEATURE REQUEST
FEATURE REQUEST
Versions
kubeadm version (use
kubeadm version
):kubeadm version: &version.Info{Major:"1", Minor:"8", GitVersion:"v1.8.3", GitCommit:"f0efb3cb883751c5ffdbe6d515f3cb4fbe7b7acd", GitTreeState:"clean", BuildDate:"2017-11-08T18:27:48Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Environment:
Kubernetes version (use
kubectl version
):Client Version: version.Info{Major:"1", Minor:"7", GitVersion:"v1.7.0", GitCommit:"d3ada0119e776222f11ec7945e6d860061339aad", GitTreeState:"clean", BuildDate:"2017-06-29T23:15:59Z", GoVersion:"go1.8.3", Compiler:"gc", Platform:"linux/amd64"}
Cloud provider or hardware configuration:
Baremetal
OS (e.g. from /etc/os-release):
CentOS Linux release 7.4.1708 (Core)
Kernel (e.g.
uname -a
):3.10.0-693.5.2.el7.x86_64
Others:
Docker 17.11.0-ce-rc4
What happened?
Trying for Setting HA setup for kubernetes but failed everytime with diffrent issue
So if can you help me how I can create HA master setup
What you expected to happen?
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
The text was updated successfully, but these errors were encountered: