mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +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-state: new
|
||||
units:
|
||||
- name: etcd.service
|
||||
- name: etcd2.service
|
||||
command: start
|
||||
- name: fleet.service
|
||||
command: start
|
||||
|
Reference in New Issue
Block a user