Commit d2f113f
committed
Accept server certificate on start
It happens that on clean instance, when Kubelet is started, the
host certificate change and the bootstrap procedure would fail,
because of missing certificate acceptation.
Accept certificates in "Pending" state to avoid errors.
Signed-off-by: Daniel Pawlik <[email protected]>1 parent 49d5584 commit d2f113f
File tree
2 files changed
+14
-0
lines changed- ansible/roles/deploy-crc-cloud/tasks
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments