You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup-minikube/action.yml
+48-2Lines changed: 48 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ outputs:
57
57
runs:
58
58
using: 'composite'
59
59
steps:
60
+
60
61
- name: Enable port-forwarding
61
62
shell: bash
62
63
run: |
@@ -65,8 +66,53 @@ runs:
65
66
sudo apt-get -y install socat
66
67
echo "✅ Port-forwarding support enabled"
67
68
68
-
- name: Setup Minikube
69
-
id: setup-minikube
69
+
# Setup Minikube sometimes fails:
70
+
#
71
+
# ```
72
+
# data: {
73
+
# message: "API rate limit exceeded for 52.173.162.97. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
0 commit comments