diff options
| author | vincentgoat <linguohui1@huawei.com> | 2023-04-13 16:53:55 +0800 |
|---|---|---|
| committer | vincentgoat <linguohui1@huawei.com> | 2023-05-31 16:51:28 +0800 |
| commit | 468af07f2aa3a92787d320f0e71598434eb838f1 (patch) | |
| tree | 2aabb415eff86b05a00e31d6d71c8d644033b438 /hack | |
| parent | remove cloud authorization (diff) | |
| download | kubeedge-468af07f2aa3a92787d320f0e71598434eb838f1.tar.gz | |
reconcile rules
Signed-off-by: vincentgoat <linguohui1@huawei.com>
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/local-up-kubeedge.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hack/local-up-kubeedge.sh b/hack/local-up-kubeedge.sh index e00c3781b..9535621d4 100755 --- a/hack/local-up-kubeedge.sh +++ b/hack/local-up-kubeedge.sh @@ -100,6 +100,11 @@ function create_operation_crd { kubectl apply -f ${KUBEEDGE_ROOT}/build/crds/operations/operations_v1alpha1_nodeupgradejob.yaml } +function create_serviceaccountaccess_crd { + echo "creating the saaccess crd..." + kubectl apply -f ${KUBEEDGE_ROOT}/build/crds/policy/policy_v1alpha1_serviceaccountaccess.yaml +} + function build_cloudcore { echo "building the cloudcore..." make -C "${KUBEEDGE_ROOT}" WHAT="cloudcore" @@ -267,6 +272,7 @@ create_device_crd create_objectsync_crd create_rule_crd create_operation_crd +create_serviceaccountaccess_crd generate_streamserver_cert |
