mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #8393 from bmorton/fix-coreos-standalone
Remove unmatched double-quotes in CoreOS's standalone.yaml
This commit is contained in:
commit
dc587b7ab0
@ -10,7 +10,7 @@ coreos:
|
|||||||
initial-cluster-token: k8s_etcd
|
initial-cluster-token: k8s_etcd
|
||||||
listen-peer-urls: http://0.0.0.0:2380,http://0.0.0.0:7001
|
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-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
|
initial-cluster-state: new
|
||||||
units:
|
units:
|
||||||
- name: etcd.service
|
- name: etcd.service
|
||||||
|
Loading…
Reference in New Issue
Block a user