From 9abbc87d6687ad10f39a83dd1a0d6defaf1cdaa3 Mon Sep 17 00:00:00 2001 From: dnoland1 Date: Thu, 4 Apr 2019 14:20:57 -0700 Subject: [PATCH] Update _index.md --- content/rke/latest/en/config-options/services/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/config-options/services/_index.md b/content/rke/latest/en/config-options/services/_index.md index 3094ce25381..6fb743534f6 100644 --- a/content/rke/latest/en/config-options/services/_index.md +++ b/content/rke/latest/en/config-options/services/_index.md @@ -65,7 +65,7 @@ services: ### Kubernetes Controller Manager Options -RKE support the following options for the `kube-controller` service: +RKE supports the following options for the `kube-controller` service: - **Cluster CIDR** (`cluster_cidr`) - The CIDR pool used to assign IP addresses to pods in the cluster. By default, each node in the cluster is assigned a `/24` network from this pool for pod IP assignments. The default value for this option is `10.42.0.0/16`. - **Service Cluster IP Range** (`service_cluster_ip_range`) - This is the virtual IP address that will be assigned to services created on Kubernetes. By default, the service cluster IP range is `10.43.0.0/16`. If you change this value, then it must also be set with the same value on the Kubernetes API server (`kube-api`).