VMware Networking Community
haozch
Enthusiast
Enthusiast

k8s integration with NSX-T 2.3

Hi.

I have install k8s, I have three nodes, one is master,the others are work-node.

I install k8s step as below:

1. install docker

2. apt-get install -y kubelet=1.11.2-00 kubeadm=1.11.2-00 kubectl=1.11.2-00

3. install ovs

4. kubeadm init --kubernetes-version=v1.11.2

5. install nsx-t CNI

then all of nodes are reday.

root@k8s-master:/etc# kubectl get node

NAME         STATUS    ROLES     AGE       VERSION

k8s-master   Ready     master    5d        v1.11.2

k8s-node1    Ready     <none>    5d        v1.11.2

k8s-node2    Ready     <none>    5d        v1.11.2

6. then install NCP,  Change ncp-rc. kubectl apply -f ncp-rc, I have a question.

detail in attach.

I don't know how to resolve.

root@k8s-master:/etc# kubectl get pod

NAME                   READY     STATUS             RESTARTS   AGE

nsx-ncp-wt5g9          0/1       CrashLoopBackOff   11         29m

nsx-node-agent-c5dls   1/2       CrashLoopBackOff   703        1d

nsx-node-agent-fctch   1/2       CrashLoopBackOff   705        1d

0 Kudos
1 Reply
RaymundoEC
VMware Employee
VMware Employee

Don't know if this is already solve, but seem like one of your worker nodes if failing according to screenshot kubelet is unable to reach it, i the other hand would be nice to check if ncp logs are available.

my 2 cents

+vRay
0 Kudos