File tree 4 files changed +44
-77
lines changed
overlays/prow-gke-release-staging-rc
4 files changed +44
-77
lines changed Original file line number Diff line number Diff line change 28
28
- " --v=5"
29
29
- " --csi-address=/csi/csi.sock"
30
30
- " --feature-gates=Topology=true"
31
- - " --metrics-address =:22011"
31
+ - " --http-endpoint =:22011"
32
32
- " --leader-election-namespace=$(PDCSI_NAMESPACE)"
33
33
- " --timeout=250s"
34
34
- " --extra-create-metadata"
41
41
valueFrom :
42
42
fieldRef :
43
43
fieldPath : metadata.namespace
44
+ ports :
45
+ - containerPort : 22011
46
+ name : http-endpoint
47
+ protocol : TCP
48
+ livenessProbe :
49
+ failureThreshold : 1
50
+ httpGet :
51
+ path : /healthz/leader-election
52
+ port : http-endpoint
53
+ initialDelaySeconds : 10
54
+ timeoutSeconds : 10
55
+ periodSeconds : 20
44
56
volumeMounts :
45
57
- name : socket-dir
46
58
mountPath : /csi
49
61
args :
50
62
- " --v=5"
51
63
- " --csi-address=/csi/csi.sock"
52
- - " --metrics-address =:22012"
64
+ - " --http-endpoint =:22012"
53
65
- " --leader-election"
54
66
- " --leader-election-namespace=$(PDCSI_NAMESPACE)"
55
67
- " --timeout=250s"
58
70
valueFrom :
59
71
fieldRef :
60
72
fieldPath : metadata.namespace
73
+ ports :
74
+ - containerPort : 22012
75
+ name : http-endpoint
76
+ protocol : TCP
77
+ livenessProbe :
78
+ failureThreshold : 1
79
+ httpGet :
80
+ path : /healthz/leader-election
81
+ port : http-endpoint
82
+ initialDelaySeconds : 10
83
+ timeoutSeconds : 10
84
+ periodSeconds : 20
61
85
volumeMounts :
62
86
- name : socket-dir
63
87
mountPath : /csi
66
90
args :
67
91
- " --v=5"
68
92
- " --csi-address=/csi/csi.sock"
69
- - " --metrics-address =:22013"
93
+ - " --http-endpoint =:22013"
70
94
- " --leader-election"
71
95
- " --leader-election-namespace=$(PDCSI_NAMESPACE)"
72
96
- " --handle-volume-inuse-error=false"
75
99
valueFrom :
76
100
fieldRef :
77
101
fieldPath : metadata.namespace
102
+ ports :
103
+ - containerPort : 22013
104
+ name : http-endpoint
105
+ protocol : TCP
106
+ livenessProbe :
107
+ failureThreshold : 1
108
+ httpGet :
109
+ path : /healthz/leader-election
110
+ port : http-endpoint
111
+ initialDelaySeconds : 10
112
+ timeoutSeconds : 10
113
+ periodSeconds : 20
78
114
volumeMounts :
79
115
- name : socket-dir
80
116
mountPath : /csi
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : imagetag-csi-provisioner
5
5
imageTag :
6
6
name : k8s.gcr.io/sig-storage/csi-provisioner
7
- newTag : " v2.0.4 "
7
+ newTag : " v2.1.0 "
8
8
9
9
---
10
10
apiVersion : builtin
@@ -13,7 +13,7 @@ metadata:
13
13
name : imagetag-csi-attacher
14
14
imageTag :
15
15
name : k8s.gcr.io/sig-storage/csi-attacher
16
- newTag : " v3.0.1 "
16
+ newTag : " v3.1.0 "
17
17
---
18
18
19
19
apiVersion : builtin
@@ -22,7 +22,7 @@ metadata:
22
22
name : imagetag-csi-resizer
23
23
imageTag :
24
24
name : k8s.gcr.io/sig-storage/csi-resizer
25
- newTag : " v1.0.1 "
25
+ newTag : " v1.1.0 "
26
26
---
27
27
28
28
apiVersion : builtin
@@ -31,7 +31,7 @@ metadata:
31
31
name : imagetag-csi-snapshotter
32
32
imageTag :
33
33
name : k8s.gcr.io/sig-storage/csi-snapshotter
34
- newTag : " v3.0.1 "
34
+ newTag : " v3.0.3 "
35
35
---
36
36
37
37
apiVersion : builtin
@@ -40,7 +40,7 @@ metadata:
40
40
name : imagetag-csi-node-registrar
41
41
imageTag :
42
42
name : k8s.gcr.io/sig-storage/csi-node-driver-registrar
43
- newTag : " v2.0.1 "
43
+ newTag : " v2.1.0 "
44
44
---
45
45
46
46
apiVersion : builtin
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,10 +4,3 @@ resources:
4
4
- ../stable
5
5
transformers :
6
6
- ../../images/prow-gke-release-staging-rc
7
- patchesJson6902 :
8
- - target :
9
- group : apps
10
- version : v1
11
- kind : Deployment
12
- name : csi-gce-pd-controller
13
- path : controller_patches.yaml
You can’t perform that action at this time.
0 commit comments