From 8f5b0cfa01697cd81bc792bf7388d4d7494177ec Mon Sep 17 00:00:00 2001 From: yanxuean Date: Fri, 27 Jul 2018 16:39:33 +0800 Subject: [PATCH] mount entry lack when create and delete virtlet Signed-off-by: yanxuean --- deploy/data/virtlet-ds.yaml | 12 +++++++++--- pkg/tools/TestGenCommand__compat.out.yaml | 6 ++++++ pkg/tools/TestGenCommand__compat_dev.out.yaml | 6 ++++++ pkg/tools/TestGenCommand__dev.out.yaml | 9 ++++++--- pkg/tools/TestGenCommand__plain.out.yaml | 9 ++++++--- pkg/tools/TestGenCommand__tag.out.yaml | 9 ++++++--- pkg/tools/bindata.go | 4 ++-- 7 files changed, 41 insertions(+), 14 deletions(-) diff --git a/deploy/data/virtlet-ds.yaml b/deploy/data/virtlet-ds.yaml index 0d0f66229..1da988355 100644 --- a/deploy/data/virtlet-ds.yaml +++ b/deploy/data/virtlet-ds.yaml @@ -46,7 +46,7 @@ spec: - name: k8s-flexvolume-plugins-dir mountPath: /kubelet-volume-plugins - name: run - mountPropagation: Bidirectional + # Don't add "mountPropagation: Bidirectional", it will lack mount entry mountPath: /run - name: dockersock mountPath: /var/run/docker.sock @@ -141,8 +141,8 @@ spec: name: boot readOnly: true - mountPath: /run + # Don't add "mountPropagation: Bidirectional", it will lack mount entry name: run - mountPropagation: Bidirectional - mountPath: /var/lib/virtlet name: virtlet - mountPath: /var/lib/libvirt @@ -172,8 +172,8 @@ spec: imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /run + # Don't add "mountPropagation: Bidirectional", it will lack mount entry name: run - mountPropagation: Bidirectional # /boot and /lib/modules are required by supermin - mountPath: /lib/modules name: modules @@ -203,6 +203,9 @@ spec: # needed for diagnostic purposes - name: libvirt-log mountPath: /var/log/libvirt + - name: netns-dir + mountPath: /var/run/netns + mountPropagation: Bidirectional securityContext: privileged: true readinessProbe: @@ -280,6 +283,9 @@ spec: - hostPath: path: /var/log/pods name: pods-log + - hostPath: + path: /var/run/netns + name: netns-dir - configMap: name: virtlet-image-translations name: image-name-translations diff --git a/pkg/tools/TestGenCommand__compat.out.yaml b/pkg/tools/TestGenCommand__compat.out.yaml index e606436ab..3f6b3c533 100755 --- a/pkg/tools/TestGenCommand__compat.out.yaml +++ b/pkg/tools/TestGenCommand__compat.out.yaml @@ -104,6 +104,9 @@ spec: name: pods-log - mountPath: /var/log/libvirt name: libvirt-log + - mountPath: /var/run/netns + mountPropagation: Bidirectional + name: netns-dir - command: - /vms.sh image: mirantis/virtlet @@ -260,6 +263,9 @@ spec: - hostPath: path: /var/log/pods name: pods-log + - hostPath: + path: /var/run/netns + name: netns-dir - configMap: name: virtlet-image-translations name: image-name-translations diff --git a/pkg/tools/TestGenCommand__compat_dev.out.yaml b/pkg/tools/TestGenCommand__compat_dev.out.yaml index 0381afe1c..baea7bc64 100755 --- a/pkg/tools/TestGenCommand__compat_dev.out.yaml +++ b/pkg/tools/TestGenCommand__compat_dev.out.yaml @@ -106,6 +106,9 @@ spec: name: pods-log - mountPath: /var/log/libvirt name: libvirt-log + - mountPath: /var/run/netns + mountPropagation: Bidirectional + name: netns-dir - mountPath: /dind name: dind - command: @@ -268,6 +271,9 @@ spec: - hostPath: path: /var/log/pods name: pods-log + - hostPath: + path: /var/run/netns + name: netns-dir - configMap: name: virtlet-image-translations name: image-name-translations diff --git a/pkg/tools/TestGenCommand__dev.out.yaml b/pkg/tools/TestGenCommand__dev.out.yaml index 613ca0708..208f08a22 100755 --- a/pkg/tools/TestGenCommand__dev.out.yaml +++ b/pkg/tools/TestGenCommand__dev.out.yaml @@ -50,7 +50,6 @@ spec: name: boot readOnly: true - mountPath: /run - mountPropagation: Bidirectional name: run - mountPath: /var/lib/virtlet name: virtlet @@ -80,7 +79,6 @@ spec: privileged: true volumeMounts: - mountPath: /run - mountPropagation: Bidirectional name: run - mountPath: /lib/modules name: modules @@ -109,6 +107,9 @@ spec: name: pods-log - mountPath: /var/log/libvirt name: libvirt-log + - mountPath: /var/run/netns + mountPropagation: Bidirectional + name: netns-dir - mountPath: /dind name: dind - command: @@ -208,7 +209,6 @@ spec: - mountPath: /kubelet-volume-plugins name: k8s-flexvolume-plugins-dir - mountPath: /run - mountPropagation: Bidirectional name: run - mountPath: /var/run/docker.sock name: dockersock @@ -272,6 +272,9 @@ spec: - hostPath: path: /var/log/pods name: pods-log + - hostPath: + path: /var/run/netns + name: netns-dir - configMap: name: virtlet-image-translations name: image-name-translations diff --git a/pkg/tools/TestGenCommand__plain.out.yaml b/pkg/tools/TestGenCommand__plain.out.yaml index f20c78776..ecd41948f 100755 --- a/pkg/tools/TestGenCommand__plain.out.yaml +++ b/pkg/tools/TestGenCommand__plain.out.yaml @@ -50,7 +50,6 @@ spec: name: boot readOnly: true - mountPath: /run - mountPropagation: Bidirectional name: run - mountPath: /var/lib/virtlet name: virtlet @@ -78,7 +77,6 @@ spec: privileged: true volumeMounts: - mountPath: /run - mountPropagation: Bidirectional name: run - mountPath: /lib/modules name: modules @@ -107,6 +105,9 @@ spec: name: pods-log - mountPath: /var/log/libvirt name: libvirt-log + - mountPath: /var/run/netns + mountPropagation: Bidirectional + name: netns-dir - command: - /vms.sh image: mirantis/virtlet @@ -202,7 +203,6 @@ spec: - mountPath: /kubelet-volume-plugins name: k8s-flexvolume-plugins-dir - mountPath: /run - mountPropagation: Bidirectional name: run - mountPath: /var/run/docker.sock name: dockersock @@ -264,6 +264,9 @@ spec: - hostPath: path: /var/log/pods name: pods-log + - hostPath: + path: /var/run/netns + name: netns-dir - configMap: name: virtlet-image-translations name: image-name-translations diff --git a/pkg/tools/TestGenCommand__tag.out.yaml b/pkg/tools/TestGenCommand__tag.out.yaml index 581992883..b4483b3bd 100755 --- a/pkg/tools/TestGenCommand__tag.out.yaml +++ b/pkg/tools/TestGenCommand__tag.out.yaml @@ -50,7 +50,6 @@ spec: name: boot readOnly: true - mountPath: /run - mountPropagation: Bidirectional name: run - mountPath: /var/lib/virtlet name: virtlet @@ -78,7 +77,6 @@ spec: privileged: true volumeMounts: - mountPath: /run - mountPropagation: Bidirectional name: run - mountPath: /lib/modules name: modules @@ -107,6 +105,9 @@ spec: name: pods-log - mountPath: /var/log/libvirt name: libvirt-log + - mountPath: /var/run/netns + mountPropagation: Bidirectional + name: netns-dir - command: - /vms.sh image: mirantis/virtlet:0.9.42 @@ -202,7 +203,6 @@ spec: - mountPath: /kubelet-volume-plugins name: k8s-flexvolume-plugins-dir - mountPath: /run - mountPropagation: Bidirectional name: run - mountPath: /var/run/docker.sock name: dockersock @@ -264,6 +264,9 @@ spec: - hostPath: path: /var/log/pods name: pods-log + - hostPath: + path: /var/run/netns + name: netns-dir - configMap: name: virtlet-image-translations name: image-name-translations diff --git a/pkg/tools/bindata.go b/pkg/tools/bindata.go index 6f9d1f941..c6e764d83 100644 --- a/pkg/tools/bindata.go +++ b/pkg/tools/bindata.go @@ -66,7 +66,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _deployDataVirtletDsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\x5b\x53\xe3\x38\x16\x7e\xe7\x57\x9c\x1a\xaa\xb6\xa7\x1f\x8c\xa1\x6b\x67\xbb\x27\xb5\xfb\x40\x93\x0c\x9b\x6a\x48\x52\xe1\xd2\xf3\x96\x92\xe5\x13\x47\x1b\x59\xf2\x4a\xb2\x21\xfb\xeb\xb7\x24\x5f\xe2\x5b\x42\xa0\x81\x9a\xce\x0b\x41\xd2\xf9\x74\xee\xe7\x48\x91\xe7\x79\x47\x24\x61\xf7\xa8\x34\x93\x62\x00\x24\x49\xb4\x9f\x9d\x1d\xad\x99\x08\x07\x30\x24\x18\x4b\x71\x83\xe6\x28\x46\x43\x42\x62\xc8\xe0\x08\x40\x90\x18\x07\x90\x31\x65\x38\x9a\xe2\x7f\x9d\x10\x8a\x03\x58\xa7\x01\x7a\x7a\xa3\x0d\xc6\x47\x3a\x41\x6a\x97\x6b\xe4\x48\x8d\x54\xf6\x3b\x40\x4c\x0c\x5d\x5d\x91\x00\xb9\xce\x07\x00\x54\x2a\x0c\x6b\x42\x1a\x8c\x13\x4e\x0c\x16\x34\xb5\xcd\xed\xa7\xcd\x80\xfd\xf0\x06\x64\x2f\x28\x40\xc9\x92\xfd\xac\xa4\x36\x13\x34\x0f\x52\xad\x07\x60\x54\x8a\xc5\x78\x28\xf4\x4c\x72\x46\x37\x03\xb8\xe0\xa9\x36\xa8\xfe\x60\x4a\x9b\xef\xcc\xac\xfe\x9d\x93\x14\x0b\x8f\x1d\xc4\x6c\x3c\x04\xa6\x1d\x00\x18\x09\xbf\x9e\x7d\x04\x14\x24\xe0\x08\xf7\xd7\xda\x8e\xe8\x54\x65\x2c\xc3\x92\x0f\xa0\x52\x18\xc2\x04\x2a\x50\xa8\x0d\x51\x5b\xb8\x5f\x8d\x84\x00\x81\xae\x90\xae\x31\xfc\x08\x44\x84\xf0\xeb\xa7\x8f\x16\xa4\x80\x34\x2b\x84\x54\x23\xc8\x25\x08\x8d\xc2\xa0\x02\x26\x80\x09\x56\x83\xad\x89\x37\x1b\x0f\x1b\xa2\x1d\x43\x20\xa5\xd1\x46\x91\x04\x12\x25\x29\x86\xa9\x42\x10\x88\xa1\xe3\x94\x2a\x24\x06\x81\x58\xac\x25\x8b\x62\x92\x58\xf4\x9a\x49\xb7\x96\x2e\x00\x35\xaa\x8c\x51\x3c\xa7\x54\xa6\xc2\x4c\x1a\x66\xa9\xf6\x94\x82\x6f\xac\x39\xe0\xbe\xd0\x40\x22\x43\x0d\x52\x38\x69\x84\x0c\x51\xc3\x03\x33\x2b\xc0\x47\xa3\xc8\x3c\x37\xdb\xbf\x4a\x6d\x39\xb3\x16\x50\x64\xb9\xb4\xa2\x6e\xb6\x46\xb6\xd4\xe7\x9d\x51\x00\x85\xff\x4d\x99\xc2\x70\x98\x2a\x26\xa2\x1b\xba\xc2\x30\xe5\x4c\x44\xe3\x48\xc8\x6a\x78\xf4\x88\x34\x35\xd6\xeb\x6b\x94\x39\xe6\x4d\xe1\xb2\xb7\xa8\x62\xdd\x9c\xf6\x72\x0f\x1e\x3d\x26\x0a\xb5\x8d\x99\xd6\xbc\x5d\xb1\xc6\xcd\xa0\x21\x4e\x6b\x05\x80\x4c\x50\x11\x1b\x13\x30\x16\x9d\xc9\x8c\xf0\x14\x3b\xb0\x16\xb8\xa5\x5b\x2b\xf7\x45\x69\xf7\x8a\xe0\x18\x6e\x57\xd8\x72\x0a\xa0\x32\x61\xa8\x4b\x80\x0f\x1a\x96\x1c\x1f\x33\xc9\xd3\x18\x21\x54\x2c\xab\xfc\xe6\xd8\x7a\x82\xb5\x4c\x88\x4b\x92\x72\xe3\xec\xef\xac\xc6\xd3\x88\x09\x08\x99\x72\x8e\x89\x42\xa7\x0a\x35\x98\x15\xd9\x7a\xb0\xa3\x63\xca\xe9\xce\x6e\x67\x5d\x0b\x43\x08\x36\xc0\x59\x60\xf7\x86\xbf\x55\x71\x80\x8f\x4c\x9b\xd2\x0d\xac\xb7\x1e\x95\x52\xe6\xe1\x9d\x28\x4c\x88\x42\xcf\xda\xa3\x52\x05\x8b\x49\x84\x03\x88\x99\x22\xc2\x30\xed\x37\x73\x40\x31\x3f\x4b\x39\x2f\x43\x78\xbc\x9c\x48\x33\x53\x68\xa3\xa5\x5a\x45\x65\x1c\x13\x11\x6e\x35\xec\x81\x5f\xdf\xee\x44\xaf\xaa\xa9\x5c\x47\xd7\xd6\xbf\x75\x9d\x20\x67\x72\xfd\x45\x7b\x5b\x4d\x7a\xb9\x8e\xb4\x17\x32\x55\xb3\x5e\x6c\x89\x67\xc4\xac\x06\xe0\x17\xda\xf4\x9a\x04\x1d\x5c\x95\x8a\x0e\x80\x92\x09\x89\x88\x73\x58\xf8\xca\x72\x35\x33\x29\x08\xdf\xb1\x55\x1d\xa3\xc4\x0d\x25\x5d\xa3\xd2\x92\xae\x77\x10\x65\x44\x59\x42\x3f\x5f\x78\xd2\x58\x59\x82\x70\x19\xed\xa0\xb6\x66\xac\xcf\x1e\xc3\x52\xaa\xdc\x55\x98\x88\x9c\xaf\xe4\x5b\x70\x16\xf8\x85\x4b\xf8\xce\x66\x3a\xf7\x07\x97\x17\x1a\x16\x2f\x37\xcd\x88\xf2\x38\x0b\xf6\x6c\xec\xb5\x97\x54\x42\x63\xb6\x83\xac\x3e\xe3\x75\xf4\x60\x99\x6c\x3b\x58\x7f\xf1\xb1\x99\x90\xa6\x8a\x99\x8d\x0d\x47\x7c\x34\xf5\xe0\x4d\x14\xcb\x18\xc7\x08\xc3\x46\x32\x06\x40\x91\x75\x3d\xea\xdb\xdd\xd7\xd1\x62\x32\x1d\x8e\x16\x93\xf3\xeb\x51\x0d\xc6\x65\x85\x3f\x94\x8c\x9b\x89\x61\xc9\x90\x87\x73\x5c\xb6\xd3\x45\xbd\xa8\x67\x67\xad\x49\x47\x94\x4b\x6a\x4b\xe2\x89\xd5\xb8\xcd\xde\x1d\x6e\xee\xc7\xf3\xdb\xab\xd1\xed\x62\x38\xbe\x39\xff\x7a\x35\x5a\x7c\xbb\xbf\x7e\x9a\xa5\xbc\x7c\x5c\x93\xe4\x1b\x6e\x7a\x38\x6b\x28\xd0\xcb\x17\xb7\x96\xb8\x04\x1a\x32\x6d\x8b\xde\x62\x9d\xc5\xad\x69\x99\xe4\x8e\xdf\xd2\x67\x9b\xe9\x9b\xf9\x78\x7a\xbf\xb8\xb9\x9b\xcd\xa6\xf3\xdb\x77\x63\x5b\x2b\x26\xb3\x85\x4e\x93\x44\x2a\xf3\x32\xc6\x87\xd3\xef\x93\xab\xe9\xf9\x70\x31\x9b\x4f\x6f\xa7\x17\xd3\xab\xf7\xd3\xb9\x7c\x10\x5c\x92\x70\x91\x28\x69\x24\x95\xfc\x65\x02\x5c\x4d\x2f\xaf\x46\xf7\xa3\xf7\xe3\x9b\xcb\x88\x63\x86\x2f\x64\xf7\xe2\xfc\x6a\x7c\x31\x5d\xdc\xdc\x7d\x9d\x8c\xde\xcf\x51\x28\xe1\x8c\x4a\x4f\xa7\x81\xc0\x67\x3a\xca\xf8\xfa\xfc\x72\xb4\x98\x8f\x2e\x47\x7f\xce\x16\xb7\xf3\xf3\xc9\xcd\xd5\xf9\xed\x78\x3a\x79\x37\xde\x5d\xce\x5e\x28\x8c\xf0\x31\x59\x18\x45\x84\xe6\xae\x32\xbd\x4c\xff\xf3\xf3\xef\x8b\xe1\xe8\x7e\x7c\x31\xba\x79\x37\x09\x14\x79\x58\x84\x68\xbb\x57\xfd\xc2\x20\x2d\x52\xe2\xd5\xf4\xf2\x72\x3c\xb9\x7c\xf7\xb4\xc8\x65\x14\x31\xd1\x5e\x72\xa8\xc7\xcf\xee\x16\xd7\xd3\xe1\x3b\x46\x28\x4d\x52\x2f\x96\xe1\x4b\x43\x34\xf7\xf8\x9a\xab\xdf\x2c\x86\xe3\x79\x9b\xfb\x01\xf8\x68\x68\x59\xb4\x8b\xce\xa2\xec\x96\x69\xa7\x53\xae\x1a\x9a\xbc\x13\x39\xb8\xcb\x3c\x86\xb1\x00\x4a\x34\xc2\x83\x6d\xb4\xff\x83\xd4\x00\x97\x94\xf0\xaa\xb9\x75\x08\x76\xf6\x81\x08\x63\x3b\x6a\x7b\x6a\x63\x06\x84\x34\x20\x97\x4b\x46\x19\xe1\x7c\x03\x24\x23\x8c\xbb\x93\x9d\x14\xf8\x0a\x4d\x6c\x21\xc8\x21\xfd\x6b\xbd\xd9\xd1\x1b\xed\x2f\xb5\x4f\x23\x25\xd3\xa4\xd3\xea\xb4\x86\x9b\xa4\xb6\x47\x8a\x65\x98\xf2\x46\x18\xe5\x84\xdd\x71\x85\x24\x9c\x0a\xbe\xe9\x18\xbb\x0e\x69\xcf\xa8\x1d\xac\xd6\xe0\x41\x40\xcd\x26\xfa\x47\x1a\xeb\x1f\xeb\x0d\xfb\xa9\xdb\x4e\x07\x3b\x9c\xb1\x4b\x6d\xfb\xf3\x27\xa8\x3d\xdb\xb8\xa3\xd1\x35\x97\xb5\xc7\x2c\x2e\x23\x77\x80\x63\xd5\xd1\x6c\x85\x0a\x21\x40\x4a\xdc\xb5\x82\x59\xa1\x7a\x60\x1a\xab\xe3\xda\x03\xe3\x1c\x12\x25\xc3\x94\x22\xa0\x52\x52\xd5\x21\x39\x5b\x23\x98\x15\xab\x39\xd6\x31\xdc\x15\x57\x15\xd2\x9e\xe0\xbc\xe2\x4e\x81\xae\x88\x0a\x31\x83\x25\xe3\x08\x1f\x72\x1d\xc8\xc8\xcf\x62\xed\x93\x65\xf8\xf9\xb7\x20\x08\xbc\x2f\xf8\xfb\x67\xef\xec\x0c\x3f\x7b\xbf\xff\xf6\x8f\x33\xef\xf4\xd3\xdf\x3f\x9d\x12\x7a\x7a\x7a\x7a\xfa\xc9\xa7\x4c\x29\xa9\xbd\x2c\x5e\x9c\x9e\x70\x19\x7d\x18\xc0\x44\x82\x4e\xe9\x2a\x47\x94\xaa\x3a\x76\x6e\xba\x27\x87\x58\x7b\xbb\x8f\x2c\x35\x56\xba\x07\x9d\x42\x99\x4f\x53\x77\x8d\xf6\x9c\xa3\xc7\x4b\x0e\x0f\x36\x02\x98\x40\xad\x67\x4a\x06\x58\x27\xc1\xc7\xed\x25\x57\xfe\xe9\xa4\x8a\x9c\x45\x3f\x60\xc2\xaf\xa5\x8a\x7c\xd4\xa3\xad\x01\x2d\x29\x31\xe0\xc1\xdd\x64\xfc\xe7\xa0\xed\x80\x7e\xdd\xe1\x3c\x25\xe1\x9f\x56\x32\x5f\xa4\x9c\xb7\x92\x6c\xef\x51\xfd\xaf\x9e\x64\x0f\xc9\x9e\xaf\x97\x66\x8e\xf3\xe4\xe7\xee\x57\xea\x99\x15\x88\xc2\xea\x4e\x0b\x82\x0d\xe8\x34\x41\x15\x33\xf1\x93\x24\xe5\xf7\x3b\x86\xff\x15\x52\x6d\x13\x25\xd5\x8e\x07\x1b\x94\xee\xf2\x47\x09\x34\xa8\xab\x7b\xa0\xe2\x02\xc8\xcf\x1d\xcd\xb7\xcb\x3a\x1b\x1d\x70\xc9\xd4\x2f\x77\xb1\x89\x9f\xc8\xb0\xeb\x08\x16\xd5\x4e\xf4\x5e\x56\x1d\x52\x12\x5f\x9e\x5d\xeb\x2b\x7a\xfa\xb5\x36\xa7\x6e\xd8\xb3\xdf\xbd\xda\x51\xa3\x9b\xae\x9d\x34\x4f\xf3\xd2\xd0\xc6\x71\x59\x08\x97\xae\x86\x90\x48\x48\x6d\x18\x85\x24\x55\x89\xd4\xf8\x9a\x35\xe1\x67\xca\xf2\xd6\xef\x0b\xab\xb8\x3b\xc0\x3d\x69\xbd\x66\xd9\xb7\xbb\x9d\xcd\x62\xfd\xdc\xa6\xf6\xbd\x53\xc7\x8f\x36\x1b\x87\xa6\xc7\x5d\x69\x7c\x7f\x01\xc8\x35\x56\xfb\x8d\xc0\xa2\xd6\xfa\x40\xeb\xfe\x2b\xa9\x8d\x3d\x17\x43\x7e\x2e\x06\x42\x29\x6a\x5d\xd9\xdb\xfd\xa2\x64\xf1\xeb\x8e\xdb\xe5\xb0\x2d\xcd\x5e\xc2\xfe\x93\x47\xcf\xb9\x63\x2f\x4a\x5f\xbd\xeb\x53\xd3\x5e\x90\x46\x31\xeb\xd4\xb7\xbd\xa4\xf5\x6a\xdf\xae\xff\xc7\x70\x3b\x1d\x4e\x07\x10\x4a\xf1\xc1\x80\x6d\x83\xa9\x0c\xb1\xb8\x88\x87\xbc\x76\xb8\xbe\xc6\xe6\x34\xd7\x8e\x6f\x09\x57\x4c\xe7\x1d\x78\x51\xfb\xe1\x62\x3e\xb6\xdd\xf8\xe3\x06\x98\xd0\x86\xf0\x3c\x13\xda\xd6\xa7\xbe\x21\x13\xb9\x29\x9d\x47\x6c\x7f\xb3\x3b\x39\x44\x94\x7d\xf7\xff\x3b\x7e\x42\x78\x12\xaf\x2f\x0a\xfb\x62\xf0\x20\xa0\x76\xe0\xf5\x85\xe3\xd3\x40\xb5\x08\x6d\xff\xa6\xb1\x97\xf8\x07\xaa\xf9\x81\xb5\xfc\x20\x25\xf4\x16\xf6\x9d\x65\xfd\x10\xc8\xb6\x61\x1a\x3f\xa5\x1c\xa2\xcf\xaa\x88\xd7\x73\x5b\x5f\x4e\x3c\x08\x6c\xaf\x95\x9f\x03\xd6\xd7\xc0\xed\x6b\xdf\x0e\xe2\xae\x47\xed\xad\xde\xc3\xdb\x5e\x9b\x0d\x76\x55\x1e\x2f\xef\x6b\x7a\x5b\x9a\xfd\x8d\x4f\xfb\xd1\x86\x0a\x08\x3d\x21\xa9\x59\x49\xc5\xfe\xe7\xd6\x9c\xac\xbf\xe8\x13\x26\xfd\xec\x2c\x40\x43\xca\xe7\x1c\xc5\x7b\x86\xb9\xe4\xf8\x95\x89\x90\x89\x68\xcf\xbb\x0e\x25\x39\x16\xf7\x7d\x24\x61\x97\x36\x17\xef\xd9\xe9\x08\xa0\xb3\x47\x07\x52\xa7\x81\x3d\xc6\xe9\xc1\x91\x57\xac\xbe\x69\x3c\x20\x38\xfc\x6d\x89\xd5\x40\x77\xbf\xe7\xe9\xe4\x05\x4f\x5a\x94\x2d\x26\x76\xbd\x57\xe9\xa4\x28\xa9\x1e\xfc\xf2\x8b\xfb\xa2\x50\xcb\x54\x51\xac\xc6\xab\xc7\x14\xba\x18\x70\x4f\x1e\xdc\xf7\x0c\x55\xb0\x5d\xe7\x6e\x4a\x8a\x7f\x22\x34\xaf\x61\xe5\x1e\x19\x2b\x76\x3c\xdb\x5b\xa2\x2a\x65\x6a\x49\x54\xc8\xd3\x90\xa6\x25\x4b\xc5\x7d\xce\xae\xfd\xcb\x99\xce\xbf\x3c\x10\x43\x57\x6f\x24\x41\x19\x3e\xa9\x46\x65\x67\x7e\x58\x10\xcf\xb6\xe6\x2a\xcf\x01\x2d\xa1\xde\x34\xd2\xca\xaa\x61\x1d\xc2\x0b\x8a\x65\xaf\x18\x76\x1d\x53\xd7\xe3\xef\x39\xe0\x97\x45\x23\x96\xc3\xe6\xb1\x30\xc8\xdd\xf8\x6d\x53\x51\xbc\x35\xf2\x1b\xe8\x67\x97\x23\xfd\x24\x69\xca\xa3\x2a\xdc\xed\xf4\x24\x61\xf8\x68\x50\xb8\x27\x4a\x05\x66\x5f\x20\xa4\xda\xc8\xb8\x1c\x0c\xd1\xbd\xa5\x2a\x4a\x51\x2d\x16\x8a\xe4\xd4\xdd\xa6\x3c\x24\xae\xbf\xe8\x1e\xf4\x62\xd6\xd5\xb1\x98\x24\x09\x13\x91\xae\x4f\x54\x1e\x5a\xce\xd4\xb6\xac\x72\xc9\x9b\xc7\x61\x43\x9f\xaf\xef\x5e\x16\xf6\x75\x5d\xaa\xf5\xb6\xa3\x17\xf0\x05\xd5\xed\xff\x01\x00\x00\xff\xff\xf1\x5a\x5a\xd7\x0c\x2a\x00\x00") +var _deployDataVirtletDsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\x5b\x6f\xdb\x38\xf6\x7f\xcf\xa7\x38\x68\x80\x7f\x67\x80\xbf\xe2\xa4\xd8\xd9\x76\x8c\xdd\x87\x34\xf6\x64\x8d\x26\xb6\xe1\x5c\x3a\x6f\x06\x4d\x1d\xcb\x5c\x53\xa4\x96\xa4\x94\x78\x3f\xfd\x82\xa4\xa4\xe8\x66\xc7\x49\x13\xa3\x93\x97\xba\xbc\x1c\x9e\xfb\xf9\x1d\x8a\x41\x10\x1c\x91\x84\xdd\xa3\xd2\x4c\x8a\x3e\x90\x24\xd1\xbd\xec\xec\x68\xcd\x44\xd8\x87\x01\xc1\x58\x8a\x1b\x34\x47\x31\x1a\x12\x12\x43\xfa\x47\x00\x82\xc4\xd8\x87\x8c\x29\xc3\xd1\xe4\xff\xd7\x09\xa1\xd8\x87\x75\xba\xc0\x40\x6f\xb4\xc1\xf8\x48\x27\x48\xed\x72\x8d\x1c\xa9\x91\xca\xfe\x06\x88\x89\xa1\xab\x2b\xb2\x40\xae\xfd\x00\x80\x4a\x85\x61\x75\x92\x06\xe3\x84\x13\x83\xf9\x9e\xca\xe1\xf6\xaf\xc9\x80\xfd\xe3\x35\x92\x9d\x44\x01\x0a\x96\xec\xdf\x4a\x6a\x33\x46\xf3\x20\xd5\xba\x0f\x46\xa5\x98\x8f\x87\x42\x4f\x25\x67\x74\xd3\x87\x0b\x9e\x6a\x83\xea\x0f\xa6\xb4\xf9\xce\xcc\xea\x5f\x7e\x4b\xbe\xf0\xd8\x91\x98\x8e\x06\xc0\xb4\x23\x00\x46\xc2\x2f\x67\xbf\x02\x0a\xb2\xe0\x08\xf7\xd7\xda\x8e\xe8\x54\x65\x2c\xc3\x82\x0f\xa0\x52\x18\xc2\x04\x2a\x50\xa8\x0d\x51\x4f\xe4\x7e\x31\x12\x16\x08\x74\x85\x74\x8d\xe1\xaf\x40\x44\x08\xbf\x7c\xfa\xd5\x12\xc9\x49\x9a\x15\x42\xaa\x11\xe4\x12\x84\x46\x61\x50\x01\x13\xc0\x04\xab\x90\xad\x88\x37\x1d\x0d\x6a\xa2\x1d\xc3\x42\x4a\xa3\x8d\x22\x09\x24\x4a\x52\x0c\x53\x85\x20\x10\x43\xc7\x29\x55\x48\x0c\x02\xb1\xb4\x96\x2c\x8a\x49\x62\xa9\x57\x4c\xfa\x64\xe9\x9c\xa0\x46\x95\x31\x8a\xe7\x94\xca\x54\x98\x71\xcd\x2c\xe5\x99\x52\xf0\x8d\x35\x07\xdc\xe7\x1a\x48\x64\xa8\x41\x0a\x27\x8d\x90\x21\x6a\x78\x60\x66\x05\xf8\x68\x14\x99\x79\xb3\xfd\xb3\xd0\x96\x33\x6b\x4e\x8a\x2c\x97\x56\xd4\xcd\x93\x91\xed\xee\xf3\xd6\x28\x80\xc2\xff\xa4\x4c\x61\x38\x48\x15\x13\xd1\x0d\x5d\x61\x98\x72\x26\xa2\x51\x24\x64\x39\x3c\x7c\x44\x9a\x1a\xeb\xf5\x95\x9d\x9e\xe6\x4d\xee\xb2\xb7\xa8\x62\x5d\x9f\x0e\xbc\x07\x0f\x1f\x13\x85\xda\xc6\x4c\x63\xde\xae\x58\xe3\xa6\x5f\x13\xa7\xb1\x02\x40\x26\xa8\x88\x8d\x09\x18\x89\xd6\x64\x46\x78\x8a\x2d\xb2\x96\x70\x43\xb7\x56\xee\x8b\xc2\xee\xe5\x86\x63\xb8\x5d\x61\xc3\x29\x80\xca\x84\xa1\x2e\x08\x7c\xd4\xb0\xe4\xf8\x98\x49\x9e\xc6\x08\xa1\x62\x59\xe9\x37\xc7\xd6\x13\xac\x65\x42\x5c\x92\x94\x1b\x67\x7f\x67\x35\x9e\x46\x4c\x40\xc8\x94\x73\x4c\x14\x3a\x55\xa8\xc1\xac\xc8\x93\x07\xbb\x7d\x4c\x39\xdd\xd9\xe3\xac\x6b\x61\x08\x8b\x0d\x70\xb6\xb0\x67\xc3\xff\x95\x71\x80\x8f\x4c\x9b\xc2\x0d\xac\xb7\x1e\x15\x52\xfa\xf0\x4e\x14\x26\x44\x61\x60\xed\x51\xaa\x82\xc5\x24\xc2\x3e\xc4\x4c\x11\x61\x98\xee\xd5\x73\x40\x3e\x3f\x4d\x39\x2f\x42\x78\xb4\x1c\x4b\x33\x55\x68\xa3\xa5\x5c\x45\x65\x1c\x13\x11\x3e\x69\x38\x80\x5e\xf5\xb8\x13\xbd\x2a\xa7\xbc\x8e\xae\xad\x7f\xeb\xea\x06\xcf\xe4\xfa\x8b\x0e\x9e\x34\x19\x78\x1d\xe9\x20\x64\xaa\x62\xbd\xd8\x6e\x9e\x12\xb3\xea\x43\x2f\xd7\x66\x50\xdf\xd0\xa2\xab\xd2\xaa\x5b\x1c\xc3\x40\x8a\x8f\x06\x48\x18\xc2\x07\x4f\x4d\xc9\x84\x44\xc4\x79\x2f\x7c\x65\x5e\xe7\x4c\x0a\xc2\x3f\xfc\x3f\x30\x03\x0f\x8c\x73\xe0\x84\xae\xfd\xe1\x80\xc2\xa8\xcd\x16\x96\xaa\x67\x15\xe7\x87\x92\xae\x51\x69\x49\xd7\x5b\x36\x65\x44\xd9\x8d\x3d\xbf\xf0\xa4\xb6\xb2\x20\xc2\x65\xb4\x65\xb7\x35\x77\x75\xf6\x18\x96\x52\x79\x97\x62\x22\x72\x3e\xe5\x8f\xe0\x6c\xd1\xcb\x5d\xa7\xe7\x6c\xab\xbd\xdf\xb8\xfc\x51\xf3\x8c\xe2\xd0\x8c\xa8\x80\xb3\xc5\x8e\x83\x83\xe6\x92\x52\x68\xcc\xb6\x6c\xab\xce\x04\x2d\x3d\x58\x26\x9b\x8e\xd8\x5d\xa4\x6c\xc6\xa4\xa9\x62\x66\x63\xc3\x16\x1f\x4d\x35\xc8\x13\xc5\x32\xc6\x31\xc2\xb0\x96\xb4\x01\x50\x64\x6d\xcf\xfb\x76\xf7\x75\x38\x1f\x4f\x06\xc3\xf9\xf8\xfc\x7a\x58\x21\xe3\xb2\xc7\x1f\x4a\xc6\xf5\x04\xb2\x64\xc8\xc3\x19\x2e\x9b\x69\xa5\x5a\xfc\xb3\xb3\xc6\xa4\xdb\xe4\x25\xb5\xa5\xf3\xc4\x6a\xdc\x66\xf9\x16\x37\xf7\xa3\xd9\xed\xd5\xf0\x76\x3e\x18\xdd\x9c\x7f\xbd\x1a\xce\xbf\xdd\x5f\x3f\xcf\x92\x2f\x33\xd7\x24\xf9\x86\x9b\x0e\xce\x6a\x0a\x0c\xfc\xe2\xc6\x12\x97\x68\x43\xa6\x6d\x71\x9c\xaf\xb3\xb8\x31\x2d\x13\x1f\x13\x0d\x7d\x36\x99\xbe\x99\x8d\x26\xf7\xf3\x9b\xbb\xe9\x74\x32\xbb\x3d\x18\xdb\x5a\x31\x99\xcd\x75\x9a\x24\x52\x99\xd7\x31\x3e\x98\x7c\x1f\x5f\x4d\xce\x07\xf3\xe9\x6c\x72\x3b\xb9\x98\x5c\x1d\x4e\xe7\xf2\x41\x70\x49\xc2\x79\xa2\xa4\x91\x54\xf2\xd7\x09\x70\x35\xb9\xbc\x1a\xde\x0f\x0f\xc7\x37\x97\x11\xc7\x0c\x5f\xc9\xee\xc5\xf9\xd5\xe8\x62\x32\xbf\xb9\xfb\x3a\x1e\x1e\xce\x51\x28\xe1\x8c\xca\x40\xa7\x0b\x81\x2f\x74\x94\xd1\xf5\xf9\xe5\x70\x3e\x1b\x5e\x0e\xff\x9c\xce\x6f\x67\xe7\xe3\x9b\xab\xf3\xdb\xd1\x64\x7c\x30\xde\x5d\xce\x9e\x2b\x8c\xf0\x31\x99\x1b\x45\x84\xe6\xae\x68\xbd\x4e\xff\xb3\xf3\xef\xf3\xc1\xf0\x7e\x74\x31\xbc\x39\x98\x04\x8a\x3c\xcc\x43\xb4\x28\x57\xbf\x32\x48\xf3\x94\x78\x35\xb9\xbc\x1c\x8d\x2f\x0f\x9e\x16\xb9\x8c\x22\x26\x9a\x4b\xf6\xf5\xf8\xe9\xdd\xfc\x7a\x32\x38\x60\x84\xd2\x24\x0d\x62\x19\xbe\x36\x44\xbd\xc7\x57\x5c\xfd\x66\x3e\x18\xcd\x9a\xdc\xf7\xa1\x87\x86\x16\x45\x3b\x47\x16\x05\xaa\xa6\x2d\x44\x5d\x02\x1a\x8f\x44\xf6\x46\xa3\xc7\x30\x12\x40\x89\x46\x78\xb0\x80\xfc\xdf\x48\x0d\x70\x49\x09\x2f\x41\xb0\xa3\x60\x67\x1f\x88\x30\x16\x79\xdb\xee\x8e\x19\x10\xd2\x80\x5c\x2e\x19\x65\x84\xf3\x0d\x90\x8c\x30\xee\x3a\x40\x29\xf0\x0d\xc0\x6e\x2e\xc8\x3e\x38\xb7\x0a\x76\xf4\x46\xf7\x96\xba\x47\x23\x25\xd3\xa4\x05\x75\x1a\xc3\xf5\xad\x16\x23\xc5\x32\x4c\x79\x2d\x8c\xfc\xc6\xf6\xb8\x42\x12\x4e\x04\xdf\xb4\x8c\x5d\x25\x69\x7b\xd9\x16\xad\xc6\xe0\x5e\x84\xde\x1b\x6c\xb7\x21\xfd\x8f\x61\xc8\xee\xdd\x4d\xe7\x84\x2d\x4e\xdb\xde\x6d\x71\xfc\x33\xbb\x03\x0b\xf0\xd1\xe8\x8a\x6b\xdb\xb6\x8d\xcb\xc8\x35\x84\xac\x6c\xf5\x56\xa8\x10\x16\x48\x89\xbb\xa6\x30\x2b\x54\x0f\x4c\x63\xd9\xfe\x39\x55\x25\x4a\x86\x29\x45\x40\xa5\xa4\xaa\x92\xe4\x6c\x8d\x60\x56\xac\xe2\x80\xc7\x70\x97\x5f\x7d\x48\xdb\x11\x06\xf9\x1d\x05\x5d\x11\x15\x62\x06\x4b\xc6\x11\x3e\x7a\x1d\xc8\xa8\x97\xc5\xba\x47\x96\xe1\xe7\xdf\x16\x8b\x45\xf0\x05\x7f\xff\x1c\x9c\x9d\xe1\xe7\xe0\xf7\xdf\xfe\x7e\x16\x9c\x7e\xfa\xdb\xa7\x53\x42\x4f\x4f\x4f\x4f\x3f\xf5\x28\x53\x4a\xea\x20\x8b\xe7\xa7\x27\x5c\x46\x1f\xfb\x30\x96\xa0\x53\xba\xf2\x14\xa5\x2a\xdb\xd8\x4d\xbb\xc3\x88\x75\xb0\xbd\xb5\xa9\xb0\xd2\x6e\x88\x72\x65\x3e\xbf\xbb\x6d\xb4\x97\xb4\x28\xaf\x69\x32\x6c\xa4\x30\x81\x5a\x4f\x95\x5c\x60\x75\x0b\x3e\x3e\x5d\x9a\xf9\xbf\x56\x4a\xf1\x2c\xf6\x16\x4c\xf4\x2a\x29\xc5\x8f\x06\xb4\x31\xa0\x25\x25\x06\x02\xb8\x1b\x8f\xfe\xec\x37\x1d\xb0\x57\x75\xb8\x40\x49\xf8\x87\x95\xac\x27\x52\xce\x1b\xc9\xb8\xb3\xf5\xff\xd9\x93\xf1\x3e\x59\xf6\xf0\xe9\xe8\xd8\x27\x53\x77\xaf\x53\xcd\xd4\x40\x14\x96\x77\x69\xb0\xd8\x80\x4e\x13\x54\x31\xdb\x96\xc8\x7e\xb6\x24\x7f\xb8\xb6\xfe\x67\x48\xc9\x75\x2a\xa9\x76\x3c\xd8\xe0\x75\x97\x4e\x4a\xa0\x41\x5d\xde\x3f\xe5\x17\x4f\x3d\xef\x90\x3d\xbb\xac\x75\xd0\x1e\x97\x5b\xdd\x72\xe7\x87\xf4\x12\x19\xb6\x1d\xc1\x52\xb5\x13\x9d\x97\x64\x5b\x5d\xfb\x4d\xb2\x70\x75\x45\x07\xfe\x6b\x72\xea\x86\x03\xfb\x3b\xa8\xb4\x2e\xed\xb4\xee\xa4\x79\x9e\x97\x9a\x36\x8e\x8b\x82\xb9\x74\xb5\x86\x44\x42\x6a\xc3\x28\x24\xa9\x4a\xa4\xc6\xf7\xa8\x1d\x02\xcd\xce\xab\xc9\xc2\xef\xdc\xba\x57\x58\xe6\xaf\x54\x75\xac\x9c\xb9\xf5\xdd\xdd\xe5\x8e\x32\x53\xf1\xa0\xf7\xbb\x7d\xce\x62\xfd\x52\x30\x7e\xe8\x14\xf5\xa3\xe0\x67\xdf\x34\xbc\xad\x5c\xec\x2e\x34\x5e\x63\x95\x6f\x20\x96\x6a\x05\x97\xda\x30\x5b\x49\x6d\x6c\x3f\x0f\xbe\x9f\x07\x42\x29\x6a\x5d\xda\xdb\x7d\x31\xb3\xf4\xab\x8e\xdb\xe6\xb0\x29\xcd\xce\x8d\xdd\x1d\x53\x47\xbf\xb4\x93\x4a\x57\x5d\xed\x52\xd3\x4e\x22\xb5\xa2\xd9\xaa\xa3\x3b\xb7\x56\xb1\x42\x13\x3d\x1c\xc3\xed\x64\x30\xe9\x43\xe8\x50\x8a\x85\xe5\x54\x86\x98\x7f\x40\x00\x5f\xa3\x1c\xce\xb2\xd9\xc2\xb5\x07\x4f\x1b\x57\x4c\x7b\xb4\x92\x63\x0c\xb8\x98\x8d\x6c\x77\xf0\xb8\x01\x26\xb4\x21\xdc\x67\x5c\x0b\xc5\xaa\x07\x32\xe1\x4d\xe9\xe1\x4d\xf9\x4d\xf2\x64\x1f\x51\x76\x7d\xb7\xd8\xf2\xe9\xe3\x59\x7a\x5d\x51\xd8\x15\x83\x7b\x11\x6a\x06\x5e\x57\x38\x3e\x4f\xa8\x12\xa1\xcd\x6f\x31\x3b\x37\xff\x00\x6a\xd8\x13\x33\xec\xa5\x84\x4e\x00\xb1\x15\x3e\xec\x43\xb2\x69\x98\xda\x27\xa0\x7d\xf4\x59\x82\x85\x6a\x6e\xeb\xca\x89\x7b\x11\xdb\x69\xe5\x97\x10\xeb\x02\x8a\xbb\x60\xe2\x5e\xdc\x75\xa8\xbd\x81\x71\xf6\xe2\xab\x0e\x24\xba\x41\x48\xf0\x74\x6f\xd8\xdf\x56\xc2\x02\x0f\xc4\x3a\x31\xd8\x6e\xa4\xd6\x7c\xdd\xa2\x16\x84\x9e\x90\xd4\xac\xa4\x62\xff\x75\x6b\x4e\xd6\x5f\xf4\x09\x93\xbd\xec\x6c\x81\x86\x14\xef\x5e\xf2\x87\x1f\x33\xc9\xf1\x2b\x13\x21\x13\xd1\x8e\x07\x30\x4a\x72\xcc\x2f\x3c\x49\xc2\x2e\x6d\x52\xdf\x71\xd2\x11\x40\xeb\x8c\x16\x49\x9d\x2e\x6c\x7f\xaa\xfb\x47\x41\xbe\xfa\xa6\xf6\xd2\x62\xff\x47\x38\x56\x03\xed\xf3\x5e\xa6\x93\x57\xbc\xfd\x51\xb6\x2a\xd9\xf5\x41\xa9\x93\xbc\x36\x07\xf0\xe1\x83\xfb\xa1\x50\xcb\x54\x51\x2c\xc7\xcb\x57\x27\x3a\x1f\x70\x6f\x43\xdc\xef\x0c\xd5\xe2\x69\x9d\xbb\x02\xca\xff\x13\xa1\x79\x0b\x2b\x77\xc8\x58\xb2\x13\x58\x90\x8a\xaa\x90\xa9\x21\x51\x2e\x4f\x4d\x9a\x86\x2c\x25\xf7\x9e\x5d\xfb\x2f\x67\xda\xff\x78\x20\x86\xae\xde\x49\x82\x22\x7c\x52\x8d\xca\xce\xfc\xb0\x20\x81\xc5\xf8\xca\x27\x93\x86\x50\xef\x1a\x69\x45\xf9\xb1\x0e\x11\x2c\xf2\x65\x6f\x18\x76\x2d\x53\x57\xe3\xef\x25\xc4\x2f\x73\x44\xe7\xc9\xfa\x58\xe8\x7b\x37\x7e\xdf\x54\x14\x3f\x19\xf9\x1d\xf4\xb3\xcd\x91\xfe\x22\x69\x2a\xa0\x2a\xdc\xee\xf4\x24\x61\xf8\x68\x50\xb8\xb7\x5c\x39\xcd\xae\x40\x48\xb5\x91\x71\x31\x18\xa2\x7b\x74\x96\x97\xa2\x4a\x2c\xe4\xc9\xa9\x7d\x4c\xd1\x6d\xae\xbf\xe8\x0e\xea\xf9\xac\xab\x63\x31\x49\x12\x26\x22\x5d\x9d\x28\x3d\xb4\x98\xa9\x1c\x59\xe6\x92\x77\x8f\xc3\x9a\x3e\xdf\xde\xbd\x2c\xd9\xb7\x75\xa9\xc6\xe3\x96\x4e\x82\xaf\xa8\x6e\xff\x0b\x00\x00\xff\xff\xb6\xc9\xb3\x09\x35\x2b\x00\x00") func deployDataVirtletDsYamlBytes() ([]byte, error) { return bindataRead( @@ -81,7 +81,7 @@ func deployDataVirtletDsYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "deploy/data/virtlet-ds.yaml", size: 10764, mode: os.FileMode(420), modTime: time.Unix(1522279343, 0)} + info := bindataFileInfo{name: "deploy/data/virtlet-ds.yaml", size: 11061, mode: os.FileMode(420), modTime: time.Unix(1522279343, 0)} a := &asset{bytes: bytes, info: info} return a, nil }