Vikram Hosakote
Vikram Hosakote
@diuming I've tested NodePort successfully with contiv/install master with k8s 1.8 when testing Prometheus, and NodePort worked fine without any issues with contiv: https://github.com/contiv/install/blob/master/install/k8s/configs/contiv-prometheus.yml#L79
Looking at the attached logs contiv_install_01-22-2018.09-34-14.UTC.log and contiv_install_01-25-2018.05-56-47.UTC.log, I see failures when the contiv docker v2plugin was installed. The following command failed on both master and worker nodes in the...
Looking at the logs in `contiv-logs.tar.gz`, looks like an RPC issue when netmaster connects to Ofnet: `netmaster.log` has: ``` time="Jan 18 08:36:21.576831134" level=warning msg="Error dial tcp 10.65.121.129:9002: getsockopt: no route...
@blaksmit This issue is seen Docker Swarm mode. Pretty sure that this issue cannot be seen in k8s as k8s does not even have the `docker service scale` command that...
@blaksmit I see, got it. We could test if this issue is seen when `kubectl scale` is done (k8s equivalent of `docker service scale`).
PRs submitted to upgrade CNI to `0.6.0` in contiv: **contiv/netplugin** - https://github.com/contiv/netplugin/pull/1100 **contiv/install** - https://github.com/contiv/install/pull/314 They are now merged.
build PR
build PR
build PR
build PR