mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
images: set 0.21.0 tag for the release
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
6d2bbb59a4
commit
725b98b0f1
6
Makefile
6
Makefile
@ -58,9 +58,9 @@ endif
|
|||||||
|
|
||||||
test-with-kind:
|
test-with-kind:
|
||||||
@build/docker/build-image.sh intel/intel-fpga-admissionwebhook buildah
|
@build/docker/build-image.sh intel/intel-fpga-admissionwebhook buildah
|
||||||
@$(PODMAN) tag localhost/intel/intel-fpga-admissionwebhook:devel docker.io/intel/intel-fpga-admissionwebhook:devel
|
@$(PODMAN) tag localhost/intel/intel-fpga-admissionwebhook:0.21.0 docker.io/intel/intel-fpga-admissionwebhook:0.21.0
|
||||||
@mkdir -p $(e2e_tmp_dir)
|
@mkdir -p $(e2e_tmp_dir)
|
||||||
@$(PODMAN) save "docker.io/intel/intel-fpga-admissionwebhook:devel" -o $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE)
|
@$(PODMAN) save "docker.io/intel/intel-fpga-admissionwebhook:0.21.0" -o $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE)
|
||||||
@$(KIND) create cluster --name "intel-device-plugins" --kubeconfig $(e2e_tmp_dir)/kubeconfig --image "kindest/node:v1.19.0"
|
@$(KIND) create cluster --name "intel-device-plugins" --kubeconfig $(e2e_tmp_dir)/kubeconfig --image "kindest/node:v1.19.0"
|
||||||
@$(KIND) load image-archive --name "intel-device-plugins" $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE)
|
@$(KIND) load image-archive --name "intel-device-plugins" $(e2e_tmp_dir)/$(WEBHOOK_IMAGE_FILE)
|
||||||
$(KUBECTL) --kubeconfig=$(e2e_tmp_dir)/kubeconfig apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1/cert-manager.yaml
|
$(KUBECTL) --kubeconfig=$(e2e_tmp_dir)/kubeconfig apply -f https://github.com/jetstack/cert-manager/releases/download/v1.3.1/cert-manager.yaml
|
||||||
@ -118,7 +118,7 @@ clean:
|
|||||||
|
|
||||||
ORG?=intel
|
ORG?=intel
|
||||||
REG?=$(ORG)/
|
REG?=$(ORG)/
|
||||||
TAG?=devel
|
TAG?=0.21.0
|
||||||
export TAG
|
export TAG
|
||||||
|
|
||||||
pre-pull:
|
pre-pull:
|
||||||
|
@ -13,7 +13,7 @@ spec:
|
|||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
containers:
|
containers:
|
||||||
- name: intelfpga-demo-job-1
|
- name: intelfpga-demo-job-1
|
||||||
image: intel/opae-nlb-demo:devel
|
image: intel/opae-nlb-demo:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -5,7 +5,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: test-container
|
- name: test-container
|
||||||
image: intel/opae-nlb-demo:devel
|
image: intel/opae-nlb-demo:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -5,7 +5,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: test-container
|
- name: test-container
|
||||||
image: intel/opae-nlb-demo:devel
|
image: intel/opae-nlb-demo:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
|
@ -20,7 +20,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
image: intel/intel-dsa-plugin:devel
|
image: intel/intel-dsa-plugin:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
control-plane: controller-manager
|
control-plane: controller-manager
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: intel/intel-fpga-admissionwebhook:devel
|
- image: intel/intel-fpga-admissionwebhook:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: manager
|
name: manager
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -21,7 +21,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: intel-fpga-initcontainer
|
- name: intel-fpga-initcontainer
|
||||||
image: intel/intel-fpga-initcontainer:devel
|
image: intel/intel-fpga-initcontainer:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
@ -37,7 +37,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
image: intel/intel-fpga-plugin:devel
|
image: intel/intel-fpga-plugin:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- -mode=af
|
- -mode=af
|
||||||
|
@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: intel-gpu-initcontainer
|
- name: intel-gpu-initcontainer
|
||||||
image: intel/intel-gpu-initcontainer:devel
|
image: intel/intel-gpu-initcontainer:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
@ -29,7 +29,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
image: intel/intel-gpu-plugin:devel
|
image: intel/intel-gpu-plugin:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
|
@ -23,7 +23,7 @@ spec:
|
|||||||
control-plane: controller-manager
|
control-plane: controller-manager
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: intel/intel-deviceplugin-operator:devel
|
- image: intel/intel-deviceplugin-operator:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: manager
|
name: manager
|
||||||
resources:
|
resources:
|
||||||
|
@ -3,6 +3,6 @@ kind: DsaDevicePlugin
|
|||||||
metadata:
|
metadata:
|
||||||
name: dsadeviceplugin-sample
|
name: dsadeviceplugin-sample
|
||||||
spec:
|
spec:
|
||||||
image: intel/intel-dsa-plugin:0.20.0
|
image: intel/intel-dsa-plugin:0.21.0
|
||||||
sharedDevNum: 10
|
sharedDevNum: 10
|
||||||
logLevel: 4
|
logLevel: 4
|
||||||
|
@ -3,8 +3,8 @@ kind: FpgaDevicePlugin
|
|||||||
metadata:
|
metadata:
|
||||||
name: fpgadeviceplugin-sample
|
name: fpgadeviceplugin-sample
|
||||||
spec:
|
spec:
|
||||||
image: intel/intel-fpga-plugin:0.20.0
|
image: intel/intel-fpga-plugin:0.21.0
|
||||||
initImage: intel/intel-fpga-initcontainer:0.20.0
|
initImage: intel/intel-fpga-initcontainer:0.21.0
|
||||||
mode: region
|
mode: region
|
||||||
logLevel: 4
|
logLevel: 4
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
@ -3,8 +3,8 @@ kind: GpuDevicePlugin
|
|||||||
metadata:
|
metadata:
|
||||||
name: gpudeviceplugin-sample
|
name: gpudeviceplugin-sample
|
||||||
spec:
|
spec:
|
||||||
image: intel/intel-gpu-plugin:0.20.0
|
image: intel/intel-gpu-plugin:0.21.0
|
||||||
initImage: intel/intel-gpu-initcontainer:0.20.0
|
initImage: intel/intel-gpu-initcontainer:0.21.0
|
||||||
sharedDevNum: 10
|
sharedDevNum: 10
|
||||||
logLevel: 4
|
logLevel: 4
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
|
@ -3,7 +3,7 @@ kind: QatDevicePlugin
|
|||||||
metadata:
|
metadata:
|
||||||
name: qatdeviceplugin-sample
|
name: qatdeviceplugin-sample
|
||||||
spec:
|
spec:
|
||||||
image: intel/intel-qat-plugin:0.20.0
|
image: intel/intel-qat-plugin:0.21.0
|
||||||
dpdkDriver: vfio-pci
|
dpdkDriver: vfio-pci
|
||||||
kernelVfDrivers:
|
kernelVfDrivers:
|
||||||
- c6xxvf
|
- c6xxvf
|
||||||
|
@ -3,8 +3,8 @@ kind: SgxDevicePlugin
|
|||||||
metadata:
|
metadata:
|
||||||
name: sgxdeviceplugin-sample
|
name: sgxdeviceplugin-sample
|
||||||
spec:
|
spec:
|
||||||
image: intel/intel-sgx-plugin:0.20.0
|
image: intel/intel-sgx-plugin:0.21.0
|
||||||
initImage: intel/intel-sgx-initcontainer:0.20.0
|
initImage: intel/intel-sgx-initcontainer:0.21.0
|
||||||
enclaveLimit: 110
|
enclaveLimit: 110
|
||||||
provisionLimit: 110
|
provisionLimit: 110
|
||||||
logLevel: 4
|
logLevel: 4
|
||||||
|
@ -5,7 +5,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: crypto-perf
|
- name: crypto-perf
|
||||||
image: intel/crypto-perf:devel
|
image: intel/crypto-perf:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: [ "/bin/bash", "-c", "--" ]
|
command: [ "/bin/bash", "-c", "--" ]
|
||||||
args: [ "while true; do sleep 300000; done;" ]
|
args: [ "while true; do sleep 300000; done;" ]
|
||||||
|
@ -18,7 +18,7 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
privileged: true
|
privileged: true
|
||||||
image: intel/intel-qat-plugin:devel
|
image: intel/intel-qat-plugin:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args: ["-mode", "kernel"]
|
args: ["-mode", "kernel"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: intel-qat-plugin
|
- name: intel-qat-plugin
|
||||||
image: intel/intel-qat-plugin:devel
|
image: intel/intel-qat-plugin:0.21.0
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
env:
|
env:
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
control-plane: controller-manager
|
control-plane: controller-manager
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: intel/intel-sgx-admissionwebhook:devel
|
- image: intel/intel-sgx-admissionwebhook:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
name: manager
|
name: manager
|
||||||
securityContext:
|
securityContext:
|
||||||
|
@ -15,7 +15,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: intel-sgx-plugin
|
- name: intel-sgx-plugin
|
||||||
image: intel/intel-sgx-plugin:devel
|
image: intel/intel-sgx-plugin:0.21.0
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
@ -7,7 +7,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: intel-sgx-initcontainer
|
- name: intel-sgx-initcontainer
|
||||||
image: intel/intel-sgx-initcontainer:devel
|
image: intel/intel-sgx-initcontainer:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
serviceAccountName: sgx-plugin
|
serviceAccountName: sgx-plugin
|
||||||
containers:
|
containers:
|
||||||
- name: sgx-node-init
|
- name: sgx-node-init
|
||||||
image: intel/intel-sgx-initcontainer:devel
|
image: intel/intel-sgx-initcontainer:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command:
|
command:
|
||||||
- /usr/local/bin/sgx-sw/intel-sgx-epchook
|
- /usr/local/bin/sgx-sw/intel-sgx-epchook
|
||||||
|
@ -20,7 +20,7 @@ spec:
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
fieldPath: spec.nodeName
|
fieldPath: spec.nodeName
|
||||||
image: intel/intel-vpu-plugin:devel
|
image: intel/intel-vpu-plugin:0.21.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
|
Loading…
Reference in New Issue
Block a user