mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Update k3s v0.8.0 to v0.8.1
This commit is contained in:
parent
d116e74a88
commit
9c99578bd6
@ -1,4 +1,4 @@
|
||||
k3s_version: v0.8.0
|
||||
k3s_version: v0.8.1
|
||||
ansible_user: debian
|
||||
systemd_dir: /etc/systemd/system
|
||||
master_ip: "{{ hostvars[groups['master'][0]]['ansible_host'] | default(groups['master'][0]) }}"
|
||||
|
@ -9,7 +9,7 @@ services:
|
||||
- 2379:2379
|
||||
|
||||
server:
|
||||
image: rancher/k3s:v0.8.0
|
||||
image: rancher/k3s:v0.8.1
|
||||
command: server --disable-agent --bootstrap write
|
||||
environment:
|
||||
- K3S_STORAGE_BACKEND=etcd3
|
||||
@ -25,7 +25,7 @@ services:
|
||||
- 6443:6443
|
||||
|
||||
server2:
|
||||
image: rancher/k3s:v0.8.0
|
||||
image: rancher/k3s:v0.8.1
|
||||
command: server --disable-agent --bootstrap read
|
||||
# restart to wait for the bootstrap data prepared by the primary server
|
||||
restart: always
|
||||
@ -38,7 +38,7 @@ services:
|
||||
- 16443:6443
|
||||
|
||||
node:
|
||||
image: rancher/k3s:v0.8.0
|
||||
image: rancher/k3s:v0.8.1
|
||||
tmpfs:
|
||||
- /run
|
||||
- /var/run
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
server:
|
||||
image: rancher/k3s:v0.8.0
|
||||
image: rancher/k3s:v0.8.1
|
||||
command: server --disable-agent
|
||||
environment:
|
||||
- K3S_CLUSTER_SECRET=somethingtotallyrandom
|
||||
@ -15,7 +15,7 @@ services:
|
||||
- 6443:6443
|
||||
|
||||
node:
|
||||
image: rancher/k3s:v0.8.0
|
||||
image: rancher/k3s:v0.8.1
|
||||
tmpfs:
|
||||
- /run
|
||||
- /var/run
|
||||
|
Loading…
Reference in New Issue
Block a user