-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: go mod confliction #5
fix: go mod confliction #5
Conversation
2a7c439
to
1a1b96e
Compare
1a1b96e
to
625b22f
Compare
625b22f
to
6135c27
Compare
Signed-off-by: Vacant2333 <[email protected]>
6135c27
to
935369b
Compare
kubectl --context karmada-host -n kube-system apply -f https://github.com/emberstack/kubernetes-reflector/releases/download/v7.1.262/reflector.yaml | ||
kubectl --context karmada-host annotate secret kubeconfig \ | ||
kubectl --context karmada-host annotate secret karmada-webhook-config \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Karmada removes the kubeconfig secret, we must get the kubeconfig from the another secret
// PR ref: https://github.com/karmada-io/karmada/commit/3058bbf50b953d02166625e2b797cb16c7f26396 | ||
replace github.com/karmada-io/karmada => github.com/Vacant2333/karmada v0.0.0-20240606155424-3058bbf50b95 | ||
// Ref: https://github.com/Vacant2333/karmada/tree/suspend-rb-2 | ||
replace github.com/karmada-io/karmada => github.com/Vacant2333/karmada v0.0.0-20241207135009-0a9b0e40a707 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to the correct branch, we will remove this when karmada supports resource binding suspension
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: william-wang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
fix the go mod confliction, and update the readme quick start
FIx: ##4