File tree Expand file tree Collapse file tree 6 files changed +9
-0
lines changed
cloud-platform-alt-dns/files
01-master-kubelet/_base/files
worker/01-worker-kubelet/_base/files Expand file tree Collapse file tree 6 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ contents:
52
52
mountPath: "/etc/coredns"
53
53
mountPropagation: HostToContainer
54
54
imagePullPolicy: IfNotPresent
55
+ terminationMessagePolicy: FallbackToLogsOnError
55
56
containers:
56
57
- name: coredns
57
58
securityContext:
@@ -97,6 +98,7 @@ contents:
97
98
requests:
98
99
cpu: 100m
99
100
memory: 200Mi
101
+ terminationMessagePolicy: FallbackToLogsOnError
100
102
volumeMounts:
101
103
- name: kubeconfig
102
104
mountPath: "/var/lib/kubelet"
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ contents:
47
47
- "--resolvconf-path"
48
48
- "/var/run/NetworkManager/resolv.conf"
49
49
resources: {}
50
+ terminationMessagePolicy: FallbackToLogsOnError
50
51
volumeMounts:
51
52
- name: kubeconfig
52
53
mountPath: "/var/lib/kubelet"
@@ -110,6 +111,7 @@ contents:
110
111
requests:
111
112
cpu: 100m
112
113
memory: 200Mi
114
+ terminationMessagePolicy: FallbackToLogsOnError
113
115
volumeMounts:
114
116
- name: kubeconfig
115
117
mountPath: "/var/lib/kubelet"
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ contents:
53
53
- "--out-dir"
54
54
- "/etc/keepalived"
55
55
resources: {}
56
+ terminationMessagePolicy: FallbackToLogsOnError
56
57
volumeMounts:
57
58
- name: kubeconfig
58
59
mountPath: "/etc/kubernetes"
@@ -218,6 +219,7 @@ contents:
218
219
- name: nodeip-configuration
219
220
mountPath: "/run/nodeip-configuration"
220
221
mountPropagation: HostToContainer
222
+ terminationMessagePolicy: FallbackToLogsOnError
221
223
imagePullPolicy: IfNotPresent
222
224
hostNetwork: true
223
225
tolerations:
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ contents:
38
38
- |
39
39
/usr/bin/curl -o /dev/null -kLfs https://api-int.{{ .DNS.Spec.BaseDomain }}:6443/healthz
40
40
resources: {}
41
+ terminationMessagePolicy: FallbackToLogsOnError
41
42
volumeMounts:
42
43
- name: chroot-host
43
44
mountPath: "/host"
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ contents:
68
68
requests:
69
69
cpu: 20m
70
70
memory: 50Mi
71
+ terminationMessagePolicy: FallbackToLogsOnError
71
72
volumeMounts:
72
73
- name: etc-kube
73
74
mountPath: "/etc/kubernetes"
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ contents:
68
68
requests:
69
69
cpu: 20m
70
70
memory: 50Mi
71
+ terminationMessagePolicy: FallbackToLogsOnError
71
72
volumeMounts:
72
73
- name: etc-kube
73
74
mountPath: "/etc/kubernetes"
You can’t perform that action at this time.
0 commit comments