File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 52
52
requests :
53
53
cpu : 2m
54
54
memory : 31Mi
55
+ terminationMessagePolicy : FallbackToLogsOnError
55
56
volumeMounts :
56
57
- mountPath : /run/topolvm
57
58
name : socket-dir
78
79
requests :
79
80
cpu : 2m
80
81
memory : 35Mi
82
+ terminationMessagePolicy : FallbackToLogsOnError
81
83
volumeMounts :
82
84
- mountPath : /run/topolvm
83
85
name : socket-dir
89
91
requests :
90
92
cpu : 1m
91
93
memory : 23Mi
94
+ terminationMessagePolicy : FallbackToLogsOnError
92
95
volumeMounts :
93
96
- mountPath : /run/topolvm
94
97
name : socket-dir
@@ -100,6 +103,7 @@ spec:
100
103
requests :
101
104
cpu : 1m
102
105
memory : 9Mi
106
+ terminationMessagePolicy : FallbackToLogsOnError
103
107
volumeMounts :
104
108
- mountPath : /run/topolvm
105
109
name : socket-dir
@@ -113,6 +117,7 @@ spec:
113
117
- name : ADDRESS
114
118
value : /csi/csi-topolvm.sock
115
119
imagePullPolicy : IfNotPresent
120
+ terminationMessagePolicy : FallbackToLogsOnError
116
121
volumeMounts :
117
122
- name : socket-dir
118
123
mountPath : /csi
@@ -125,6 +130,7 @@ spec:
125
130
image : ' {{ .ReleaseImage.openssl }}'
126
131
name : self-signed-cert-generator
127
132
resources : {}
133
+ terminationMessagePolicy : FallbackToLogsOnError
128
134
volumeMounts :
129
135
- mountPath : /certs
130
136
name : certs
Original file line number Diff line number Diff line change 93
93
requests :
94
94
cpu : 1m
95
95
memory : 2Mi
96
+ terminationMessagePolicy : FallbackToLogsOnError
96
97
volumeMounts :
97
98
- mountPath : /run/topolvm
98
99
name : node-plugin-dir
@@ -106,6 +107,7 @@ spec:
106
107
requests :
107
108
cpu : 1m
108
109
memory : 7Mi
110
+ terminationMessagePolicy : FallbackToLogsOnError
109
111
volumeMounts :
110
112
- mountPath : /run/topolvm
111
113
name : node-plugin-dir
You can’t perform that action at this time.
0 commit comments