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
cc9f6b1f
Commit
cc9f6b1f
authored
Mar 09, 2015
by
Ilya Dmitrichenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coreos/azure: Point kublet and proxy at API server instead of etcd
parent
55b68055
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kubernetes-cluster-main-nodes-template.yml
...nfig_templates/kubernetes-cluster-main-nodes-template.yml
+2
-2
No files found.
docs/getting-started-guides/coreos/azure/cloud_config_templates/kubernetes-cluster-main-nodes-template.yml
View file @
cc9f6b1f
...
@@ -306,7 +306,7 @@ coreos:
...
@@ -306,7 +306,7 @@ coreos:
--address=0.0.0.0 \
--address=0.0.0.0 \
--port=10250 \
--port=10250 \
--hostname_override=%H \
--hostname_override=%H \
--
etcd_servers=http://etcd-00:4001,http://etcd-01:4001,http://etcd-02:4001
\
--
api_servers=http://kube-00:8080
\
--logtostderr=true
--logtostderr=true
Restart=always
Restart=always
RestartSec=10
RestartSec=10
...
@@ -325,7 +325,7 @@ coreos:
...
@@ -325,7 +325,7 @@ coreos:
ConditionHost=!kube-00
ConditionHost=!kube-00
[Service]
[Service]
ExecStart=/opt/kubernetes/server/bin/kube-proxy \
ExecStart=/opt/kubernetes/server/bin/kube-proxy \
--
etcd_servers=http://etcd-00:4001,http://etcd-01:4001,http://etcd-02:4001
\
--
master=http://kube-00:8080
\
--logtostderr=true
--logtostderr=true
Restart=always
Restart=always
RestartSec=10
RestartSec=10
...
...
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