Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d578b468
Unverified
Commit
d578b468
authored
Dec 12, 2019
by
Erik Wilson
Committed by
GitHub
Dec 12, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1195 from erikwilson/move-docker-compose
Cleanup docker-compose.yml
parents
814c302d
a532c70e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
docker-compose.yml
docker-compose.yml
+11
-8
No files found.
docker-compose.yml
View file @
d578b468
version
:
'
3'
version
:
'
3'
services
:
services
:
server
:
server
:
image
:
rancher/k3s:v1.0.0
image
:
"
rancher/k3s:${K3S_VERSION:-latest}"
command
:
server --disable-agent
command
:
server
tmpfs
:
-
/run
-
/var/run
privileged
:
true
environment
:
environment
:
-
K3S_
CLUSTER_SECRET=somethingtotallyrandom
-
K3S_
TOKEN=${K3S_TOKEN:-somethingtotallyrandom}
-
K3S_KUBECONFIG_OUTPUT=/output/kubeconfig.yaml
-
K3S_KUBECONFIG_OUTPUT=/output/kubeconfig.yaml
-
K3S_KUBECONFIG_MODE=666
-
K3S_KUBECONFIG_MODE=666
volumes
:
volumes
:
...
@@ -14,17 +19,15 @@ services:
...
@@ -14,17 +19,15 @@ services:
ports
:
ports
:
-
6443:6443
-
6443:6443
node
:
agent
:
image
:
rancher/k3s:v1.0.0
image
:
"
rancher/k3s:${K3S_VERSION:-latest}"
tmpfs
:
tmpfs
:
-
/run
-
/run
-
/var/run
-
/var/run
privileged
:
true
privileged
:
true
environment
:
environment
:
-
K3S_URL=https://server:6443
-
K3S_URL=https://server:6443
-
K3S_CLUSTER_SECRET=somethingtotallyrandom
-
K3S_TOKEN=${K3S_TOKEN:-somethingtotallyrandom}
# Can also use K3S_TOKEN from /var/lib/rancher/k3s/server/node-token instead of K3S_CLUSTER_SECRET
#- K3S_TOKEN=K13849a67fc385fd3c0fa6133a8649d9e717b0258b3b09c87ffc33dae362c12d8c0::node:2e373dca319a0525745fd8b3d8120d9c
volumes
:
volumes
:
k3s-server
:
{}
k3s-server
:
{}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment