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 /keadm | |
| 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 'keadm')
| -rw-r--r-- | keadm/cmd/keadm/app/cmd/util/k8sinstaller.go | 4 |
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", |
