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
2230714d
Commit
2230714d
authored
Oct 07, 2016
by
Jacob Beacham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix simple typos.
parent
a474b2b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
discovery.go
cmd/kubeadm/app/node/discovery.go
+1
-1
No files found.
cmd/kubeadm/app/node/discovery.go
View file @
2230714d
...
@@ -68,7 +68,7 @@ func RetrieveTrustedClusterInfo(s *kubeadmapi.NodeConfiguration) (*kubeadmapi.Cl
...
@@ -68,7 +68,7 @@ func RetrieveTrustedClusterInfo(s *kubeadmapi.NodeConfiguration) (*kubeadmapi.Cl
}
}
// TODO(phase1+) print summary info about the CA certificate, along with the the checksum signature
// TODO(phase1+) print summary info about the CA certificate, along with the the checksum signature
// we also need an ability for the user to configure the client to validate rec
ieved CA cert agains
a checksum
// we also need an ability for the user to configure the client to validate rec
eived CA cert against
a checksum
fmt
.
Printf
(
"<node/discovery> cluster info signature and contents are valid, will use API endpoints %v
\n
"
,
clusterInfo
.
Endpoints
)
fmt
.
Printf
(
"<node/discovery> cluster info signature and contents are valid, will use API endpoints %v
\n
"
,
clusterInfo
.
Endpoints
)
return
&
clusterInfo
,
nil
return
&
clusterInfo
,
nil
}
}
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