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
7028320c
Commit
7028320c
authored
Aug 05, 2019
by
Erik Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update v0.7.0 to v0.8.0
parent
f867995f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
all.yml
contrib/ansible/group_vars/all.yml
+1
-1
docker-compose.yml
docker-compose.yml
+2
-2
No files found.
contrib/ansible/group_vars/all.yml
View file @
7028320c
k3s_version
:
v0.
7
.0
k3s_version
:
v0.
8
.0
ansible_user
:
debian
ansible_user
:
debian
systemd_dir
:
/etc/systemd/system
systemd_dir
:
/etc/systemd/system
master_ip
:
"
{{
hostvars[groups['master'][0]]['ansible_host']
|
default(groups['master'][0])
}}"
master_ip
:
"
{{
hostvars[groups['master'][0]]['ansible_host']
|
default(groups['master'][0])
}}"
docker-compose.yml
View file @
7028320c
version
:
'
3'
version
:
'
3'
services
:
services
:
server
:
server
:
image
:
rancher/k3s:v0.
7
.0
image
:
rancher/k3s:v0.
8
.0
command
:
server --disable-agent
command
:
server --disable-agent
environment
:
environment
:
-
K3S_CLUSTER_SECRET=somethingtotallyrandom
-
K3S_CLUSTER_SECRET=somethingtotallyrandom
...
@@ -15,7 +15,7 @@ services:
...
@@ -15,7 +15,7 @@ services:
-
6443:6443
-
6443:6443
node
:
node
:
image
:
rancher/k3s:v0.
7
.0
image
:
rancher/k3s:v0.
8
.0
tmpfs
:
tmpfs
:
-
/run
-
/run
-
/var/run
-
/var/run
...
...
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