1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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