mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
![]() * update kubevirtci to 0b941ea5dc647d3aea6f6a6fff95563d6ce0445e Signed-off-by: Michael Henriksen <mhenriks@redhat.com> * make sure SELinux permissions correct for hpp Signed-off-by: Michael Henriksen <mhenriks@redhat.com> * fix permission issue with clone source pods and k8s-1.17 provider Signed-off-by: Michael Henriksen <mhenriks@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