...
As the infra-local-controller is supposed not having Internet access, we have to prepare everything into the ISO. Every service should have a preparation script which prepares every files needed for setting up the service. For example, we need to have a preparation script for Kubernetes service , to download kubelet package and kube-api image. All the preparation scripts are called before mkisofs.
...