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

Use latest pre-built images to start karmada cluster #5812

Open
warjiang opened this issue Nov 13, 2024 · 1 comment
Open

Use latest pre-built images to start karmada cluster #5812

warjiang opened this issue Nov 13, 2024 · 1 comment
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@warjiang
Copy link
Contributor

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:
image

it seems that the scripts still check go, the go build tools seems only work when invoke make images:
image

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:

  • Karmada version:
  • kubectl-karmada or karmadactl version (the result of kubectl-karmada version or karmadactl version):
  • Others:
@warjiang
Copy link
Contributor Author

/assign @chaosi-zju

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
Status: No status
Development

No branches or pull requests

2 participants