File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 fail-fast : false
144144 matrix :
145145 cluster :
146- - distribution : kind
146+ - distribution : k3s
147147 version : 1.32
148148 - distribution : aks
149149 version : 1.31
@@ -221,6 +221,7 @@ jobs:
221221 kubernetes-version : ${{ matrix.cluster.version }}
222222 cluster-name : mlflow-ci-${{ github.run_id }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}-${{ matrix.config.name }}
223223 disk : 100
224+ nodes : 3
224225 ttl : 1h
225226 export-kubeconfig : true
226227
@@ -300,7 +301,7 @@ jobs:
300301 fail-fast : false
301302 matrix :
302303 cluster :
303- - distribution : kind
304+ - distribution : k3s
304305 version : 1.32
305306 - distribution : aks
306307 version : 1.31
@@ -337,6 +338,7 @@ jobs:
337338 kubernetes-version : ${{ matrix.cluster.version }}
338339 cluster-name : mlflow-kots-${{ github.run_id }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}
339340 disk : 100
341+ nodes : 3
340342 ttl : 1h
341343 export-kubeconfig : true
342344
You can’t perform that action at this time.
0 commit comments