mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Rename 'portal IP' to 'cluster IP' most everywhere
This covers obvious transforms, but not --portal_net, $PORTAL_NET and similar.
This commit is contained in:
@@ -135,7 +135,7 @@ The the kube-apiserver several options.
|
||||
DEPRECATED: see --insecure-port instead
|
||||
|
||||
**--portal-net**=<nil>
|
||||
A CIDR notation IP range from which to assign portal IPs. This must not overlap with any IP ranges assigned to nodes for pods.
|
||||
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.
|
||||
|
||||
**--profiling**=true
|
||||
Enable profiling via web interface host:port/debug/pprof/
|
||||
|
@@ -179,7 +179,7 @@ The the kube\-apiserver several options.
|
||||
|
||||
.PP
|
||||
\fB\-\-portal\-net\fP=
|
||||
A CIDR notation IP range from which to assign portal IPs. This must not overlap with any IP ranges assigned to nodes for pods.
|
||||
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.
|
||||
|
||||
.PP
|
||||
\fB\-\-profiling\fP=true
|
||||
|
Reference in New Issue
Block a user