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
acad7467
Commit
acad7467
authored
Sep 04, 2017
by
tengqm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix apiserver help message
parent
156c4b44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
serving.go
staging/src/k8s.io/apiserver/pkg/server/options/serving.go
+1
-1
No files found.
staging/src/k8s.io/apiserver/pkg/server/options/serving.go
View file @
acad7467
...
@@ -115,7 +115,7 @@ func (s *SecureServingOptions) AddFlags(fs *pflag.FlagSet) {
...
@@ -115,7 +115,7 @@ func (s *SecureServingOptions) AddFlags(fs *pflag.FlagSet) {
"File containing the default x509 Certificate for HTTPS. (CA cert, if any, concatenated "
+
"File containing the default x509 Certificate for HTTPS. (CA cert, if any, concatenated "
+
"after server cert). If HTTPS serving is enabled, and --tls-cert-file and "
+
"after server cert). If HTTPS serving is enabled, and --tls-cert-file and "
+
"--tls-private-key-file are not provided, a self-signed certificate and key "
+
"--tls-private-key-file are not provided, a self-signed certificate and key "
+
"are generated for the public address and saved to
/var/run/kubernetes
."
)
"are generated for the public address and saved to
the directory specified by --cert-dir
."
)
fs
.
StringVar
(
&
s
.
ServerCert
.
CertKey
.
KeyFile
,
"tls-private-key-file"
,
s
.
ServerCert
.
CertKey
.
KeyFile
,
fs
.
StringVar
(
&
s
.
ServerCert
.
CertKey
.
KeyFile
,
"tls-private-key-file"
,
s
.
ServerCert
.
CertKey
.
KeyFile
,
"File containing the default x509 private key matching --tls-cert-file."
)
"File containing the default x509 private key matching --tls-cert-file."
)
...
...
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