summaryrefslogtreecommitdiff
path: root/hack/local-up-kubeedge.sh
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2024-01-03 10:43:50 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2024-01-03 10:49:45 +0800
commitbb82335741d90047fafe23a3aecb9e09729ac035 (patch)
tree1e035de9404c6445a561b916894679beaeba5f16 /hack/local-up-kubeedge.sh
parentMerge pull request #5326 from wbc6080/upgrade-mapper (diff)
downloadkubeedge-bb82335741d90047fafe23a3aecb9e09729ac035.tar.gz
add image prepull api
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'hack/local-up-kubeedge.sh')
-rwxr-xr-xhack/local-up-kubeedge.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hack/local-up-kubeedge.sh b/hack/local-up-kubeedge.sh
index 750cf13bc..d008a082c 100755
--- a/hack/local-up-kubeedge.sh
+++ b/hack/local-up-kubeedge.sh
@@ -102,6 +102,7 @@ function create_rule_crd {
function create_operation_crd {
echo "creating the operation crd..."
kubectl apply -f ${KUBEEDGE_ROOT}/build/crds/operations/operations_v1alpha1_nodeupgradejob.yaml
+ kubectl apply -f ${KUBEEDGE_ROOT}/build/crds/operations/operations_v1alpha1_imageprepulljob.yaml
}
function create_serviceaccountaccess_crd {