Skip to content

Commit

Permalink
Merge pull request #608 from EraKin575/crd_path
Browse files Browse the repository at this point in the history
fix: changed crd path
  • Loading branch information
kubeedge-bot authored Aug 26, 2024
2 parents c7b0775 + 505fccd commit 660a39d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/install-with-binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 660a39d

Please sign in to comment.