containerized-data-importer/cluster-up/cluster/external
Alex Kalenyuk 745e4df162
Update kubevirtci, 1.31 lanes (#3555)
* 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>
2024-12-17 09:34:01 +01:00
..
provider.sh Update kubevirtci, 1.31 lanes (#3555) 2024-12-17 09:34:01 +01:00
README.md fix vendoring (#864) 2019-06-25 08:46:19 -04:00

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