Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <[email protected]>
  • Loading branch information
SamYuan1990 committed Jun 14, 2024
1 parent 753c095 commit cd2d333
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ async function run() {
} else {
executeCommand(` cd local-dev-cluster && bash -c './main.sh containerruntime'`, "fail to install container runtime via local-dev-cluster")
}
executeCommand(`sudo systemctl status docker`,"fail to docker status")
executeCommand(`sudo systemctl restart docker`,"fail to docker restart")
executeCommand(`journalctl -u docker`, "check docker log")
executeCommand(`sudo systemctl status docker`,"fail to docker status")
}
// Step 2 k8s cluster
// run specific steps or not
Expand Down

0 comments on commit cd2d333

Please sign in to comment.