mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
document the API with the details about the allocation CIDR ranges
This commit is contained in:
parent
194609bd6a
commit
91c4aac738
@ -109,6 +109,9 @@ type ServiceCIDR struct {
|
||||
type ServiceCIDRSpec struct {
|
||||
// CIDRs defines the IP blocks in CIDR notation (e.g. "192.168.0.0/24" or "2001:db8::/64")
|
||||
// from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family.
|
||||
// The network address of each CIDR, the address that identifies the subnet of a host, is reserved
|
||||
// and will not be allocated. The broadcast address for IPv4 CIDRs is also reserved and will not be
|
||||
// allocated.
|
||||
// This field is immutable.
|
||||
// +optional
|
||||
// +listType=atomic
|
||||
|
Loading…
Reference in New Issue
Block a user