Skip to content

Commit a1df322

Browse files
authored
Update action.yml
1 parent 7b32b13 commit a1df322

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
cache:
1010
description: Whether to enable caching for the downloaded k3sup binary
1111
required: false
12-
default: 'true'
12+
default: 'false'
1313

1414
runs:
1515
using: 'composite'
@@ -43,6 +43,6 @@ runs:
4343
run: |
4444
k3sup ready \
4545
--kubeconfig ~/.kube/config \
46-
--context default
47-
48-
46+
--context default \
47+
--pause 1s \
48+
--attempts 60

0 commit comments

Comments
 (0)