Skip to content
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

Cannot deploy pods on worker nodes #1123

Open
verizonold opened this issue Mar 15, 2018 · 0 comments
Open

Cannot deploy pods on worker nodes #1123

verizonold opened this issue Mar 15, 2018 · 0 comments

Comments

@verizonold
Copy link

Description

I followed your example at http://contiv.github.io/documents/tutorials/networking-kubernetes-16.html
I deployed contiv-c2.yaml
[vagrant@kubeadm-master ~]$ kubectl get pods -o wide
NAME READY STATUS RESTARTS AGE IP NODE
contiv-c1 1/1 Running 0 49m 10.1.2.2 kubeadm-master
contiv-c2 0/1 ContainerCreating 0 45m kubeadm-worker0

Expected Behavior

I expected to see the contiv-c2 pod in running state on worker node.

Observed Behavior

Instead, the pod remains in ContainerCreating state and I see this message on worker node:

Mar 15 06:03:37 kubeadm-worker0 kubelet[3221]: W0315 06:03:37.307665 3221 pod_container_deletor.go:77] Container "9eae00b45abfb248fc229477e780df62578d9cce30f02a7fd074c43a9a76cb55" not found in pod's containers
Mar 15 06:03:38 kubeadm-worker0 kubelet[3221]: E0315 06:03:38.823825 3221 cni.go:259] Error adding network: Contiv:Post http://localhost/ContivCNI.AddPod: dial unix /run/contiv/contiv-cni.sock: connect: connection refused
Mar 15 06:03:38 kubeadm-worker0 kubelet[3221]: E0315 06:03:38.823872 3221 cni.go:227] Error while adding to cni network: Contiv:Post http://localhost/ContivCNI.AddPod: dial unix /run/contiv/contiv-cni.sock: connect: connection refused
Mar 15 06:03:39 kubeadm-worker0 kubelet[3221]: E0315 06:03:39.309851 3221 remote_runtime.go:92] RunPodSandbox from runtime service failed: rpc error: code = Unknown desc = NetworkPlugin cni failed to set up pod "contiv-c2_default" network: Contiv:Post http://localhost/ContivCNI.AddPod: dial unix /run/contiv/contiv-cni.sock: connect: connection refused
Mar 15 06:03:39 kubeadm-worker0 kubelet[3221]: E0315 06:03:39.344145 3221 kuberuntime_sandbox.go:54] CreatePodSandbox for pod "contiv-c2_default(f055c161-2813-11e8-8779-525400ada096)" failed: rpc error: code
= Unknown desc = NetworkPlugin cni failed to set up pod "contiv-c2_default" network: Contiv:Post http://localhost/ContivCNI.AddPod: dial unix /run/contiv/contiv-cni.sock: connect: connection refused
Mar 15 06:03:39 kubeadm-worker0 kubelet[3221]: E0315 06:03:39.344195 3221 kuberuntime_manager.go:647] createPodSandbox for pod "contiv-c2_default(f055c161-2813-11e8-8779-525400ada096)" failed: rpc error: code = Unknown desc = NetworkPlugin cni failed to set up pod "contiv-c2_default" network: Contiv:Post http://localhost/ContivCNI.AddPod: dial unix /run/contiv/contiv-cni.sock: connect: connection refused
Mar 15 06:03:39 kubeadm-worker0 kubelet[3221]: E0315 06:03:39.367248 3221 pod_workers.go:186] Error syncing pod f055c161-2813-11e8-8779-525400ada096 ("contiv-c2_default(f055c161-2813-11e8-8779-525400ada096)"), skipping: failed to "CreatePodSandbox" for "contiv-c2_default(f055c161-2813-11e8-8779-525400ada096)" with CreatePodSandboxError: "CreatePodSandbox for pod "contiv-c2_default(f055c161-2813-11e8-8779-525400ada096)" failed: rpc error: code = Unknown desc = NetworkPlugin cni failed to set up pod "contiv-c2_default" network: Contiv:Post http://localhost/ContivCNI.AddPod: dial unix /run/contiv/contiv-cni.sock: connect: connection refused"

Steps to Reproduce (for bugs)

Your Environment

  • netctl version
    Client Version:
    Version: 1.1.1
    GitCommit: 6657054
    BuildTime: 07-20-2017.21-46-06.UTC

Server Version:
Version: 1.1.1
GitCommit: 6657054
BuildTime: 07-20-2017.21-46-06.UTC

  • Orchestrator version (e.g. kubernetes, mesos, swarm):
    1.9
  • Operating System and version
    CentOS 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant