Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'kind.sh' script enable deploying Muluts, but there is no control which images will be used, and its not possilbe to use chached images. Once the cluster is deleted the image is discarded and pulled again next time the cluster is created, which is wasteful. Deploy Multus outside 'kind.sh' script, pull the images before creating the cluster and store them in the the local registry. Since the local registry data is backed by a container volume, all images are persisted and will be reused next time the cluster is created. Multus manifest is patched to use the local image tag, stored at the local registry. Export waiting for Kubevirt ready logic to enable deploying Multus & Kubevirt in parallel, optimizing Multus & Kubevirt deployment time. Signed-off-by: Or Mergi <[email protected]>
- Loading branch information