Failed to start host: creating host: create host timed out in 360.000000 seconds 💡 Suggestion: Try 'minikube delete', and disable any conflicting VPN or firewall software #8040
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: hide-minikube-bot-comments | |
on: issue_comment | |
jobs: | |
hide-comments: | |
if: ${{ github.event.issue.pull_request }} | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: spowelljr/hide-minikube-bot-comments@7d9688dd9b7fce605c24be174110c344728160de | |
with: | |
token: ${{ secrets.MINIKUBE_BOT_PAT }} |