You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we are proceeding with more strict and isolated environments the direct access to the internet from the CPU nodes and storage nodes should not be considered requirement.
The upgrade process should be done in such case that one system eg, controller 1/2 or 3 will have access in the net and will perform the package delivery to all other nodes.
In that way we can work with flexibility in isolated environment and further enhance our network security.
The text was updated successfully, but these errors were encountered:
This is solved in 2.4.6. All software is now issued via docker images. Installation / update procedure of OVC components all happens from the controller. Only OVS is still installed from the apt repositories of OVS. But we also could just serve them from the controller.
Add docker ce as part of the controller installer image. Also adapt installation docs.
Deploy the apt repository as part of the kubernetes install. Make it available to all nodes internally (not to the internet). Add it to the pxeboot pod. Publish a fixed domain name (eg apt.local) pointing to the floating ip of the pxeboot pod.
Fix the images (controller & node) to only point to the locally hosted apt repo (deb http://apt.local:3142 binary/)
Create an update script to fix all sources.list to only point to our local apt repository
OVS
Make the ovs image self contained. Should not have clone git repos / install packages during the installation process.
Docker related
Install / uprade from our own docker image repository
Hi,
As we are proceeding with more strict and isolated environments the direct access to the internet from the CPU nodes and storage nodes should not be considered requirement.
The upgrade process should be done in such case that one system eg, controller 1/2 or 3 will have access in the net and will perform the package delivery to all other nodes.
In that way we can work with flexibility in isolated environment and further enhance our network security.
The text was updated successfully, but these errors were encountered: