Closed nestoracunablanco closed 3 months ago
We know about this.
make deploy
is used during development in this flow:
IMG_REPOSITORY
and IMG_TAG
(or the variable IMG
) to your development repository.make build-container push-container
to build the current code and push it into your development repository.make deploy
to install the development version.If you want to install a released version, you can use the vm-console-proxy.yaml
file from any released version: https://github.com/kubevirt/vm-console-proxy/releases
@akrejcir, thank you for your answer. I have enhanced the README based on your comment.
What happened: After executing make deploy on a live Openshift cluster, the manifest is applied, but the image is not fetched. This occurs because the manifest specifies the "latest" tag, which is not present in the registry at https://quay.io/repository/kubevirt/vm-console-proxy.
What you expected to happen: The make deploy command deploys a fully functional vm-console-proxy to an Openshift cluster.
How to reproduce it (as minimally and precisely as possible): Run
make deploy
Environment: