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
716f2f6f
Unverified
Commit
716f2f6f
authored
Sep 04, 2019
by
Erik Wilson
Committed by
GitHub
Sep 04, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #787 from erikwilson/kubelet-certificate-authority
Add --kubelet-certificate-authority flag
parents
4a5360ea
197985c6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
server.go
pkg/daemons/control/server.go
+1
-0
No files found.
pkg/daemons/control/server.go
View file @
716f2f6f
...
...
@@ -168,6 +168,7 @@ func apiServer(ctx context.Context, cfg *config.Control, runtime *config.Control
argsMap
[
"service-account-issuer"
]
=
"k3s"
argsMap
[
"api-audiences"
]
=
"unknown"
argsMap
[
"basic-auth-file"
]
=
runtime
.
PasswdFile
argsMap
[
"kubelet-certificate-authority"
]
=
runtime
.
ServerCA
argsMap
[
"kubelet-client-certificate"
]
=
runtime
.
ClientKubeAPICert
argsMap
[
"kubelet-client-key"
]
=
runtime
.
ClientKubeAPIKey
argsMap
[
"requestheader-client-ca-file"
]
=
runtime
.
RequestHeaderCA
...
...
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