build karmada operator image
Signed-off-by: calvin <wen.chen@daocloud.io>
This commit is contained in:
parent
6af94e239d
commit
7317af3880
3
Makefile
3
Makefile
|
@ -16,7 +16,8 @@ TARGETS := karmada-aggregated-apiserver \
|
|||
karmada-agent \
|
||||
karmada-scheduler-estimator \
|
||||
karmada-interpreter-webhook-example \
|
||||
karmada-search
|
||||
karmada-search \
|
||||
karmada-operator
|
||||
|
||||
CTL_TARGETS := karmadactl kubectl-karmada
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@ KARMADA_TARGET_SOURCE=(
|
|||
karmada-scheduler-estimator=cmd/scheduler-estimator
|
||||
karmada-interpreter-webhook-example=examples/customresourceinterpreter/webhook
|
||||
karmada-search=cmd/karmada-search
|
||||
karmada-operator=operator/cmd/operator
|
||||
)
|
||||
|
||||
#https://textkool.com/en/ascii-art-generator?hl=default&vl=default&font=DOS%20Rebel&text=KARMADA
|
||||
|
|
Loading…
Reference in New Issue