summaryrefslogtreecommitdiff
path: root/keadm
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2023-09-25 10:02:01 +0800
committerGitHub <noreply@github.com>2023-09-25 10:02:01 +0800
commit6efa7d14472ce8bc9f779163517f4df353076b24 (patch)
treec90d50f04c268203a28536dc55be2c1cb545536f /keadm
parentMerge pull request #5006 from wlq1212/k8scompatibility/schedule (diff)
parentdevice crd v1beta1 test (diff)
downloadkubeedge-6efa7d14472ce8bc9f779163517f4df353076b24.tar.gz
Merge pull request #4983 from cl2017/device_v1beta1_api
device crd v1beta1 and API definition
Diffstat (limited to 'keadm')
-rw-r--r--keadm/cmd/keadm/app/cmd/util/k8sinstaller.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/keadm/cmd/keadm/app/cmd/util/k8sinstaller.go b/keadm/cmd/keadm/app/cmd/util/k8sinstaller.go
index 329b16f09..4a081249e 100644
--- a/keadm/cmd/keadm/app/cmd/util/k8sinstaller.go
+++ b/keadm/cmd/keadm/app/cmd/util/k8sinstaller.go
@@ -117,8 +117,8 @@ func installCRDs(ks *K8SInstTool) error {
crds := map[string][]string{
"devices": {
- "devices_v1alpha2_device.yaml",
- "devices_v1alpha2_devicemodel.yaml",
+ "devices_v1beta1_device.yaml",
+ "devices_v1beta1_devicemodel.yaml",
},
"reliablesyncs": {
"cluster_objectsync_v1alpha1.yaml",