diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2023-09-25 10:02:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 10:02:01 +0800 |
| commit | 6efa7d14472ce8bc9f779163517f4df353076b24 (patch) | |
| tree | c90d50f04c268203a28536dc55be2c1cb545536f /hack/local-up-kubeedge.sh | |
| parent | Merge pull request #5006 from wlq1212/k8scompatibility/schedule (diff) | |
| parent | device crd v1beta1 test (diff) | |
| download | kubeedge-6efa7d14472ce8bc9f779163517f4df353076b24.tar.gz | |
Merge pull request #4983 from cl2017/device_v1beta1_api
device crd v1beta1 and API definition
Diffstat (limited to 'hack/local-up-kubeedge.sh')
| -rwxr-xr-x | hack/local-up-kubeedge.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/local-up-kubeedge.sh b/hack/local-up-kubeedge.sh index f27f2ee38..bc2ee92b3 100755 --- a/hack/local-up-kubeedge.sh +++ b/hack/local-up-kubeedge.sh @@ -83,8 +83,8 @@ fi function create_device_crd { echo "creating the device crd..." - kubectl apply -f ${KUBEEDGE_ROOT}/build/crds/devices/devices_v1alpha2_device.yaml - kubectl apply -f ${KUBEEDGE_ROOT}/build/crds/devices/devices_v1alpha2_devicemodel.yaml + kubectl apply -f ${KUBEEDGE_ROOT}/build/crds/devices/devices_v1beta1_device.yaml + kubectl apply -f ${KUBEEDGE_ROOT}/build/crds/devices/devices_v1beta1_devicemodel.yaml } function create_objectsync_crd { |
