fix: uint64 alignment in go-kit.
This commit is contained in:
parent
230c2e5cc2
commit
660375d6e4
3 changed files with 105 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue