mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
standalone: start etcd2
We are configuring etcd2 but starting the old etcd service. This will work on a single machine but isn't the user's intention. This is untested, I just wanted to fix it first.
This commit is contained in:
@@ -13,7 +13,7 @@ coreos:
|
|||||||
initial-cluster: master=http://0.0.0.0:2380
|
initial-cluster: master=http://0.0.0.0:2380
|
||||||
initial-cluster-state: new
|
initial-cluster-state: new
|
||||||
units:
|
units:
|
||||||
- name: etcd.service
|
- name: etcd2.service
|
||||||
command: start
|
command: start
|
||||||
- name: fleet.service
|
- name: fleet.service
|
||||||
command: start
|
command: start
|
||||||
|
Reference in New Issue
Block a user