mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Removes spurious quotation mark
This commit is contained in:
parent
e3fc039eaa
commit
ba83a511f2
@ -10,7 +10,7 @@ coreos:
|
||||
initial-cluster-token: k8s_etcd
|
||||
listen-peer-urls: http://<master-private-ip>:2380,http://<master-private-ip>:7001
|
||||
initial-advertise-peer-urls: http://<master-private-ip>:2380
|
||||
initial-cluster: master=http://<master-private-ip>:2380"
|
||||
initial-cluster: master=http://<master-private-ip>:2380
|
||||
initial-cluster-state: new
|
||||
fleet:
|
||||
metadata: "role=master"
|
||||
|
@ -10,7 +10,7 @@ coreos:
|
||||
initial-cluster-token: k8s_etcd
|
||||
listen-peer-urls: http://<master-private-ip>:2380,http://<master-private-ip>:7001
|
||||
initial-advertise-peer-urls: http://<master-private-ip>:2380
|
||||
initial-cluster: master=http://<master-private-ip>:2380"
|
||||
initial-cluster: master=http://<master-private-ip>:2380
|
||||
initial-cluster-state: new
|
||||
fleet:
|
||||
metadata: "role=master"
|
||||
|
Loading…
Reference in New Issue
Block a user