Hello,
I've started experimenting around contrail on a Kubernetes Cluster.
I am trying to deploy it on an Ubuntu Cluster with juju charm (standalone Kube 1.21 on Ubuntu 20).
The installation goes smoothly. All contrail services seems to be up and running.
But the deployment is stuck at deploying Kubernetes system pods.
vRouters are correctly registered on the controller.
Looking into the log the issue seems to be the vRouter agent is receiving instructions to add new vifs for the pod but failed to do so.
I also noticed that Kubernetes system namespaces are not discovered on the controller. Only the default-project is visible.
Have anyone some experience on this kind of deployment and a clue to fix this last mile issue ?
Thanks.