-
Notifications
You must be signed in to change notification settings - Fork 929
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
Failed to Create Karmada Instance of the operator due to CRD Download Error (404) #5578
Comments
hi, can you try modify following line: karmada/charts/karmada-operator/values.yaml Lines 46 to 49 in 6c484ca
update |
It can't be said to be a bug, perhaps not very well documented. Actually, the version of You can simply understand it as the released version However, |
Thanks, @chaosi-zju, for your response! It definitely helps! 🙏. I'm willing to submit a PR to update the docs. Could we generalize this by guiding users to automatically use the latest release version? As time of writing this, it would be |
Yes, but now the v1.11.0+ version of |
Thank you so much for your interest in contributing to improve it, welcome, your contributions will make a big difference! As for how to improve it, it seems there are two ways:
@RainbowMango which do you think is better? |
this issue has been fixed in #5546 @chaosi-zju @mohamedawnallah In the release-1.11 version, we provided the ability to customize the CRD URL for the Karmada Operator, see #5185. Therefore, we can also resolve this issue by adding the download path for the CRDs in the karmada.yaml file. crdTarball:
httpSource:
url: https://github.com/karmada-io/karmada/releases/download/v1.11.0/crds.tar.gz |
Oh, okey. |
Update the docs. |
hi @mohamedawnallah, so let's do it by update the docs to guide users using the latest release version, looking forward to your PR~ |
Thanks @chaosi-zju! I've just submitted a PR for this. I would love to receive any feedback! 🙏 |
What happened:
While following the installation guide from operator/README.md, I attempted to install the Karmada Operator with the following command:
The Karmada Operator was successfully deployed, as shown by the status output:
However, when creating a Karmada instance with:
I encountered the following error:
part of:
What you expected to happen:
The Karmada instance should have been created successfully using the provided sample file.
How to reproduce it (as minimally and precisely as possible):
Please follow the installation guide steps and attempt to create a Karmada instance using the sample file.
Anything else we need to know?:
Please let me know if I'm missing something it may be simple and also the
kind/bug
may not be suitable for this but I found it has a structured PR template for my case here. Thanks! 🙏Environment:
master
branchThe text was updated successfully, but these errors were encountered: