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
c2b0632b
Commit
c2b0632b
authored
Feb 11, 2015
by
CJ Cullen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4217 from pires/fix_coreos_master_portal_net
Fixed API server portal_net flag that could break service networking on CoreOS
parents
d7e89f98
c48d5dd0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
master.yaml
docs/getting-started-guides/aws/cloud-configs/master.yaml
+1
-1
cloudformation-template.json
docs/getting-started-guides/aws/cloudformation-template.json
+1
-1
master.yaml
docs/getting-started-guides/coreos/cloud-configs/master.yaml
+1
-1
standalone.yaml
...tting-started-guides/coreos/cloud-configs/standalone.yaml
+1
-1
No files found.
docs/getting-started-guides/aws/cloud-configs/master.yaml
View file @
c2b0632b
...
...
@@ -121,7 +121,7 @@ coreos:
ExecStart=/opt/bin/kube-apiserver \
--address=0.0.0.0 \
--port=8080 \
--portal_net=10.
244
.0.0/16 \
--portal_net=10.
100
.0.0/16 \
--etcd_servers=http://127.0.0.1:4001 \
--public_address_override=$private_ipv4 \
--logtostderr=true
...
...
docs/getting-started-guides/aws/cloudformation-template.json
View file @
c2b0632b
...
...
@@ -247,7 +247,7 @@
" ExecStart=/opt/bin/kube-apiserver
\\\n
"
,
" --address=0.0.0.0
\\\n
"
,
" --port=8080
\\\n
"
,
" --portal_net=10.
244
.0.0/16
\\\n
"
,
" --portal_net=10.
100
.0.0/16
\\\n
"
,
" --etcd_servers=http://127.0.0.1:4001
\\\n
"
,
" --public_address_override=$private_ipv4
\\\n
"
,
" --logtostderr=true
\n
"
,
...
...
docs/getting-started-guides/coreos/cloud-configs/master.yaml
View file @
c2b0632b
...
...
@@ -121,7 +121,7 @@ coreos:
ExecStart=/opt/bin/kube-apiserver \
--address=0.0.0.0 \
--port=8080 \
--portal_net=10.
244
.0.0/16 \
--portal_net=10.
100
.0.0/16 \
--etcd_servers=http://127.0.0.1:4001 \
--public_address_override=$private_ipv4 \
--logtostderr=true
...
...
docs/getting-started-guides/coreos/cloud-configs/standalone.yaml
View file @
c2b0632b
...
...
@@ -81,7 +81,7 @@ coreos:
ExecStartPre=/usr/bin/chmod +x /opt/bin/kube-apiserver
ExecStart=/opt/bin/kube-apiserver \
--address=0.0.0.0 \
--portal_net=10.
244
.0.0/16 \
--portal_net=10.
100
.0.0/16 \
--port=8080 \
--etcd_servers=http://127.0.0.1:4001 \
--public_address_override=127.0.0.1 \
...
...
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