Skip to content

Commit 350f55e

Browse files
authored
Use 3 nodes in minikube in order to test pod recreation (#26)
1 parent dd83dd3 commit 350f55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/start-minikube/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
minikube_driver:
77
default: docker
88
minikube_extra_options:
9-
default: '--embed-certs --nodes 2'
9+
default: '--embed-certs --nodes 3'
1010
oc_kcm_timeout:
1111
default: 5m
1212

0 commit comments

Comments
 (0)