Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
671cdc88
Commit
671cdc88
authored
May 11, 2015
by
Nikhil Jindal
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8015 from guoshimin/master
Fixing master.yaml: Replacing <master-private-up> with $private_ipv4.
parents
4b5d47d1
539b3523
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
master.yaml
docs/getting-started-guides/coreos/cloud-configs/master.yaml
+4
-4
No files found.
docs/getting-started-guides/coreos/cloud-configs/master.yaml
View file @
671cdc88
...
...
@@ -6,11 +6,11 @@ coreos:
etcd2
:
name
:
master
listen-client-urls
:
http://0.0.0.0:2379,http://0.0.0.0:4001
advertise-client-urls
:
http://
<master-private-ip>:2379,http://<master-private-ip>
:4001
advertise-client-urls
:
http://
$private_ipv4:2379,http://$private_ipv4
:4001
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
listen-peer-urls
:
http://
$private_ipv4:2380,http://$private_ipv4
:7001
initial-advertise-peer-urls
:
http://
$private_ipv4
:2380
initial-cluster
:
master=http://
$private_ipv4
:2380
initial-cluster-state
:
new
fleet
:
metadata
:
"
role=master"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment