mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Remove unmatched double-quotes in CoreOS's standalone.yaml.
This commit is contained in:
parent
efb42b302d
commit
4d6786a36d
@ -10,7 +10,7 @@ coreos:
|
||||
initial-cluster-token: k8s_etcd
|
||||
listen-peer-urls: http://0.0.0.0:2380,http://0.0.0.0:7001
|
||||
initial-advertise-peer-urls: http://0.0.0.0:2380
|
||||
initial-cluster: master=http://0.0.0.0:2380"
|
||||
initial-cluster: master=http://0.0.0.0:2380
|
||||
initial-cluster-state: new
|
||||
units:
|
||||
- name: etcd.service
|
||||
|
Loading…
Reference in New Issue
Block a user