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
c868b0bb
Commit
c868b0bb
authored
Mar 11, 2015
by
Victor Marmol
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5309 from eparis/kubelet-apiserver-example
update --api_servers to include the protocol
parents
e7805923
45026f40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kubelet
contrib/init/systemd/environ/kubelet
+1
-1
No files found.
contrib/init/systemd/environ/kubelet
View file @
c868b0bb
...
@@ -11,7 +11,7 @@ KUBELET_PORT="--port=10250"
...
@@ -11,7 +11,7 @@ KUBELET_PORT="--port=10250"
KUBELET_HOSTNAME="--hostname_override=127.0.0.1"
KUBELET_HOSTNAME="--hostname_override=127.0.0.1"
# location of the api-server
# location of the api-server
KUBELET_API_SERVER="--api_server=127.0.0.1:8080"
KUBELET_API_SERVER="--api_server=
http://
127.0.0.1:8080"
# Add your own!
# Add your own!
KUBELET_ARGS=""
KUBELET_ARGS=""
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