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
ae5d5867
Commit
ae5d5867
authored
Sep 27, 2016
by
Oz N Tiram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo fialed->failed
parent
45723e07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csr.go
cmd/kubeadm/app/node/csr.go
+1
-1
No files found.
cmd/kubeadm/app/node/csr.go
View file @
ae5d5867
...
@@ -63,7 +63,7 @@ func PerformTLSBootstrap(s *kubeadmapi.KubeadmConfig, apiEndpoint string, caCert
...
@@ -63,7 +63,7 @@ func PerformTLSBootstrap(s *kubeadmapi.KubeadmConfig, apiEndpoint string, caCert
// (for example user may be bringing up machines in parallel and for some reasons master is slow to boot)
// (for example user may be bringing up machines in parallel and for some reasons master is slow to boot)
if
err
:=
checkCertsAPI
(
bootstrapClientConfig
);
err
!=
nil
{
if
err
:=
checkCertsAPI
(
bootstrapClientConfig
);
err
!=
nil
{
return
nil
,
fmt
.
Errorf
(
"<node/csr> f
ia
led to proceed due to API compatibility issue - %v"
,
err
)
return
nil
,
fmt
.
Errorf
(
"<node/csr> f
ai
led to proceed due to API compatibility issue - %v"
,
err
)
}
}
fmt
.
Println
(
"<node/csr> created API client to obtain unique certificate for this node, generating keys and certificate signing request"
)
fmt
.
Println
(
"<node/csr> created API client to obtain unique certificate for this node, generating keys and certificate signing request"
)
...
...
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