File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ assignees: ''
12
12
* OS: Linux / macOS / Windows
13
13
* Hypervisor: KVM / Hyper-V / hyperkit
14
14
* Did you run ` crc setup ` before starting it (Yes/No)?
15
+ * Running CRC on: Laptop / Baremetal-Server / VM
15
16
16
17
## CRC version
17
18
``` bash
@@ -20,7 +21,7 @@ assignees: ''
20
21
21
22
## CRC status
22
23
``` bash
23
- # Put `crc status` output here
24
+ # Put `crc status --log-level debug ` output here
24
25
```
25
26
26
27
## CRC config
@@ -35,7 +36,6 @@ assignees: ''
35
36
# Put the output of `systeminfo` in case of Windows
36
37
```
37
38
38
-
39
39
### Steps to reproduce
40
40
41
41
1 .
@@ -51,5 +51,12 @@ assignees: ''
51
51
52
52
### Logs
53
53
54
- You can start crc with ` crc start --log-level debug ` to collect logs.
55
- Please consider posting this on http://gist.github.com/ and post the link in the issue.
54
+ Before gather the logs try following if that fix your issue
55
+ ``` bash
56
+ $ crc delete -f
57
+ $ crc cleanup
58
+ $ crc setup
59
+ $ crc start --log-level debug
60
+ ```
61
+
62
+ Please consider posting the output of ` crc start --log-level debug ` on http://gist.github.com/ and post the link in the issue.
You can’t perform that action at this time.
0 commit comments