We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28aa241 commit 0ec89e1Copy full SHA for 0ec89e1
.github/workflows/cloud-e2e-installer.yml
@@ -113,7 +113,7 @@ jobs:
113
k3d-name: "${{ env.K3D_NAME }}"
114
version: "${{ matrix.k3s-version }}"
115
github-token: ${{ env.GH_TOKEN }}
116
- k3d-args: -p 443:443@loadbalancer -p 80:80@loadbalancer --agents 3
+ k3d-args: -p 443:443@loadbalancer -p 80:80@loadbalancer --agents 5
117
118
- name: update k3d coredns cm
119
run: |
@@ -374,7 +374,7 @@ jobs:
374
375
version: "v${{ inputs.K3S_VERSION }}"
376
377
378
379
380
0 commit comments