fix: uint64 alignment in go-kit.

This commit is contained in:
Ludovic Fernandez
2020-09-15 18:22:04 +02:00
committed by GitHub
parent 230c2e5cc2
commit 660375d6e4
3 changed files with 105 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
server:
image: rancher/k3s:v1.17.2-k3s1
command: server --disable-agent --no-deploy traefik --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
environment:
- K3S_CLUSTER_SECRET=somethingtotallyrandom
- K3S_KUBECONFIG_OUTPUT=/output/kubeconfig.yaml