openstack-k8s-operators / dev-docs

Documentation
9 stars 25 forks source link

What is "custom network"? #80

Open flozanorht opened 9 months ago

flozanorht commented 9 months ago

In https://github.com/openstack-k8s-operators/docs/blob/main/images/network_diagram.jpg there's "custom network" in both OCP worker nodes but nothing connects to them. In special, OSP compute node doesn't.

stuggi commented 9 months ago

In https://github.com/openstack-k8s-operators/docs/blob/main/images/network_diagram.jpg there's "custom network" in both OCP worker nodes but nothing connects to them. In special, OSP compute node doesn't.

its an example that you can attach service pods to any custom network for which a network attachment definitions was created. its not limited to the typical named OSP networks (internalapi, storage,...)

flozanorht commented 9 months ago

Thanks, I supposed it would be that... maybe add some text in the docs to make it clear?