mirror of https://github.com/k3s-io/k3s
Remove docker-compose-agent.yml
It's redundant as "docker-compose up node" does almost same thing.pull/672/head
parent
eb91c302a9
commit
21430e7ed3
|
@ -1,13 +0,0 @@
|
|||
version: '3'
|
||||
services:
|
||||
node:
|
||||
image: rancher/k3s:v0.7.0
|
||||
tmpfs:
|
||||
- /run
|
||||
- /var/run
|
||||
privileged: true
|
||||
environment:
|
||||
- K3S_URL=https://server:6443
|
||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||
# Can also use K3S_TOKEN from /var/lib/rancher/k3s/server/node-token instead of K3S_CLUSTER_SECRET
|
||||
#- K3S_TOKEN=K13849a67fc385fd3c0fa6133a8649d9e717b0258b3b09c87ffc33dae362c12d8c0::node:2e373dca319a0525745fd8b3d8120d9c
|
Loading…
Reference in New Issue