This repository was archived by the owner on Jun 29, 2022. It is now read-only.
Commit 1a0d08c
committed
Print bootkube journal if it fails
In previous attempt in e852117, I
missed the fact that Terraform remote-exec only prints stderr to the
user and stdout is ignored. This means, if we redirect journalctl output
to stderr, then it should be printed which will improve debugging
experience.
Refs #440
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>1 parent 2235fb7 commit 1a0d08c
File tree
4 files changed
+9
-9
lines changed- assets/terraform-modules
- aws/flatcar-linux/kubernetes
- bare-metal/flatcar-linux/kubernetes
- packet/flatcar-linux/kubernetes
- pkg/assets
4 files changed
+9
-9
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
0 commit comments