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
50ab7908
Commit
50ab7908
authored
Sep 15, 2017
by
xiangpengzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated stale flags of kubele
parent
93ddb7be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
options.go
cmd/kube-apiserver/app/options/options.go
+0
-6
No files found.
cmd/kube-apiserver/app/options/options.go
View file @
50ab7908
...
@@ -175,15 +175,9 @@ func (s *ServerRunOptions) AddFlags(fs *pflag.FlagSet) {
...
@@ -175,15 +175,9 @@ func (s *ServerRunOptions) AddFlags(fs *pflag.FlagSet) {
"A CIDR notation IP range from which to assign service cluster IPs. This must not "
+
"A CIDR notation IP range from which to assign service cluster IPs. This must not "
+
"overlap with any IP ranges assigned to nodes for pods."
)
"overlap with any IP ranges assigned to nodes for pods."
)
fs
.
IPNetVar
(
&
s
.
ServiceClusterIPRange
,
"portal-net"
,
s
.
ServiceClusterIPRange
,
"DEPRECATED: see --service-cluster-ip-range instead."
)
fs
.
MarkDeprecated
(
"portal-net"
,
"see --service-cluster-ip-range instead"
)
fs
.
Var
(
&
s
.
ServiceNodePortRange
,
"service-node-port-range"
,
""
+
fs
.
Var
(
&
s
.
ServiceNodePortRange
,
"service-node-port-range"
,
""
+
"A port range to reserve for services with NodePort visibility. "
+
"A port range to reserve for services with NodePort visibility. "
+
"Example: '30000-32767'. Inclusive at both ends of the range."
)
"Example: '30000-32767'. Inclusive at both ends of the range."
)
fs
.
Var
(
&
s
.
ServiceNodePortRange
,
"service-node-ports"
,
"DEPRECATED: see --service-node-port-range instead"
)
fs
.
MarkDeprecated
(
"service-node-ports"
,
"see --service-node-port-range instead"
)
// Kubelet related flags:
// Kubelet related flags:
fs
.
BoolVar
(
&
s
.
KubeletConfig
.
EnableHttps
,
"kubelet-https"
,
s
.
KubeletConfig
.
EnableHttps
,
fs
.
BoolVar
(
&
s
.
KubeletConfig
.
EnableHttps
,
"kubelet-https"
,
s
.
KubeletConfig
.
EnableHttps
,
...
...
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