From 505fccd0516d0dc714b5893f65f1687184ea8f4d Mon Sep 17 00:00:00 2001 From: EraKin575 Date: Thu, 15 Aug 2024 16:48:37 +0530 Subject: [PATCH] changed crd path Signed-off-by: EraKin575 --- docs/setup/install-with-binary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/install-with-binary.md b/docs/setup/install-with-binary.md index 5b1df3f601..4f4060db0b 100644 --- a/docs/setup/install-with-binary.md +++ b/docs/setup/install-with-binary.md @@ -13,8 +13,8 @@ Deploying KubeEdge with binary is used to test, never use this way in production ### Create CRDs ```shell -kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/devices/devices_v1alpha2_device.yaml -kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/devices/devices_v1alpha2_devicemodel.yaml +kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/devices/devices_v1beta1_device.yaml +kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/devices/devices_v1beta1_devicemodel.yaml kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/reliablesyncs/objectsync_v1alpha1.yaml kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/router/router_v1_ruleEndpoint.yaml