You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> Base domain of the cluster. All managed DNS records will be subdomains of this base.
40
-
<2> A block of IP addresses from which Pod IP addresses are allocated.
41
-
<3> A block of virtual IP addresses for Kubernetes services.
42
-
<4> The port range allowed for Kubernetes services of type NodePort.
43
-
<5> The name of the node. The default value is the hostname.
44
-
<6> The IP address of the node. The default value is the IP address of the default route.
45
-
<7> A string that specifies the IP address from which the API server is advertised to members of the cluster. The default value is calculated based on the address of the service network.
46
-
<8> Subject Alternative Names for API server certificates.
47
-
<9> Log verbosity. Valid values for this field are `Normal`, `Debug`, `Trace`, or `TraceAll`.
65
+
<1> A string that specifies the IP address from which the API server is advertised to members of the cluster. The default value is calculated based on the address of the service network.
66
+
<2> Subject Alternative Names for API server certificates.
67
+
<3> Log verbosity. Valid values for this field are `Normal`, `Debug`, `Trace`, or `TraceAll`.
68
+
<4> By default, `etcd` uses as much memory as needed to handle the load on the system. However, in memory constrained systems, it might be preferred or necessary to limit the amount of memory `etcd` can to use at a given time.
69
+
<5> Base domain of the cluster. All managed DNS records are subdomains of this base.
70
+
<6> Describes how host name claims across namespaces are handled. By default, allows routes to claim different paths of the same host name across namespaces. Can also be set as `Strict` to not allow routes in different namespaces to claim the same host. If the value is deleted and a new one is not added, `InterNamespaceAllowed` is automatically set.
71
+
<7> Default router status, can be `Managed` or `Removed`.
72
+
<8> The locations on the filesystem to scan for `kustomization` files to use to load manifests. Set to a list of paths to scan only those paths. Set to an empty list to disable loading manifests. The entries in the list can be glob patterns to match multiple subdirectories.
73
+
<9> A block of IP addresses from which Pod IP addresses are allocated. This field is immutable after installation.
74
+
<10> A block of virtual IP addresses for Kubernetes services. IP address pool for services. A single entry is supported. This field is immutable after installation.
75
+
<11> The port range allowed for Kubernetes services of type NodePort. If not specified, the default range of 30000-32767 is used. Services without a `NodePort` specified are automatically allocated one from this range. This parameter can be updated after the cluster is installed.
76
+
<12> The name of the node. The default value is the hostname. If non-empty, this string is used to identify the node instead of the hostname.
77
+
<13> The IP address of the node. The default value is the IP address of the default route.
0 commit comments