mirror of https://github.com/kubernetes/kops.git
Upgrade EBS CSI driver to v1.6.0
This commit is contained in:
parent
a093f22a91
commit
4d2639095e
|
|
@ -48,7 +48,7 @@ func (b *AWSEBSCSIDriverOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if c.Version == nil {
|
if c.Version == nil {
|
||||||
version := "v1.5.0"
|
version := "v1.6.0"
|
||||||
c.Version = fi.String(version)
|
c.Version = fi.String(version)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -285,7 +285,7 @@ spec:
|
||||||
- name: ebs-plugin
|
- name: ebs-plugin
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
image: registry.k8s.io/provider-aws/aws-ebs-csi-driver:{{ .Version }}
|
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:{{ .Version }}
|
||||||
args:
|
args:
|
||||||
- node
|
- node
|
||||||
- --endpoint=$(CSI_ENDPOINT)
|
- --endpoint=$(CSI_ENDPOINT)
|
||||||
|
|
@ -443,7 +443,7 @@ spec:
|
||||||
{{ end }}
|
{{ end }}
|
||||||
containers:
|
containers:
|
||||||
- name: ebs-plugin
|
- name: ebs-plugin
|
||||||
image: registry.k8s.io/provider-aws/aws-ebs-csi-driver:{{ .Version }}
|
image: public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:{{ .Version }}
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- controller
|
- controller
|
||||||
|
|
@ -544,7 +544,7 @@ spec:
|
||||||
- name: socket-dir
|
- name: socket-dir
|
||||||
mountPath: /var/lib/csi/sockets/pluginproxy/
|
mountPath: /var/lib/csi/sockets/pluginproxy/
|
||||||
- name: liveness-probe
|
- name: liveness-probe
|
||||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.2.0
|
image: registry.k8s.io/sig-storage/livenessprobe:v2.4.0
|
||||||
args:
|
args:
|
||||||
- --csi-address=/csi/csi.sock
|
- --csi-address=/csi/csi.sock
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue