mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Make sure etcd2 actually gets started
This configures etcd2, but doesn't actually start it up. At least using the CoreOS Openstack image, nothing else was doing this.
This commit is contained in:
@@ -31,6 +31,8 @@ coreos:
|
||||
fleet:
|
||||
metadata: "role=master"
|
||||
units:
|
||||
- name: etcd2.service
|
||||
command: start
|
||||
- name: generate-serviceaccount-key.service
|
||||
command: start
|
||||
content: |
|
||||
|
Reference in New Issue
Block a user