-
Notifications
You must be signed in to change notification settings - Fork 25
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
helm based contrail deployment failing on kubernetes #184
Comments
Are the pods status showing running? Seems weird that worker nodes are in NotReady state. I have seen issues with finding the physical interface to crease vhost0 in compute nodes. So, basically we need to tweak the helm chart a bit. Which version are you using? Also, I have seen issues contrail services won't come up because of analytics DB doesn't come up. We have to start that service manually and restart the other services in analytics and collector container. |
Also the documentation is not up-to-date |
@kranthikirang Thanks for your response. The pods are not in ready state as I have disabled the CNI plugin in the master as required by one of the documentations. The issue Im finding is that the vrouter agent pod is not getting deployed on the kubernetes worker nodes 192.168.xx.116,117,118 as shown below in bold
|
Hi @tnithya I didn't use contrail for my k8s CNI. You may have to follow this guide. I generally use contrail for my tenant network needs https://github.com/Juniper/contrail-docker/wiki/Provision-Contrail-CNI-for-Kubernetes |
Hi,
I have followed the install procedures needed to bring up opencontrail on top of kubernetes cluster.
I wanted to have a setup that is a nested contrail controller as shown in Rudra's talk https://www.openstack.org/videos/boston-2017/juniper-opencontrail-for-kubernetes-openstack-and-nested-kubernetes
Following are what I assumed are the steps needed:
This step I assumed was performed via the steps provided
https://github.com/Juniper/contrail-docker/wiki/Helm-based-contrail-provisioning-for-Kubernetes-orchestration
I'm stuck at step 2.
After several attempts I managed to get the helm install to complete successfully.
However, using the script
I find most of the components of contrail are shown inactive and disabled on boot.
Is there a detailed installation guide that can be used for getting this setup?
Following are the nodes I have as part of my kubernetes cluster:
I have disabled CNI on the master node by changing as specified in another document.
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: