mirror of
https://github.com/containous/traefik.git
synced 2025-09-19 01:44:23 +03:00
fix: restore cache only once
This commit is contained in:
@@ -61,7 +61,6 @@ blocks:
|
|||||||
jobs:
|
jobs:
|
||||||
- name: Test Integration Host
|
- name: Test Integration Host
|
||||||
commands:
|
commands:
|
||||||
- cache restore traefik-$(checksum go.sum)
|
|
||||||
- mkdir -p static # Avoid to generate webui
|
- mkdir -p static # Avoid to generate webui
|
||||||
- make test-integration-host
|
- make test-integration-host
|
||||||
epilogue:
|
epilogue:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
image: rancher/k3s:v1.17.2-k3s1
|
image: rancher/k3s:v1.17.2-k3s1
|
||||||
command: server --disable-agent --no-deploy coredns --no-deploy servicelb --no-deploy traefik --no-deploy local-storage --no-deploy metrics-server --log /output/k3s.log
|
command: server --disable-agent --no-deploy coredns --no-deploy servicelb --no-deploy traefik --no-deploy local-storage --no-deploy metrics-server --log /output/k3s.log --kube-proxy-arg=conntrack-max-per-core=0 --kube-proxy-arg=conntrack-max-per-core=0
|
||||||
environment:
|
environment:
|
||||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||||
- K3S_KUBECONFIG_OUTPUT=/output/kubeconfig.yaml
|
- K3S_KUBECONFIG_OUTPUT=/output/kubeconfig.yaml
|
||||||
@@ -14,6 +14,7 @@ server:
|
|||||||
node:
|
node:
|
||||||
image: rancher/k3s:v1.17.2-k3s1
|
image: rancher/k3s:v1.17.2-k3s1
|
||||||
privileged: true
|
privileged: true
|
||||||
|
command: agent --kube-proxy-arg=conntrack-max-per-core=0 --kube-proxy-arg=conntrack-max-per-core=0
|
||||||
links:
|
links:
|
||||||
- server
|
- server
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user