Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy.sh points to a file which does not exist #3148

Open
IanMoroney opened this issue Oct 23, 2024 · 1 comment
Open

deploy.sh points to a file which does not exist #3148

IanMoroney opened this issue Oct 23, 2024 · 1 comment
Labels

Comments

@IanMoroney
Copy link

What happened:
When deploying the operator, deploy.sh refers to the following file which no longer exists:
https://github.com/kubevirt/hyperconverged-cluster-operator/blob/main/deploy/deploy.sh#L36

kubectl apply -l 'name!=ssp-operator,name!=hyperconverged-cluster-cli-download' -f https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/main/deploy/crds/managed-tenant-quota00.crd.yaml
error: unable to read URL "https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/main/deploy/crds/managed-tenant-quota00.crd.yaml", server reported 404 Not Found, status code=404

How to reproduce it (as minimally and precisely as possible):
curl https://raw.githubusercontent.com/kubevirt/hyperconverged-cluster-operator/master/deploy/deploy.sh | bash

@IanMoroney
Copy link
Author

caused by #3037
in which deploy.sh was never updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant