diff options
| author | luogangyi <luogangyi@cmsr.chinamobile.com> | 2020-07-09 16:13:44 +0800 |
|---|---|---|
| committer | luogangyi <luogangyi@cmsr.chinamobile.com> | 2020-07-09 16:13:44 +0800 |
| commit | 1914b65ca34ab9487b54ef588842c5809b52afcc (patch) | |
| tree | 63c326e502d39f4f0b9d175389f00a95c7780a19 /build | |
| parent | Merge pull request #1887 from Poor12/fix_connection (diff) | |
| download | kubeedge-1914b65ca34ab9487b54ef588842c5809b52afcc.tar.gz | |
workaround fix on cloudcore crash of device without nodeselector
Diffstat (limited to 'build')
| -rw-r--r-- | build/crds/devices/devices_v1alpha1_device.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/crds/devices/devices_v1alpha1_device.yaml b/build/crds/devices/devices_v1alpha1_device.yaml index 1e1041cb2..c13a97ae6 100644 --- a/build/crds/devices/devices_v1alpha1_device.yaml +++ b/build/crds/devices/devices_v1alpha1_device.yaml @@ -167,6 +167,7 @@ spec: type: object required: - deviceModelRef + - nodeSelector type: object status: properties: |
