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
4784c0b1
Unverified
Commit
4784c0b1
authored
Jul 31, 2019
by
Erik Wilson
Committed by
GitHub
Jul 31, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #672 from yamt/compose2
Remove docker-compose-agent.yml
parents
3e7a330e
21430e7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
docker-compose-agent.yml
docker-compose-agent.yml
+0
-13
docker-compose.yml
docker-compose.yml
+0
-2
No files found.
docker-compose-agent.yml
deleted
100644 → 0
View file @
3e7a330e
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
docker-compose.yml
View file @
4784c0b1
...
...
@@ -20,8 +20,6 @@ services:
-
/run
-
/var/run
privileged
:
true
depends_on
:
-
server
environment
:
-
K3S_URL=https://server:6443
-
K3S_CLUSTER_SECRET=somethingtotallyrandom
...
...
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