We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build fails with:
STORAGE_CLASS: if [ "" == "" ]; then \ sudo /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner//deploy/local-path-storage.yaml --wait=true; \ sudo /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml patch storageclass local-path -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'; \ fi error: unable to read URL "https://raw.githubusercontent.com/rancher/local-path-provisioner//deploy/local-path-storage.yaml", server reported 404 Not Found, status code=404 Error from server (NotFound): storageclasses.storage.k8s.io "local-path" not found make: *** [mk/infra.mk:37: /home/ric/sdran-in-a-box//workspace/milestones/k8s-ready] Error 1 2023-08-07 10:36:32 ================================================== 2023-08-07 10:36:32 EXIT CODE 2 for make riab OPT=ric
This appears to be related to issue "replace kubespray with rke2 #193" changes to mk/infra.mk line 38?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Build fails with:
This appears to be related to issue "replace kubespray with rke2 #193" changes to mk/infra.mk line 38?
The text was updated successfully, but these errors were encountered: