mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
![]() * Bump kvci to latest Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> * Switch testing lanes to 1.31/1.30 Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> * Retry seeding images This fails often since the most recent kvci bump, so let's retry Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> --------- Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> |
||
---|---|---|
.. | ||
provider.sh | ||
README.md |
External Kubernetes Provider
This provider works with an existing, provisioned Kubernetes cluster. An external Docker registry is recommended for serving images. Unlike with other providers, lifecycles of the cluster and registry are not managed. The build machine should be a client of the cluster.
Verifying connectivity
export KUBEVIRT_PROVIDER=external
export DOCKER_PREFIX=myregistry:5000/kubevirt
export KUBECONFIG=mycluster.conf
export IMAGE_PULL_POLICY=Always
make cluster-up