You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/06/17 02:48:22 UTC

[GitHub] [pulsar] ne1000 opened a new issue #4543: FailedCreatePodSandBox for bookie pods

ne1000 opened a new issue #4543: FailedCreatePodSandBox for bookie pods
URL: https://github.com/apache/pulsar/issues/4543
 
 
   bookie is not running in  the binary packages installed k8s cluster
   
   #### Actual behavior
   
     Warning  FailedCreatePodSandBox  <invalid> (x229097 over 2d)  kubelet, worker04  (combined from similar events): Failed create pod sandbox: rpc error: code = Unknown desc = failed to start sandbox container for pod "bookie-7t642": Error response from daemon: driver failed programming external connectivity on endpoint k8s_POD_bookie-7t642_apachepulsar_6be2d003-8e79-11e9-8a5b-000c29ec2bcf_229105 (c298a976c865685b08c1765e0c9117a8c6eed4154af23fd0198534469d4b14cc):  (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 3181 -j DNAT --to-destination 10.10.91.3:3181 ! -i docker0: iptables: No chain/target/match by that name.
    (exit status 1))
     Normal  SandboxChanged  <invalid> (x231140 over 2d)  kubelet, worker04  Pod sandbox changed, it will be killed and re-created.
   
   #### Steps to reproduce
   
   `
   #cd apache-pulsar-2.3.2/deployment/kubernetes/generic/  
   #kubectl apply -f bookie.yaml -n apachepulsar  
   
   [root@k8s-master-01 generic]# kubectl get pods -n apachepulsar  
   NAME                                 READY     STATUS             RESTARTS   AGE
   bookie-7t642                         0/1       Init:0/1           0          2d
   bookie-fzrgj                         0/1       Init:0/1           0          2d
   bookie-jrsfn                         0/1       CrashLoopBackOff   709        2d
   bookie-lsq5t                         0/1       Init:0/1           0          2d
   grafana-7bc6c86cbf-llpqk             1/1       Running            0          3d
   prometheus-6b66444468-2kxs9          1/1       Running            0          3d
   proxy-f9f99d994-9jrc7                1/1       Running            0          3d
   proxy-f9f99d994-b7fws                1/1       Running            1          3d
   pulsar-admin                         1/1       Running            0          3d
   pulsar-cluster-metadata-init-h9g5s   0/1       Completed          0          3d
   pulsar-dashboard-8599fc4dfd-84pb4    1/1       Running            0          3d
   zk-0                                 1/1       Running            0          3d
   zk-1                                 1/1       Running            1          3d
   zk-2                                 1/1       Running            0          3d
   `
   
   
   #### System configuration
   **Pulsar version**: 2.3.2
   kubernetes binary version: GitVersion: v1.11.0 
   go version:  go1.10.2
   docker version: 18.03.1-ce
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services