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
259d7d7b
Commit
259d7d7b
authored
Aug 05, 2017
by
Kubernetes Submit Queue
Committed by
GitHub
Aug 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #50194 from mbssaiakhil/patch-3
Automatic merge from submit-queue Fix typo in certificate
parents
b6ff77ee
f90a8253
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
kubelet.go
pkg/kubelet/certificate/kubelet.go
+2
-2
No files found.
pkg/kubelet/certificate/kubelet.go
View file @
259d7d7b
...
@@ -62,7 +62,7 @@ func NewKubeletServerCertificateManager(kubeClient clientset.Interface, kubeCfg
...
@@ -62,7 +62,7 @@ func NewKubeletServerCertificateManager(kubeClient clientset.Interface, kubeCfg
// digital signatures used during TLS negotiation.
// digital signatures used during TLS negotiation.
certificates
.
UsageDigitalSignature
,
certificates
.
UsageDigitalSignature
,
// KeyEncipherment allows the cert/key pair to be used to encrypt
// KeyEncipherment allows the cert/key pair to be used to encrypt
// keys, including the symetric keys negotiated during TLS setup
// keys, including the sym
m
etric keys negotiated during TLS setup
// and used for data transfer.
// and used for data transfer.
certificates
.
UsageKeyEncipherment
,
certificates
.
UsageKeyEncipherment
,
// ServerAuth allows the cert to be used by a TLS server to
// ServerAuth allows the cert to be used by a TLS server to
...
@@ -106,7 +106,7 @@ func NewKubeletClientCertificateManager(certDirectory string, nodeName types.Nod
...
@@ -106,7 +106,7 @@ func NewKubeletClientCertificateManager(certDirectory string, nodeName types.Nod
// negotiation.
// negotiation.
certificates
.
UsageDigitalSignature
,
certificates
.
UsageDigitalSignature
,
// KeyEncipherment allows the cert/key pair to be used to encrypt
// KeyEncipherment allows the cert/key pair to be used to encrypt
// keys, including the symetric keys negotiated during TLS setup
// keys, including the sym
m
etric keys negotiated during TLS setup
// and used for data transfer..
// and used for data transfer..
certificates
.
UsageKeyEncipherment
,
certificates
.
UsageKeyEncipherment
,
// ClientAuth allows the cert to be used by a TLS client to
// ClientAuth allows the cert to be used by a TLS client to
...
...
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