contiv-experimental / demo

Easy cut demos to try contiv [DEPRECATED]
Other
6 stars 25 forks source link

k8sdemo: aci mode not setup properly #79

Closed pkeerthana closed 7 years ago

pkeerthana commented 8 years ago

By default, contrib scripts assume aci mode of operation for k8scluster. But do not setup netplugin in aci fabric mode. [admin@k8master pods]$ netctl global info Fabric mode: default <-- not aci in aci-fabric-mode Vlan Range: 1-4094 Vxlan range: 1-10000

jojimt commented 8 years ago

By default, contrib scripts assume aci mode of operation for k8scluster. Actually, there is no such assumption. The cluster itself does not care whether it is aci mode or not. The correct mode has to be configured via CLI. For an example, see scripts in samples.

gaurav-dalvi commented 8 years ago

@jojimt Can we close this issue ?