File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,7 @@ function dump_nodes_with_logexporter() {
349
349
sed -i' ' -e " s@{{.CloudProvider}}@${cloud_provider} @g" " ${KUBE_ROOT} /cluster/log-dump/logexporter-daemonset.yaml"
350
350
sed -i' ' -e " s@{{.GCSPath}}@${gcs_artifacts_dir} @g" " ${KUBE_ROOT} /cluster/log-dump/logexporter-daemonset.yaml"
351
351
sed -i' ' -e " s@{{.EnableHollowNodeLogs}}@${enable_hollow_node_logs} @g" " ${KUBE_ROOT} /cluster/log-dump/logexporter-daemonset.yaml"
352
+ sed -i' ' -e " s@{{.DumpSystemdJournal}}@${dump_systemd_journal} @g" " ${KUBE_ROOT} /cluster/log-dump/logexporter-daemonset.yaml"
352
353
353
354
# Create the logexporter namespace, service-account secret and the logexporter daemonset within that namespace.
354
355
KUBECTL=" ${KUBE_ROOT} /cluster/kubectl.sh"
Original file line number Diff line number Diff line change 36
36
spec :
37
37
containers :
38
38
- name : logexporter-test
39
- image : gcr.io/k8s-testimages/logexporter:v0.1.3
39
+ image : gcr.io/k8s-testimages/logexporter:v0.1.4
40
40
env :
41
41
- name : NODE_NAME
42
42
valueFrom :
49
49
- --gcs-path={{.GCSPath}}
50
50
- --gcloud-auth-file-path=/etc/service-account/service-account.json
51
51
- --enable-hollow-node-logs={{.EnableHollowNodeLogs}}
52
+ - --dump-systemd-journal={{.DumpSystemdJournal}}
52
53
- --sleep-duration=24h
53
54
- --alsologtostderr
54
55
volumeMounts :
You can’t perform that action at this time.
0 commit comments