Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #669 from pohly/kata-containers-update
Browse files Browse the repository at this point in the history
Kata containers update + fix
  • Loading branch information
avalluri authored Jun 8, 2020
2 parents a591c07 + 1421e73 commit 9e0abab
Show file tree
Hide file tree
Showing 21 changed files with 76 additions and 71 deletions.
32 changes: 16 additions & 16 deletions deploy/bindata_generated.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions deploy/kubernetes-1.15/direct/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,14 @@ spec:
- -deviceManager=direct
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
env:
- name: KUBE_NODE_NAME
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- args:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.15/direct/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@ spec:
- -deviceManager=direct
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
- -v=5
- -testEndpoint
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- mountPath: /var/lib/pmem-csi-coverage
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.15/lvm/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,14 @@ spec:
- -deviceManager=lvm
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
env:
- name: KUBE_NODE_NAME
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- args:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.15/lvm/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@ spec:
- -deviceManager=lvm
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
- -v=5
- -testEndpoint
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- mountPath: /var/lib/pmem-csi-coverage
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.15/pmem-csi-direct-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@ spec:
- -deviceManager=direct
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
- -v=5
- -testEndpoint
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- mountPath: /var/lib/pmem-csi-coverage
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.15/pmem-csi-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,14 @@ spec:
- -deviceManager=direct
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
env:
- name: KUBE_NODE_NAME
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- args:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.15/pmem-csi-lvm-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@ spec:
- -deviceManager=lvm
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
- -v=5
- -testEndpoint
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- mountPath: /var/lib/pmem-csi-coverage
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.15/pmem-csi-lvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,14 @@ spec:
- -deviceManager=lvm
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
env:
- name: KUBE_NODE_NAME
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- args:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.16/direct/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,14 @@ spec:
- -deviceManager=direct
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
env:
- name: KUBE_NODE_NAME
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- args:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.16/direct/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@ spec:
- -deviceManager=direct
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
- -v=5
- -testEndpoint
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- mountPath: /var/lib/pmem-csi-coverage
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.16/lvm/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,14 @@ spec:
- -deviceManager=lvm
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
env:
- name: KUBE_NODE_NAME
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- args:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.16/lvm/testing/pmem-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@ spec:
- -deviceManager=lvm
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
- -v=5
- -testEndpoint
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- mountPath: /var/lib/pmem-csi-coverage
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.16/pmem-csi-direct-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@ spec:
- -deviceManager=direct
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
- -v=5
- -testEndpoint
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- mountPath: /var/lib/pmem-csi-coverage
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.16/pmem-csi-direct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,14 @@ spec:
- -deviceManager=direct
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
env:
- name: KUBE_NODE_NAME
Expand Down Expand Up @@ -337,7 +337,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- args:
Expand Down
6 changes: 3 additions & 3 deletions deploy/kubernetes-1.16/pmem-csi-lvm-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@ spec:
- -deviceManager=lvm
- -v=3
- -mode=node
- -endpoint=unix:///pmem-csi/csi.sock
- -endpoint=unix:///var/lib/$(PMEM_CSI_DRIVER_NAME)/csi.sock
- -nodeid=$(KUBE_NODE_NAME)
- -controllerEndpoint=tcp://$(KUBE_POD_IP):10001
- -registryEndpoint=tcp://pmem-csi-controller:10000
- -caFile=/certs/ca.crt
- -certFile=/certs/tls.crt
- -keyFile=/certs/tls.key
- -statePath=/pmem-csi
- -statePath=/var/lib/$(PMEM_CSI_DRIVER_NAME)
- -drivername=$(PMEM_CSI_DRIVER_NAME)
- -v=5
- -testEndpoint
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
name: dev-dir
- mountPath: /sys
name: sys-dir
- mountPath: /pmem-csi
- mountPath: /var/lib/pmem-csi.intel.com
mountPropagation: Bidirectional
name: pmem-state-dir
- mountPath: /var/lib/pmem-csi-coverage
Expand Down
Loading

0 comments on commit 9e0abab

Please sign in to comment.