mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
storage e2e: hostpath driver v1.8.0
Changes includes results of the following command: test/e2e/testing-manifests/storage-csi$ ./update-hostpath.sh v1.8.0 This also includes backports from the following post-release commits: https://github.com/kubernetes-csi/csi-driver-host-path/pull/355 https://github.com/kubernetes-csi/csi-driver-host-path/pull/357 Also includes a manual update of the busybox image to match the tag used elsewhere in kubernetes e2e.
This commit is contained in:
parent
b7b824bb9e
commit
9c2be70e44
@ -1,5 +1,5 @@
|
|||||||
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-attacher/raw/v3.3.0/deploy/kubernetes//rbac.yaml
|
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-attacher/raw/v3.4.0/deploy/kubernetes//rbac.yaml
|
||||||
# for csi-driver-host-path v1.7.3
|
# for csi-driver-host-path v1.8.0
|
||||||
# by ./update-hostpath.sh
|
# by ./update-hostpath.sh
|
||||||
#
|
#
|
||||||
# This YAML file contains all RBAC objects that are necessary to run external
|
# This YAML file contains all RBAC objects that are necessary to run external
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-health-monitor/raw/v0.4.0/deploy/kubernetes/external-health-monitor-controller/rbac.yaml
|
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-health-monitor/raw/v0.4.0/deploy/kubernetes/external-health-monitor-controller/rbac.yaml
|
||||||
# for csi-driver-host-path v1.7.3
|
# for csi-driver-host-path v1.8.0
|
||||||
# by ./update-hostpath.sh
|
# by ./update-hostpath.sh
|
||||||
#
|
#
|
||||||
# This YAML file contains all RBAC objects that are necessary to run external
|
# This YAML file contains all RBAC objects that are necessary to run external
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-provisioner/raw/v3.0.0/deploy/kubernetes//rbac.yaml
|
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-provisioner/raw/v3.1.0/deploy/kubernetes//rbac.yaml
|
||||||
# for csi-driver-host-path v1.7.3
|
# for csi-driver-host-path v1.8.0
|
||||||
# by ./update-hostpath.sh
|
# by ./update-hostpath.sh
|
||||||
#
|
#
|
||||||
# This YAML file contains all RBAC objects that are necessary to run external
|
# This YAML file contains all RBAC objects that are necessary to run external
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-resizer/raw/v1.3.0/deploy/kubernetes//rbac.yaml
|
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-resizer/raw/v1.4.0/deploy/kubernetes//rbac.yaml
|
||||||
# for csi-driver-host-path v1.7.3
|
# for csi-driver-host-path v1.8.0
|
||||||
# by ./update-hostpath.sh
|
# by ./update-hostpath.sh
|
||||||
#
|
#
|
||||||
# This YAML file contains all RBAC objects that are necessary to run external
|
# This YAML file contains all RBAC objects that are necessary to run external
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-snapshotter/raw/v5.0.0-rc1/deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml
|
# Do not edit, downloaded from https://github.com/kubernetes-csi/external-snapshotter/raw/v5.0.1/deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml
|
||||||
# for csi-driver-host-path master
|
# for csi-driver-host-path v1.8.0
|
||||||
# by ./update-hostpath.sh
|
# by ./update-hostpath.sh
|
||||||
#
|
#
|
||||||
# Together with the RBAC file for external-provisioner, this YAML file
|
# Together with the RBAC file for external-provisioner, this YAML file
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
The files in this directory are exact copys of "kubernetes-latest" in
|
The files in this directory are exact copys of "kubernetes-latest" in
|
||||||
https://github.com/kubernetes-csi/csi-driver-host-path/tree/v1.7.3/deploy/
|
https://github.com/kubernetes-csi/csi-driver-host-path/tree/v1.8.0/deploy/
|
||||||
|
|
||||||
Do not edit manually. Run ./update-hostpath.sh to refresh the content.
|
Do not edit manually. Run ./update-hostpath.sh to refresh the content.
|
||||||
|
@ -275,7 +275,7 @@ spec:
|
|||||||
mountPath: /csi
|
mountPath: /csi
|
||||||
|
|
||||||
- name: node-driver-registrar
|
- name: node-driver-registrar
|
||||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.3.0
|
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.5.0
|
||||||
args:
|
args:
|
||||||
- --v=5
|
- --v=5
|
||||||
- --csi-address=/csi/csi.sock
|
- --csi-address=/csi/csi.sock
|
||||||
@ -303,13 +303,13 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /csi
|
- mountPath: /csi
|
||||||
name: socket-dir
|
name: socket-dir
|
||||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.4.0
|
image: registry.k8s.io/sig-storage/livenessprobe:v2.6.0
|
||||||
args:
|
args:
|
||||||
- --csi-address=/csi/csi.sock
|
- --csi-address=/csi/csi.sock
|
||||||
- --health-port=9898
|
- --health-port=9898
|
||||||
|
|
||||||
- name: csi-attacher
|
- name: csi-attacher
|
||||||
image: registry.k8s.io/sig-storage/csi-attacher:v3.3.0
|
image: registry.k8s.io/sig-storage/csi-attacher:v3.4.0
|
||||||
args:
|
args:
|
||||||
- --v=5
|
- --v=5
|
||||||
- --csi-address=/csi/csi.sock
|
- --csi-address=/csi/csi.sock
|
||||||
@ -323,7 +323,7 @@ spec:
|
|||||||
name: socket-dir
|
name: socket-dir
|
||||||
|
|
||||||
- name: csi-provisioner
|
- name: csi-provisioner
|
||||||
image: registry.k8s.io/sig-storage/csi-provisioner:v3.0.0
|
image: registry.k8s.io/sig-storage/csi-provisioner:v3.1.0
|
||||||
args:
|
args:
|
||||||
- -v=5
|
- -v=5
|
||||||
- --csi-address=/csi/csi.sock
|
- --csi-address=/csi/csi.sock
|
||||||
@ -338,7 +338,7 @@ spec:
|
|||||||
name: socket-dir
|
name: socket-dir
|
||||||
|
|
||||||
- name: csi-resizer
|
- name: csi-resizer
|
||||||
image: registry.k8s.io/sig-storage/csi-resizer:v1.3.0
|
image: registry.k8s.io/sig-storage/csi-resizer:v1.4.0
|
||||||
args:
|
args:
|
||||||
- -v=5
|
- -v=5
|
||||||
- -csi-address=/csi/csi.sock
|
- -csi-address=/csi/csi.sock
|
||||||
@ -352,7 +352,7 @@ spec:
|
|||||||
name: socket-dir
|
name: socket-dir
|
||||||
|
|
||||||
- name: csi-snapshotter
|
- name: csi-snapshotter
|
||||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v4.2.1
|
image: registry.k8s.io/sig-storage/csi-snapshotter:v5.0.1
|
||||||
args:
|
args:
|
||||||
- -v=5
|
- -v=5
|
||||||
- --csi-address=/csi/csi.sock
|
- --csi-address=/csi/csi.sock
|
||||||
|
@ -64,7 +64,7 @@ spec:
|
|||||||
topologyKey: kubernetes.io/hostname
|
topologyKey: kubernetes.io/hostname
|
||||||
containers:
|
containers:
|
||||||
- name: socat
|
- name: socat
|
||||||
image: alpine/socat:1.0.3
|
image: docker.io/alpine/socat:1.7.4.3-r0
|
||||||
args:
|
args:
|
||||||
- tcp-listen:10000,fork,reuseaddr
|
- tcp-listen:10000,fork,reuseaddr
|
||||||
- unix-connect:/csi/csi.sock
|
- unix-connect:/csi/csi.sock
|
||||||
|
@ -77,7 +77,7 @@ spec:
|
|||||||
# test for directories or create them. It needs additional privileges
|
# test for directories or create them. It needs additional privileges
|
||||||
# for that.
|
# for that.
|
||||||
- name: busybox
|
- name: busybox
|
||||||
image: registry.k8s.io/e2e-test-images/busybox:1.29-1
|
image: registry.k8s.io/e2e-test-images/busybox:1.29-2
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
command:
|
command:
|
||||||
|
Loading…
Reference in New Issue
Block a user