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
What happened: In this PR: #5627 introduced the feature to install karmada cluster with pre-built images, when I execute the following command:
BUILD_FROM_SOURCE=false hack/local-up-karmada.sh
it outputs:
it seems that the scripts still check go, the go build tools seems only work when invoke make images:
make images
but if we use pre-built images, why we still need to check go
What you expected to happen: skip check go when install from source
How to reproduce it (as minimally and precisely as possible):
git clone [email protected]:karmada-io/karmada.git cd karmada BUILD_FROM_SOURCE=false hack/local-up-karmada.sh
Anything else we need to know?:
Environment:
kubectl-karmada version
karmadactl version
The text was updated successfully, but these errors were encountered:
/assign @chaosi-zju
Sorry, something went wrong.
chaosi-zju
No branches or pull requests
What happened:
In this PR: #5627
introduced the feature to install karmada cluster with pre-built images, when I execute the following command:
it outputs:
it seems that the scripts still check go, the go build tools seems only work when invoke
make images
:but if we use pre-built images, why we still need to check go
What you expected to happen:
skip check go when install from source
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl-karmada version
orkarmadactl version
):The text was updated successfully, but these errors were encountered: